

@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: Lucida Sans Typewriter, ui-monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.aspect-h-9{
  --tw-aspect-h: 9;
}

.aspect-w-16{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.aspect-w-16 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.form-input,.form-textarea,.form-select,.form-multiselect{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #737373;
  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-input::-moz-placeholder, .form-textarea::-moz-placeholder{
  color: #737373;
  opacity: 1;
}

.form-input::placeholder,.form-textarea::placeholder{
  color: #737373;
  opacity: 1;
}

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

.form-input::-webkit-date-and-time-value{
  min-height: 1.5em;
}

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

.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='%23737373' 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-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: #737373;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

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

.form-radio{
  border-radius: 100%;
}

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

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

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

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

.\!prose{
  color: var(--tw-prose-body) !important;
  max-width: 65ch !important;
}

.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.\!prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
}

.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.\!prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead) !important;
  font-size: 1.25em !important;
  line-height: 1.6 !important;
  margin-top: 1.2em !important;
  margin-bottom: 1.2em !important;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.\!prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links) !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
}

.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.\!prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold) !important;
  font-weight: 600 !important;
}

.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.\!prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit !important;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.\!prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit !important;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.\!prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit !important;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.\!prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal !important;
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
  padding-left: 1.625em !important;
}

.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.\!prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha !important;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.\!prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha !important;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.\!prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha !important;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.\!prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha !important;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.\!prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman !important;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.\!prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman !important;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.\!prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman !important;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.\!prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman !important;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.\!prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal !important;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.\!prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc !important;
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
  padding-left: 1.625em !important;
}

.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.\!prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400 !important;
  color: var(--tw-prose-counters) !important;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.\!prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets) !important;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.\!prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr) !important;
  border-top-width: 1px !important;
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.\!prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500 !important;
  font-style: italic !important;
  color: var(--tw-prose-quotes) !important;
  border-left-width: 0.25rem !important;
  border-left-color: var(--tw-prose-quote-borders) !important;
  quotes: "\201C""\201D""\2018""\2019" !important;
  margin-top: 1.6em !important;
  margin-bottom: 1.6em !important;
  padding-left: 1em !important;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.\!prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote !important;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.\!prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote !important;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.\!prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings) !important;
  font-weight: 800 !important;
  font-size: 2.25em !important;
  margin-top: 0 !important;
  margin-bottom: 0.8888889em !important;
  line-height: 1.1111111 !important;
}

.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.\!prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900 !important;
  color: inherit !important;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.\!prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings) !important;
  font-weight: 700 !important;
  font-size: 1.5em !important;
  margin-top: 2em !important;
  margin-bottom: 1em !important;
  line-height: 1.3333333 !important;
}

.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.\!prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800 !important;
  color: inherit !important;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.\!prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings) !important;
  font-weight: 600 !important;
  font-size: 1.25em !important;
  margin-top: 1.6em !important;
  margin-bottom: 0.6em !important;
  line-height: 1.6 !important;
}

.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.\!prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700 !important;
  color: inherit !important;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.\!prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings) !important;
  font-weight: 600 !important;
  margin-top: 1.5em !important;
  margin-bottom: 0.5em !important;
  line-height: 1.5 !important;
}

.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.\!prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700 !important;
  color: inherit !important;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.\!prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.\!prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.\!prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions) !important;
  font-size: 0.875em !important;
  line-height: 1.4285714 !important;
  margin-top: 0.8571429em !important;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.\!prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code) !important;
  font-weight: 600 !important;
  font-size: 0.875em !important;
}

.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.\!prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`" !important;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.\!prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`" !important;
}

.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.\!prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit !important;
}

.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.\!prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit !important;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.\!prose :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit !important;
  font-size: 0.875em !important;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.\!prose :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit !important;
  font-size: 0.9em !important;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.\!prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit !important;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.\!prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit !important;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.\!prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit !important;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.\!prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code) !important;
  background-color: var(--tw-prose-pre-bg) !important;
  overflow-x: auto !important;
  font-weight: 400 !important;
  font-size: 0.875em !important;
  line-height: 1.7142857 !important;
  margin-top: 1.7142857em !important;
  margin-bottom: 1.7142857em !important;
  border-radius: 0.375rem !important;
  padding-top: 0.8571429em !important;
  padding-right: 1.1428571em !important;
  padding-bottom: 0.8571429em !important;
  padding-left: 1.1428571em !important;
}

.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.\!prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent !important;
  border-width: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-weight: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.\!prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none !important;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.\!prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none !important;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.\!prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100% !important;
  table-layout: auto !important;
  text-align: left !important;
  margin-top: 2em !important;
  margin-bottom: 2em !important;
  font-size: 0.875em !important;
  line-height: 1.7142857 !important;
}

.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.\!prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px !important;
  border-bottom-color: var(--tw-prose-th-borders) !important;
}

.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.\!prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings) !important;
  font-weight: 600 !important;
  vertical-align: bottom !important;
  padding-right: 0.5714286em !important;
  padding-bottom: 0.5714286em !important;
  padding-left: 0.5714286em !important;
}

.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.\!prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px !important;
  border-bottom-color: var(--tw-prose-td-borders) !important;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.\!prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0 !important;
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.\!prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline !important;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.\!prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px !important;
  border-top-color: var(--tw-prose-th-borders) !important;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.\!prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top !important;
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.\!prose{
  --tw-prose-body: #374151 !important;
  --tw-prose-headings: #111827 !important;
  --tw-prose-lead: #4b5563 !important;
  --tw-prose-links: #111827 !important;
  --tw-prose-bold: #111827 !important;
  --tw-prose-counters: #6b7280 !important;
  --tw-prose-bullets: #d1d5db !important;
  --tw-prose-hr: #e5e7eb !important;
  --tw-prose-quotes: #111827 !important;
  --tw-prose-quote-borders: #e5e7eb !important;
  --tw-prose-captions: #6b7280 !important;
  --tw-prose-code: #111827 !important;
  --tw-prose-pre-code: #e5e7eb !important;
  --tw-prose-pre-bg: #1f2937 !important;
  --tw-prose-th-borders: #d1d5db !important;
  --tw-prose-td-borders: #e5e7eb !important;
  --tw-prose-invert-body: #d1d5db !important;
  --tw-prose-invert-headings: #fff !important;
  --tw-prose-invert-lead: #9ca3af !important;
  --tw-prose-invert-links: #fff !important;
  --tw-prose-invert-bold: #fff !important;
  --tw-prose-invert-counters: #9ca3af !important;
  --tw-prose-invert-bullets: #4b5563 !important;
  --tw-prose-invert-hr: #374151 !important;
  --tw-prose-invert-quotes: #f3f4f6 !important;
  --tw-prose-invert-quote-borders: #374151 !important;
  --tw-prose-invert-captions: #9ca3af !important;
  --tw-prose-invert-code: #fff !important;
  --tw-prose-invert-pre-code: #d1d5db !important;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%) !important;
  --tw-prose-invert-th-borders: #4b5563 !important;
  --tw-prose-invert-td-borders: #374151 !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.\!prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.\!prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.\!prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.\!prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em !important;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.\!prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em !important;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.\!prose :where(.\!prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.\!prose :where(.\!prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}

.\!prose :where(.\!prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em !important;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.\!prose :where(.\!prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em !important;
}

.\!prose :where(.\!prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em !important;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.\!prose :where(.\!prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em !important;
}

.\!prose :where(.\!prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em !important;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.\!prose :where(.\!prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em !important;
}

.\!prose :where(.\!prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em !important;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.\!prose :where(.\!prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em !important;
}

.\!prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.\!prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0 !important;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.\!prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0 !important;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.\!prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0 !important;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.\!prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0 !important;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.\!prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0 !important;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.\!prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0 !important;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.\!prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em !important;
  padding-right: 0.5714286em !important;
  padding-bottom: 0.5714286em !important;
  padding-left: 0.5714286em !important;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.\!prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0 !important;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.\!prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0 !important;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.\!prose :where(.\!prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0 !important;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.\!prose :where(.\!prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0 !important;
}

.\!prose :where(.\!prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0 !important;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.\!prose :where(.\!prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0 !important;
}

.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
}

.prose-sm :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(ol):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}

.prose-sm :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em;
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em;
}

.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-slate{
  --tw-prose-body: #334155;
  --tw-prose-headings: #0f172a;
  --tw-prose-lead: #475569;
  --tw-prose-links: #0f172a;
  --tw-prose-bold: #0f172a;
  --tw-prose-counters: #64748b;
  --tw-prose-bullets: #cbd5e1;
  --tw-prose-hr: #e2e8f0;
  --tw-prose-quotes: #0f172a;
  --tw-prose-quote-borders: #e2e8f0;
  --tw-prose-captions: #64748b;
  --tw-prose-code: #0f172a;
  --tw-prose-pre-code: #e2e8f0;
  --tw-prose-pre-bg: #1e293b;
  --tw-prose-th-borders: #cbd5e1;
  --tw-prose-td-borders: #e2e8f0;
  --tw-prose-invert-body: #cbd5e1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #94a3b8;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #94a3b8;
  --tw-prose-invert-bullets: #475569;
  --tw-prose-invert-hr: #334155;
  --tw-prose-invert-quotes: #f1f5f9;
  --tw-prose-invert-quote-borders: #334155;
  --tw-prose-invert-captions: #94a3b8;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #cbd5e1;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #475569;
  --tw-prose-invert-td-borders: #334155;
}

.prose-stone{
  --tw-prose-body: #44403c;
  --tw-prose-headings: #1c1917;
  --tw-prose-lead: #57534e;
  --tw-prose-links: #1c1917;
  --tw-prose-bold: #1c1917;
  --tw-prose-counters: #78716c;
  --tw-prose-bullets: #d6d3d1;
  --tw-prose-hr: #e7e5e4;
  --tw-prose-quotes: #1c1917;
  --tw-prose-quote-borders: #e7e5e4;
  --tw-prose-captions: #78716c;
  --tw-prose-code: #1c1917;
  --tw-prose-pre-code: #e7e5e4;
  --tw-prose-pre-bg: #292524;
  --tw-prose-th-borders: #d6d3d1;
  --tw-prose-td-borders: #e7e5e4;
  --tw-prose-invert-body: #d6d3d1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a8a29e;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a8a29e;
  --tw-prose-invert-bullets: #57534e;
  --tw-prose-invert-hr: #44403c;
  --tw-prose-invert-quotes: #f5f5f4;
  --tw-prose-invert-quote-borders: #44403c;
  --tw-prose-invert-captions: #a8a29e;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d6d3d1;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #57534e;
  --tw-prose-invert-td-borders: #44403c;
}

.quicklook-trigger{
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
  --tw-ring-offset-width: 2px;
}

.quicklook-trigger:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity));
}

.quicklook-panel{
  position: absolute;
  z-index: 50;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  width: -moz-max-content;
  width: max-content;
  min-width: 16rem;
}

.quicklook-panel.hidden {
  display: none;
}

.quicklook-content{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.quicklook-content{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.quicklook-content {
  transition: height 0.2s ease-out, width 0.2s ease-out;
  overflow: hidden;
  z-index: 1;
}

.quicklook-spinner{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.re-button.quicklook-spinner{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.quicklook-content .quicklook-inner{
  padding: 0px;
}

.quicklook-inner h3{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.re-tag.quicklook-inner h3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.quicklook-inner p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.re-tag.quicklook-inner p{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.quicklook-inner ul{
  list-style-type: disc;
  padding-left: 1.25rem;
}

.quicklook-inner ul li{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.re-tag.quicklook-inner ul li{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.quicklook-inner ul li a{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.quicklook-inner ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

/*
 * Import custom css in here
*/

.all_data_compute_table{
  width: auto;
  width: -moz-fit-content;
  width: fit-content;
  table-layout: auto;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.re-tag.all_data_compute_table{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.all_data_compute_table {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.all_data_compute_table_wrapper{
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  padding: 0.5rem;
}

.all_data_compute_table * tr:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.all_data_compute_table * table.all_data_compute_table * tr:nth-child(odd){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.all_data_compute_table * table.all_data_compute_table * tr:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.all_data_compute_table * th{
  width: auto;
  padding: 0.25rem;
  padding-left: 1rem;
  padding-right: 0.5rem;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.all_data_compute_table * td{
  width: auto;
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 1rem;
}

.button-blue{
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-tag.button-blue{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.button-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}

.button-blue:active{
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}

.button-blue:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.button-blue-mobile-shrink-sm{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 640px){
  .button-blue-mobile-shrink-sm{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.button-blue-mobile-shrink-md{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  .button-blue-mobile-shrink-md{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.button-blue-mobile-shrink-lg{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px){
  .button-blue-mobile-shrink-lg{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.button-white{
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.button-white{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

.button-white--disabled{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

.button-small{
  display: inline-flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.record_table thead tr th.button-small{
  text-align: center !important;
}

.cohort_table thead tr th.button-small{
  text-align: center !important;
}

.button-small{
  text-align: center;
}

.analysis_table thead tr th.button-small{
  text-align: center !important;
}

.re-tag.button-small{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.button-small:hover{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.button-small--disabled{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

.button-white-light{
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.re-tag.button-white-light{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.button-white-light:hover{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.button-white-light--active{
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-rose{
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-tag.button-rose{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.button-rose:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}

.button-rose:active{
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}

.button-orange{
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-tag.button-orange{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.button-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.button-orange:active{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}

.button-orange-nopadding{
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-tag.button-orange-nopadding{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.button-orange-nopadding:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.button-orange-nopadding:active{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}

.button-mini{
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.re-button.button-mini{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.button-mini:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-mini:active{
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}

.textarea-counter{
  position: absolute;
  bottom: 0.5rem;
  right: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.re-button.textarea-counter{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* NEW DASHBOARD CLASSES */

.dashcard{
  position: relative;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.dashcard:hover{
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  --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);
}

.dashcard.disabled{
  cursor: not-allowed;
  opacity: 0.6;
}

.dashcard.disabled:hover{
  opacity: 1;
}

.media-card{
  position: relative;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.blob{
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
  --tw-shadow-color: #84cc16;
  --tw-shadow: var(--tw-shadow-colored);
  transform: scale(1);
  animation: pulse-black 4s infinite;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(20,184,166, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(20,184,166, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(20,184,166, 0);
  }
}

.funding-animated-block::after{
  content: '';
  display: block;
  width: 60px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0px;
  box-shadow: 0px 0px 16px rgba(255, 255, 255,0.1), 0px 0px 10px rgba(4, 191, 255,0.2);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.05) , rgba(255, 255, 255, 0.9));
  animation: left_to_right 4s linear infinite;
}

.funding-animated-block2::after{
  content: '';
  display: block;
  width: 60px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0px;
  box-shadow: 0px 0px 16px rgba(255, 255, 255,0.1), 0px 0px 10px rgba(4, 191, 255,0.2);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.05) , rgba(255, 255, 255, 0.9));
  animation: left_to_right2 4s linear infinite;
}

@keyframes left_to_right{
  0% {
    left: -10px;
  }

  33.33333% {
    left: 100%;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes left_to_right2{
  0% {
    left: -10px;
    opacity: 0;
  }

  36.33332% {
    left: -10px;
    opacity: 0;
  }

  36.33333% {
    left: -10px;
    opacity: 1;
  }

  69.66666% {
    left: 100%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

.elevator-pitch-hide{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 960px;
}

.elevator_icon_down{
  transform: rotate(180deg);
}

.animated-circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: stroke_animate 2s ease-out forwards 0.2s, circle_rotate 4s linear forwards 0.2s;
}

@keyframes stroke_animate {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.animated-circle-rotate{
  animation: circle_rotate 10s linear forwards;
  animation-iteration-count: infinite;
  animation-delay: 0.5s;
}

.ask-number{
  opacity: 0;
  animation: number_show 1s ease-in-out forwards 0.2s;
}

@keyframes circle_rotate {
  to {
    rotate: 360deg;
  }
}

@keyframes rect_up {
  to {
    transform: translate(0px, -15px);
  }
}

@keyframes rect_show {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }
}

@keyframes number_show {
  0% {
    opacity: 0;
  }

  95% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.dashbox{
  margin-top: 0px !important;
  display: block;
  min-height: 240px;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  /* box-shadow: inset 0px 0px 60px #eeeeee; */
}

.shadow-inset {
  box-shadow: inset 0px 0px 6px #dddddd;
}

.donut-segment {
  animation-name: fill-in-donut;
  animation-fill-mode: forwards;
  animation-duration: 2000ms;
}

@keyframes fill-in-donut {
  from {
    stroke-dashoffset: 0;
  }

  to {
  }
}

.custom-dropdown{
  position: relative;
}

.custom-dropdown .dropdown-menu{
  min-width: 260px;
}

.custom-dropdown .dropdown-menu.dropdown-menu-small{
  min-width: 200px;
}

.custom-dropdown2{
  position: relative;
}

.quicklook-panel.custom-dropdown2 .dropdown-menu2 {
  display: none;
}

.custom-dropdown2 .dropdown-menu2{
  position: absolute;
  right: 0px;
  top: 2.25rem;
  z-index: 50;
  display: none;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  text-transform: capitalize;
  --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);
}

.table-fin.expanded tr.custom-dropdown2 .dropdown-menu2 {
  display: none;
}

.flatpickr-day.custom-dropdown2 .dropdown-menu2 {
  visibility: hidden;
}

.custom-dropdown2 .dropdown-menu2{
  position: absolute;
  box-shadow: 0px 0px 0px 1px rgba($color: #000000, $alpha: 0.05), 0px 10px 15px -3px rgba($color: #000000, $alpha: 0.1), 0px 6px 4px -2px rgba($color: #000000, $alpha: 0.05);
  min-width: 260px;
}

.custom-dropdown2 .dropdown-menu2.dropdown-menu-small{
  min-width: 200px;
}

.custom-dropdown2 .dropdown-menu2 .list-item2{
  height: 2.5rem;
  padding: 0px;
}

.custom-dropdown2 .dropdown-menu2 .list-item2 button{
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.custom-dropdown2 .dropdown-menu2 .list-item2 button{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.custom-dropdown2 .dropdown-menu2 .list-item2 button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.custom-dropdown2 .dropdown-menu2 .list-item2 button:disabled{
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.custom-dropdown2 .dropdown-menu2 .list-item2 button:disabled:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.custom-dropdown2 .dropdown-menu2 .list-item2.active button{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#flash_panel, #async_flash_panel, #flash {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
  width: 400px;
  max-height: 0px;
}

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

.input-base{
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --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);
}

.input-base:focus{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity));
}

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

input.input-base:-moz-read-only{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

input.input-base:read-only{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

input.input-base:disabled, select.input-base:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.input-base.select {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%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;
          color-adjust: exact;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-top: 8px;
}

/* CUSTOM INPUT */

.custom-input--disabled label{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.custom-input--disabled input:-moz-read-only{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.custom-input--disabled input:read-only{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.custom-input--disabled span{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.custom-input--two-values .second-value{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
  display: inline-flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.custom-input--two-values .second-value{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.custom-input--two-values-disabled label{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.custom-input--two-values-disabled input:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.custom-input--two-values-disabled .second-value{
  z-index: 10;
  border-width: 1px;
  border-left-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.input-other {
  border: none;
  padding: 0;
  border-bottom: 1px solid #000;
}

.custom-search-bar{
  position: relative;
}

.custom-search-bar input{
  display: block;
  width: 20rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-right: 2rem;
  --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);
}

.custom-search-bar input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity));
}

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

/* clears the ‘X’ from Internet Explorer */

.custom-search-bar input[type=search]::-ms-clear {
  display: none;
  width : 0;
  height: 0;
}

.custom-search-bar input[type=search]::-ms-reveal {
  display: none;
  width : 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */

.custom-search-bar input[type="search"]::-webkit-search-decoration,
  .custom-search-bar input[type="search"]::-webkit-search-cancel-button,
  .custom-search-bar input[type="search"]::-webkit-search-results-button,
  .custom-search-bar input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.custom-search-bar svg{
  position: absolute;
  top: 0.625rem;
  right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

/* CUSTOM SWITCH */

.switch{
  position: relative;
  display: inline-block;
  height: 1.25rem;
  width: 2.5rem;
}

.switch input{
  height: 0px;
  width: 0px;
  opacity: 0;
}

.switch input:checked + .slider{
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}

.slider{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  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;
}

.slider:before{
  content: "";
  position: absolute;
  left: 0.125rem;
  bottom: 0.125rem;
  height: 1rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  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: 300ms;
}

.slider.round{
  border-radius: 9999px;
}

.slider.round:before{
  border-radius: 9999px;
}

input:checked + .slider:before {
  transform: translateX(20px);
}

.linktype_toggle{
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
}

.linktype_wrapper{
  display: inline-flex;
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
  position: relative;
}

.linktype_wrapper .tooltip-text{
  position: absolute;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  --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);
}

.re-button.linktype_wrapper .tooltip-text{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.linktype_wrapper .tooltip-text{
  max-width: 360px;
  z-index: -50;
  transition: all ease-in-out 0.2s;
}

.linktype_wrapper .tooltip-text:after{
  content: '';
  display: block;
  position: absolute;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #111827;
  border-left: 8px solid transparent;
}

.linktype_wrapper .tooltip-text.tooltip-text-white-bg{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.linktype_wrapper .tooltip-text.tooltip-text-white-bg:after{
  border-bottom: 8px solid #F9FAFB;
  display: none;
}

.linktype_wrapper .tooltip-bottom-left{
  left: 0px;
  top: calc(100% + 20px);
}

.linktype_wrapper .tooltip-bottom-left:after{
  left: 6px;
  bottom: 100%;
}

.linktype_wrapper .tooltip-bottom-right{
  right: 0px;
  top: calc(100% + 20px);
}

.linktype_wrapper .tooltip-bottom-right:after{
  right: 6px;
  bottom: 100%;
}

.linktype_wrapper *:hover + .tooltip-text{
  z-index: 50;
  opacity: 1;
}

.linktype_wrapper *:hover + .tooltip-bottom-left{
  left: 0px;
  top: calc(100% + 8px);
}

.linktype_wrapper *:hover + .tooltip-bottom-right{
  right: 0px;
  top: calc(100% + 8px);
}

.linktype_wrapper:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.linktype_wrapper.active{
  --tw-bg-opacity: 1;
  background-color: rgb(35 63 75 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .landing-header {
    background: url(/assets/landing/header-img-7edac71951b3b39762a39847fdb874eb1044ca5f976343361b20799abaf73335.png) no-repeat;
    height: 662px;
    background-position: top right -176px
  }
}

@media (min-width: 1025px) {
  .landing-header {
    background-position: top right
  }
}

.callout-banner{
  background: rgb(127,199,50);
  background: linear-gradient(135deg, #84cc16 30%, #bef264 100%) !important;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 4px;
  border: 4px solid #0EA5E9;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0EA5E9 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lds-ellipsis{
  position: relative;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}

.lds-ellipsis div{
  position: absolute;
  top: 1.25rem;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 20px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 32px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(12px, 0);
  }
}

.bg-login {
  background: none;
  background-size: auto 100%;
}

@media (min-width: 1024px) {
  .bg-login {
    background: url(/assets/log-in/sign-in-bg-sm-08d7920ecfdb425fb3b9464175520da4711c8dc7c141872baf74fa492879b9f5.png) no-repeat left top;
    background-size: auto 100%
  }
}

@media (min-width: 1536px) {
  .bg-login {
    background: url(/assets/log-in/sign-in-bg-9fc0cc68aad4507c47d1be481c01092fab238943e648c2377805af2ac4984fac.png) no-repeat left top;
    background-size: auto 100%
  }
}

.pagy-nav,
.pagy-nav-js{
  display: flex;
}

.pagy-nav > :not([hidden]) ~ :not([hidden]),
.pagy-nav-js > :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)));
}

.pagy-nav .page a,
.pagy-nav .page.active,
.pagy-nav .page.prev.disabled,
.pagy-nav .page.next.disabled,
.pagy-nav-js .page a,
.pagy-nav-js .page.active,
.pagy-nav-js .page.prev.disabled,
.pagy-nav-js .page.next.disabled{
  display: inline-flex;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.re-tag.pagy-nav .page a,.re-tag
.pagy-nav .page.active,.re-tag
.pagy-nav .page.prev.disabled,.re-tag
.pagy-nav .page.next.disabled,.re-tag
.pagy-nav-js .page a,.re-tag
.pagy-nav-js .page.active,.re-tag
.pagy-nav-js .page.prev.disabled,.re-tag
.pagy-nav-js .page.next.disabled{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pagy-nav .page a:hover,.pagy-nav .page.active:hover,.pagy-nav .page.prev.disabled:hover,.pagy-nav .page.next.disabled:hover,.pagy-nav-js .page a:hover,.pagy-nav-js .page.active:hover,.pagy-nav-js .page.prev.disabled:hover,.pagy-nav-js .page.next.disabled:hover{
  background-color: transparent;
}

.pagy-nav .page a:active,.pagy-nav .page.active:active,.pagy-nav .page.prev.disabled:active,.pagy-nav .page.next.disabled:active,.pagy-nav-js .page a:active,.pagy-nav-js .page.active:active,.pagy-nav-js .page.prev.disabled:active,.pagy-nav-js .page.next.disabled:active{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagy-nav .page a a,.pagy-nav .page.active a,.pagy-nav .page.prev.disabled a,.pagy-nav .page.next.disabled a,.pagy-nav-js .page a a,.pagy-nav-js .page.active a,.pagy-nav-js .page.prev.disabled a,.pagy-nav-js .page.next.disabled a{
  display: block;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.record_table thead tr th.pagy-nav .page a a,.record_table thead tr th.pagy-nav .page.active a,.record_table thead tr th.pagy-nav .page.prev.disabled a,.record_table thead tr th.pagy-nav .page.next.disabled a,.record_table thead tr th.pagy-nav-js .page a a,.record_table thead tr th.pagy-nav-js .page.active a,.record_table thead tr th.pagy-nav-js .page.prev.disabled a,.record_table thead tr th.pagy-nav-js .page.next.disabled a{
  text-align: center !important;
}

.cohort_table thead tr th.pagy-nav .page a a,.cohort_table thead tr th.pagy-nav .page.active a,.cohort_table thead tr th.pagy-nav .page.prev.disabled a,.cohort_table thead tr th.pagy-nav .page.next.disabled a,.cohort_table thead tr th.pagy-nav-js .page a a,.cohort_table thead tr th.pagy-nav-js .page.active a,.cohort_table thead tr th.pagy-nav-js .page.prev.disabled a,.cohort_table thead tr th.pagy-nav-js .page.next.disabled a{
  text-align: center !important;
}

.pagy-nav .page a a,.pagy-nav .page.active a,.pagy-nav .page.prev.disabled a,.pagy-nav .page.next.disabled a,.pagy-nav-js .page a a,.pagy-nav-js .page.active a,.pagy-nav-js .page.prev.disabled a,.pagy-nav-js .page.next.disabled a{
  text-align: center;
}

.analysis_table thead tr th.pagy-nav .page a a,.analysis_table thead tr th.pagy-nav .page.active a,.analysis_table thead tr th.pagy-nav .page.prev.disabled a,.analysis_table thead tr th.pagy-nav .page.next.disabled a,.analysis_table thead tr th.pagy-nav-js .page a a,.analysis_table thead tr th.pagy-nav-js .page.active a,.analysis_table thead tr th.pagy-nav-js .page.prev.disabled a,.analysis_table thead tr th.pagy-nav-js .page.next.disabled a{
  text-align: center !important;
}

.re-tag.pagy-nav .page a a,.re-tag.pagy-nav .page.active a,.re-tag.pagy-nav .page.prev.disabled a,.re-tag.pagy-nav .page.next.disabled a,.re-tag.pagy-nav-js .page a a,.re-tag.pagy-nav-js .page.active a,.re-tag.pagy-nav-js .page.prev.disabled a,.re-tag.pagy-nav-js .page.next.disabled a{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pagy-nav .page a a:hover,.pagy-nav .page.active a:hover,.pagy-nav .page.prev.disabled a:hover,.pagy-nav .page.next.disabled a:hover,.pagy-nav-js .page a a:hover,.pagy-nav-js .page.active a:hover,.pagy-nav-js .page.prev.disabled a:hover,.pagy-nav-js .page.next.disabled a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.pagy-nav .page a--active a,.pagy-nav .page.active--active a,.pagy-nav .page.prev.disabled--active a,.pagy-nav .page.next.disabled--active a,.pagy-nav-js .page a--active a,.pagy-nav-js .page.active--active a,.pagy-nav-js .page.prev.disabled--active a,.pagy-nav-js .page.next.disabled--active a{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagy-nav .page a--active a:hover,.pagy-nav .page.active--active a:hover,.pagy-nav .page.prev.disabled--active a:hover,.pagy-nav .page.next.disabled--active a:hover,.pagy-nav-js .page a--active a:hover,.pagy-nav-js .page.active--active a:hover,.pagy-nav-js .page.prev.disabled--active a:hover,.pagy-nav-js .page.next.disabled--active a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.pagy-nav .page.prev.disabled,
.pagy-nav .page.next.disabled,
.pagy-nav-js .page.prev.disabled,
.pagy-nav-js .page.next.disabled{
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.pagy-nav .page.prev.disabled:hover, .pagy-nav .page.next.disabled:hover, .pagy-nav-js .page.prev.disabled:hover, .pagy-nav-js .page.next.disabled:hover{
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.pagy-nav .page.prev.disabled:active, .pagy-nav .page.next.disabled:active, .pagy-nav-js .page.prev.disabled:active, .pagy-nav-js .page.next.disabled:active{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}

.pagy-nav .page.prev.disabled a,.pagy-nav .page.next.disabled a,.pagy-nav-js .page.prev.disabled a,.pagy-nav-js .page.next.disabled a{
  display: block;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.record_table thead tr th.pagy-nav .page.prev.disabled a,.record_table thead tr th.pagy-nav .page.next.disabled a,.record_table thead tr th.pagy-nav-js .page.prev.disabled a,.record_table thead tr th.pagy-nav-js .page.next.disabled a{
  text-align: center !important;
}

.cohort_table thead tr th.pagy-nav .page.prev.disabled a,.cohort_table thead tr th.pagy-nav .page.next.disabled a,.cohort_table thead tr th.pagy-nav-js .page.prev.disabled a,.cohort_table thead tr th.pagy-nav-js .page.next.disabled a{
  text-align: center !important;
}

.pagy-nav .page.prev.disabled a,.pagy-nav .page.next.disabled a,.pagy-nav-js .page.prev.disabled a,.pagy-nav-js .page.next.disabled a{
  text-align: center;
}

.analysis_table thead tr th.pagy-nav .page.prev.disabled a,.analysis_table thead tr th.pagy-nav .page.next.disabled a,.analysis_table thead tr th.pagy-nav-js .page.prev.disabled a,.analysis_table thead tr th.pagy-nav-js .page.next.disabled a{
  text-align: center !important;
}

.re-tag.pagy-nav .page.prev.disabled a,.re-tag.pagy-nav .page.next.disabled a,.re-tag.pagy-nav-js .page.prev.disabled a,.re-tag.pagy-nav-js .page.next.disabled a{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pagy-nav .page.prev.disabled a:hover,.pagy-nav .page.next.disabled a:hover,.pagy-nav-js .page.prev.disabled a:hover,.pagy-nav-js .page.next.disabled a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.pagy-nav .page.prev.disabled--active a,.pagy-nav .page.next.disabled--active a,.pagy-nav-js .page.prev.disabled--active a,.pagy-nav-js .page.next.disabled--active a{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagy-nav .page.prev.disabled--active a:hover,.pagy-nav .page.next.disabled--active a:hover,.pagy-nav-js .page.prev.disabled--active a:hover,.pagy-nav-js .page.next.disabled--active a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.pagy-nav .page.active,
.pagy-nav-js .page.active{
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagy-nav .page.active:hover, .pagy-nav-js .page.active:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagy-nav .page.active:active, .pagy-nav-js .page.active:active{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagy-combo-nav-js{
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.re-tag.pagy-combo-nav-js{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pagy-combo-nav-js .pagy-combo-input{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pagy-combo-nav-js .page.prev:hover, .pagy-combo-nav-js .page.next:hover{
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.pagy-combo-nav-js .page.prev:active, .pagy-combo-nav-js .page.next:active{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.pagy-combo-nav-js .page.prev.disabled,
.pagy-combo-nav-js .page.next.disabled{
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.pagy-nav,.page.prev.disabled,.page.next.disabled{
  box-shadow: none !important;
  background-color: transparent !important;
}

.pagy-info{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.custom-pagination{
  display: flex;
  align-items: center;
}

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

.custom-pagination .pagination-item{
  border-radius: 0.25rem;
  width:30px;
  height: 30px;
}

.custom-pagination .pagination-item a{
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.record_table thead tr th.custom-pagination .pagination-item a{
  text-align: center !important;
}

.cohort_table thead tr th.custom-pagination .pagination-item a{
  text-align: center !important;
}

.custom-pagination .pagination-item a{
  text-align: center;
}

.analysis_table thead tr th.custom-pagination .pagination-item a{
  text-align: center !important;
}

.re-tag.custom-pagination .pagination-item a{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.custom-pagination .pagination-item a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.custom-pagination .pagination-item--active a{
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom-pagination .pagination-item--active a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}

.custom-pagination .pagination-item:first-child, .custom-pagination .pagination-item:last-child{
  width: auto;
  height: 30px;
}

.custom-pagination .pagination-item:first-child a,.custom-pagination .pagination-item:last-child a{
  display: inline-flex;
}

.custom-pagination .pagination-item:first-child a:hover,.custom-pagination .pagination-item:last-child a:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}

.custom-pagination .pagination-item--disabled a{
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.custom-pagination .pagination-item--disabled a:hover{
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

/* ---- NEW STUFF: KEEP! ---- */

#pagination .pagy-nav span.page{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.sidebar{
  display: flex;
  width: 16rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}

@media (min-width: 768px){
  .sidebar{
    flex-shrink: 0;
  }
}

.sidebar {
  transition: width 0.2s ease-in-out;
}

.sidebar--mini{
  width: 4rem;
}

.sidebar--mini .sidebar__title__mini{
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  display: block;
  height: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.sidebar--mini .sidebar__logo {
  width: 31px;
  height: 41px;
}

.sidebar--mini .sidebar__logo-container{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sidebar--mini .sidebar__logo-container > :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));
}

.sidebar--mini .sidebar__logo-container{
  padding: 0px;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.sidebar--mini .sidebar__mini-button{
  position: static;
  margin: 0px;
  --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));
}

.flatpickr-calendar.sidebar--mini .sidebar__mini-button {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.sidebar--mini .sidebar__mini-button.open {
  z-index: 999;
  display: block;
}

.quicklook-panel.sidebar--mini .sidebar__title {
  display: none;
}

.sidebar--mini .sidebar__title{
  display: none;
}

.table-fin.expanded tr.sidebar--mini .sidebar__title {
  display: none;
}

.flatpickr-day.sidebar--mini .sidebar__title {
  visibility: hidden;
}

.sidebar--mini .sidebar__link{
  justify-content: center;
  padding: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.sidebar--mini .sidebar__link{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* svg {
        @apply m-0 w-6 h-6;
      } */

.sidebar--mini .sidebar__link--active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.quicklook-panel.sidebar--mini .sidebar__link span {
  display: none;
}

.sidebar--mini .sidebar__link span{
  display: none;
}

.table-fin.expanded tr.sidebar--mini .sidebar__link span {
  display: none;
}

.flatpickr-day.sidebar--mini .sidebar__link span {
  visibility: hidden;
}

.quicklook-panel.sidebar--mini .sidebar__footer-text {
  display: none;
}

.sidebar--mini .sidebar__footer-text{
  display: none;
}

.table-fin.expanded tr.sidebar--mini .sidebar__footer-text {
  display: none;
}

.flatpickr-day.sidebar--mini .sidebar__footer-text {
  visibility: hidden;
}

.sidebar__mini-button{
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.75rem;
}

.sidebar__logo-container{
  position: relative;
  padding: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.sidebar__link{
  display: inline-flex;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.sidebar__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.sidebar__link--active{
  --tw-bg-opacity: 1;
  background-color: rgb(127 199 50 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sidebar__link--active:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.sidebar__footer-text{
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-tag.sidebar__footer-text{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#supermenu{
  max-height: 16rem;
  overflow-y: auto;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

@media (prefers-color-scheme: dark){
  #supermenu{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.supermenu_title{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.supermenu_suggestions{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

tr.striped-light-blue-50 td:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.table-ass thead th{
  width: 8rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.table-ass thead th:first-child{
  width: 18rem;
}

.table-fin{
  min-width: 100%;
}

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

.table-fin thead{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.record_table thead tr th.table-fin thead{
  text-align: center !important;
}

.cohort_table thead tr th.table-fin thead{
  text-align: center !important;
}

.table-fin thead{
  text-align: center;
}

.re-button.table-fin thead{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.analysis_table thead tr th.table-fin thead{
  text-align: center !important;
}

.table-fin thead th:first-child{
  width: 18rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: left;
}

.table-fin thead th{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.table-fin tbody{
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

.record_table thead tr th.table-fin tbody{
  text-align: center !important;
}

.cohort_table thead tr th.table-fin tbody{
  text-align: center !important;
}

.table-fin tbody{
  text-align: center;
}

.analysis_table thead tr th.table-fin tbody{
  text-align: center !important;
}

.re-tag.table-fin tbody{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.table-fin tbody tr {
  display: none;
}

.table-fin tbody tr.show-collapsed {
  display: table-row;
}

.table-fin tbody tr td:first-child{
  width: 18rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}

.table-fin tbody td{
  width: 8rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.table-fin tbody tr.blue,
    .table-fin tbody tr.green,
    .table-fin tbody tr.purple{
  display: table-row;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.re-tag.table-fin tbody tr.blue,.re-tag
    .table-fin tbody tr.green,.re-tag
    .table-fin tbody tr.purple{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.table-fin tbody tr.blue.dark, .table-fin tbody tr.green.dark, .table-fin tbody tr.purple.dark{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}

.table-fin tbody tr.blue.dark2, .table-fin tbody tr.green.dark2, .table-fin tbody tr.purple.dark2{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.table-fin tbody tr.blue td:first-child, .table-fin tbody tr.green td:first-child, .table-fin tbody tr.purple td:first-child{
  width: 18rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-weight: 600;
}

.table-fin tbody tr.blue td:first-child button, .table-fin tbody tr.green td:first-child button, .table-fin tbody tr.purple td:first-child button{
  font-weight: 600;
}

.table-fin tbody tr.blue td, .table-fin tbody tr.green td, .table-fin tbody tr.purple td{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
}

.table-fin tbody tr.blue{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

.table-fin tbody tr.green{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

.table-fin tbody tr.purple{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

.table-fin.expanded tr {
  display: table-row;
}

.table-fin.expanded tr.hidden {
  display: none;
}

.table-fin--Secondary thead {
  display: none;
}

.table-fin--Secondary.expanded thead {
  display: table-header-group;
}

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

.border-t-none {
  border-top: none !important;
}

.subsection-space {
  border-top: 12px solid #fff;
}

.table-v2-holder{
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-left: 18rem;
}

.table-v2-holder.scroll-active tr td:first-child{
  border-right-width: 2px;
}

.table-v2-holder.scroll-active thead th:first-child{
  border-right-width: 2px;
}

.table-v2-holder.scroll-active-y thead th{
  border-bottom-width: 2px;
}

.table-v-2{
  display: block;
  min-width: 100%;
}

.table-v-2 thead{
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.table-v-2 thead tr{
  display: flex;
}

.table-v-2 thead th{
  position: relative;
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.record_table thead tr th.table-v-2 thead th{
  text-align: center !important;
}

.cohort_table thead tr th.table-v-2 thead th{
  text-align: center !important;
}

.table-v-2 thead th{
  text-align: center;
}

.re-button.table-v-2 thead th{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.analysis_table thead tr th.table-v-2 thead th{
  text-align: center !important;
}

.table-v-2 thead th {
  min-width: 9rem;
  width: 100%;
}

.table-v-2 thead th:first-child{
  position: absolute;
  left: 0px;
  z-index: 20;
  display: block;
  width: 18rem;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  text-align: left;
}

.table-v-2 thead.small-2 th{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.table-v-2 tbody{
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.table-v-2 tbody td{
  display: block;
  white-space: nowrap;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.record_table thead tr th.table-v-2 tbody td{
  text-align: center !important;
}

.cohort_table thead tr th.table-v-2 tbody td{
  text-align: center !important;
}

.table-v-2 tbody td{
  text-align: center;
}

.analysis_table thead tr th.table-v-2 tbody td{
  text-align: center !important;
}

.re-tag.table-v-2 tbody td{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.table-v-2 tbody td {
  min-width: 9rem;
  width: 100%;
}

.table-v-2 tbody td:first-child{
  position: absolute;
  left: 0px;
  z-index: 10;
  display: block;
  width: 18rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  text-align: left;
}

.table-v-2 tbody .no-scrollbar td {
  min-width: auto;
}

.table-v-2 tbody tr{
  display: flex;
}

.table-v-2 tbody tr.blue-1 td{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

.table-v-2 tbody tr.green-1 td{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.table-v-2 tbody tr.purple-1 td{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}

.table-v-2 tbody tr.orange-1 td{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.table-v-2 tbody tr.blue-bg-50 td{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.table-v-2 tbody tr.gray-1 td{
  font-weight: 600;
}

.table-v-2 tbody tr.small-1 td{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.re-button.table-v-2 tbody tr.small-1 td{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.table-v-2 tbody tr.small-2 td{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.table-v-2 tbody tr.separator-1 {
  border-top: 12px solid #fff;
}

.table-v-2 tbody tbody:last-child tr:last-child td:first-child{
  border-bottom-width: 0px;
}

.table-v-2 tbody.collapsed tr {
  display: none;
}

.table-v-2 td.red{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.quicklook-panel.macro-adjustments-tr + .options {
  display: none;
}

.macro-adjustments-tr + .options{
  display: none;
}

.table-fin.expanded tr.macro-adjustments-tr + .options {
  display: none;
}

.flatpickr-day.macro-adjustments-tr + .options {
  visibility: hidden;
}

.macro-adjustments-tr td:first-child{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

.quicklook-panel.macro-adjustments-tr .save {
  display: none;
}

.macro-adjustments-tr .save{
  display: none;
}

.table-fin.expanded tr.macro-adjustments-tr .save {
  display: none;
}

.flatpickr-day.macro-adjustments-tr .save {
  visibility: hidden;
}

.macro-adjustments-tr.macro-adjustments-tr--active{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}

.macro-adjustments-tr.macro-adjustments-tr--active + .options{
  display: table-row;
}

.macro-adjustments-tr.macro-adjustments-tr--active td{
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.macro-adjustments-tr.macro-adjustments-tr--active td:first-child{
  border-top-width: 2px;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.macro-adjustments-tr.macro-adjustments-tr--active td:last-child{
  border-top-width: 2px;
  border-right-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.quicklook-panel.macro-adjustments-tr.macro-adjustments-tr--active .edit {
  display: none;
}

.macro-adjustments-tr.macro-adjustments-tr--active .edit{
  display: none;
}

.table-fin.expanded tr.macro-adjustments-tr.macro-adjustments-tr--active .edit {
  display: none;
}

.flatpickr-day.macro-adjustments-tr.macro-adjustments-tr--active .edit {
  visibility: hidden;
}

.macro-adjustments-tr.macro-adjustments-tr--active .save{
  display: inline-flex;
}

.table-custom{
  min-width: 960px;
}

.table-custom tr{
  background-color: #f6f6f6;
  border: 1px solid #EBEBEB;
}

.table-custom tr th{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.record_table thead tr th.table-custom tr th{
  text-align: center !important;
}

.cohort_table thead tr th.table-custom tr th{
  text-align: center !important;
}

.table-custom tr th{
  text-align: center;
}

.analysis_table thead tr th.table-custom tr th{
  text-align: center !important;
}

.table-custom tr th{
  height: 50px;
}

.table-custom tr th:last-child {
  text-align: right;
}

.table-custom tr td{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.record_table thead tr th.table-custom tr td{
  text-align: center !important;
}

.cohort_table thead tr th.table-custom tr td{
  text-align: center !important;
}

.table-custom tr td{
  text-align: center;
}

.analysis_table thead tr th.table-custom tr td{
  text-align: center !important;
}

.table-custom tr td{
  height: 50px;
}

.table-custom tr td:last-child {
  text-align: right;
}

.table-custom tr td > button > svg {
  display: inline;
}

.table-custom .collapsed-table-row tr{
  background-color: #fff;
}

.table-custom .collapsed-table-row td{
  font-size: 15px;
}

.table-custom .collapsed-table-row td:first-child{
  padding-left: 2rem;
}

.table-custom .collapsed-table-row-toggler svg{
  transition: 0.2s all linear;
}

.table-custom .collapsed-table-row-toggler-open svg{
  transform: rotate(-180deg);
}

.colored-custom-table tr{
  background-color: #f6f6f6;
}

.colored-custom-table tr.row-blue{
  border: 1px solid #fff;
  border-left: 5px solid #0284C7;
}

.colored-custom-table tr.row-green{
  border: 1px solid #fff;
  border-left: 5px solid #10B981;
}

.colored-custom-table tr.row-red{
  border: 1px solid #fff;
  border-left: 5px solid #E11D48;
}

.colored-custom-table tr.row-yellow{
  border: 1px solid #fff;
  border-left: 5px solid #F9C227;
}

.colored-custom-table tr.row-violet{
  border: 1px solid #fff;
  border-left: 5px solid #7B61FF;
}

.colored-custom-table tr.row-cyan{
  border: 1px solid #fff;
  border-left: 5px solid #06B6D4;
}

.colored-custom-table tr.row-teal{
  border: 1px solid #fff;
  border-left: 5px solid #14B8A6;
}

.empty-row{
  border:0px;
}

.empty-row td{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  height: 20px !important;
  padding: 0px !important;
}

.small-empty-row td{
  height: 20px !important;
  padding: 0px !important;
}

.data-table-wrapper{
  overflow-x: auto;
  transition: all 0.3s ease-in-out;
}

.data-table-wrapper table{
  min-width: 1460px !important;
}

.data-table-wrapper.hires-table table{
  min-width: 2200px !important;
}

.data-table-wrapper.hires-table table th{
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.data-table-wrapper.hires-table table td{
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.data-table-wrapper.expenses-table table{
  min-width: 1920px !important;
}

.data-table-wrapper.expenses-table table th{
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.data-table-wrapper.expenses-table table td{
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.detailed-table-wrapper{
  position: relative;
}

.detailed-table-wrapper .detailed-table-wrapper-cover{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba($color: #ffffff, $alpha: 0.8);
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.text-rose-600{
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.half-circle{
  width: 245px;
  height: 126px;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  border: 18px solid #7DD3FC;
  border-bottom: 0;
  animation: progres .7s;
  animation-duration: .7s;
  animation-delay: .7s;
  animation-fill-mode: forwards;
}

@keyframes progres{
  0%{
    border: #fff;
  }

  25%{
    border-right-style: none;
    border-top-style: none;
    border-left-width: 18px;
    border-bottom: 0;
  }

  50%{
    border-right-style: none;
    border-top-style: 18px;
    border-left-width: 18px;
    border-bottom: 0;
  }

  75%{
    border-right-style: 18px;
    border-top-style: 18px;
    border-left-width: 18px;
    border-bottom: 0;
  }

  100%{
    border: 18px solid #7DD3FC;
    border-bottom: 0;
  }
}

.half-circle-rotation{
  width: 245px;
  height: 126px;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  border: 18px solid #10B981;
  border-bottom: 0;
  animation-name: rotation;
  animation-duration: .7s;
  animation-delay: .7s;
  animation-fill-mode: forwards;
}

@keyframes rotation{
  0%{
    border: #fff;
  }

  25%{
    border-right-style: none;
    border-top-style: none;
    border-left-width: 18px;
    border-bottom: 0;
  }

  50%{
    border-right-style: none;
    border-top-style: 18px;
    border-left-width: 18px;
    border-bottom: 0;
  }

  75%{
    border-right-style: 18px;
    border-top-style: 18px;
    border-left-width: 18px;
    border-bottom: 0;
  }

  100%{
    border: 18px solid #10B981;
    border-bottom: 0;
  }
}

/* NEW RECORD TABLE */

.record_table{
  width: 100%;
}

.record_table thead tr th{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 240 242 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.re-tag.record_table thead tr th{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.record_table thead tr th.text-center{
  text-align: center !important;
}

.record_table tbody tr td{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.record_table tbody tr td{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.record_table tbody tr td div{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.record_table tbody tr td div{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.record_table tbody tr td .record-name div{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.record_table tbody tr:hover td{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.profitability_table tbody tr td{
  height: 50px !important;
}

/* ================ */

.dashed_cell{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  /* via: https://heropatterns.com/ */
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23999999' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

/* ================ */

/* NEW RECORD TABLE */

.cohort_table{
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
}

.re-button.cohort_table{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.cohort_table thead tr th{
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.re-tag.cohort_table thead tr th{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.cohort_table thead tr th.text-center{
  text-align: center !important;
}

.cohort_table tbody tr td{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.cohort_table tbody tr td{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.cohort_table tbody tr td div{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.cohort_table tbody tr td div{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.cohort_table tbody tr td .record-name div{
  /* @apply text-darkBlue font-medium;  */
}

.cohort_table tbody tr:hover td{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.tab{
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.re-tag.tab{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tab:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.tab--active{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tab--active:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.tab--active-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tab--active-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.tab--active-ligh-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tab--active-ligh-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.tab--active-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.tab--active-gray:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.tab--secondary-custom-tab-active{
  margin-right: 1.5rem;
  border-radius: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
  padding-left: 0px;
  padding-right: 0px;
}

.secondary-custom-tab{
  margin-right: 1.25rem;
  display: inline-flex;
  align-items: center;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.secondary-custom-tab:hover{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

.secondary-custom-tab--active{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

.advanced-adjustment-tab{
  display: inline-flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.advanced-adjustment-tab:hover{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

.advanced-adjustment-tab--active{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

/* Small Tab*/

.small-tab{
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  background-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.re-button.small-tab{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.small-tab:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.small-tab--active{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.small-tab--active:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.small-tab--active-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.small-tab--active-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.small-tab--active-ligh-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.small-tab--active-ligh-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.small-tab--active-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.small-tab--active-gray:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.small-tab--secondary-custom-tab-active{
  margin-right: 1.5rem;
  border-radius: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
  padding-left: 0px;
  padding-right: 0px;
}

.tab-list-item{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.tab-list-item--active{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.shepherd-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.shepherd-cancel-icon {
  background: transparent;
  border: none;
  color: hsla(0, 0%, 50.2%, 0.75);
  font-size: 2em;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  padding: 0;
  transition: color 0.5s ease;
  position: absolute;
  right: 10px;
  top: -10px;
}

.shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75);
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  color: hsla(0, 0%, 50.2%, 0.75);
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75);
}

.shepherd-title {
  color: rgba(0, 0, 0, 0.75);
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  flex: 1 0 auto;
  margin: 0;
  padding: 0;
}

.shepherd-header{
  position: relative;
  padding-top: 1.5rem;
}

.shepherd-has-title .shepherd-content .shepherd-header {
  background: #e6e6e6;
  padding: 1em;
}

.shepherd-text{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.shepherd-content {
  border-radius: 5px;
  outline: none;
  padding: 0;
}

.shepherd-element {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  max-width: 512px;
  opacity: 0;
  outline: none;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

.shepherd-enabled.shepherd-element {
  opacity: 1;
  visibility: visible;
}

.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.shepherd-element,
.shepherd-element *,
.shepherd-element :after,
.shepherd-element :before {
  box-sizing: border-box;
}

.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
  pointer-events: none;
}

.shepherd-modal-overlay-container {
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out, height 0ms 0.3s, opacity 0.3s 0ms;
  width: 100vw;
  z-index: 9997;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible {
  height: 100vh;
  opacity: 0.5;
  transition: all 0.3s ease-out, height 0s 0s, opacity 0.3s 0s;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
  pointer-events: all;
}

.button-tutorial{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

.re-tag.button-tutorial{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.button-tutorial:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.d-table-header{
  display: flex;
}

.d-table-header > div{
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.record_table thead tr th.d-table-header > div{
  text-align: center !important;
}

.cohort_table thead tr th.d-table-header > div{
  text-align: center !important;
}

.d-table-header > div{
  text-align: center;
}

.re-button.d-table-header > div{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.analysis_table thead tr th.d-table-header > div{
  text-align: center !important;
}

.d-table-header > div:first-child {
  min-width: 500px;
}

.d-table-header > div:first-child:before {
  content: "\00a0";
}

.d-table-header.gray > div{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.d-table-section-holder{
  margin-bottom: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.d-table-section-holder .d-table-section-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

.d-table-section-holder .d-table-section-row .d-table-section-row-title {
  min-width: 500px;
}

.d-table-section-holder .d-table-section-row .d-table-section-row-title button{
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
}

.d-table-section-holder .d-table-section-row .d-table-section-row-title > span{
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
}

.d-table-section-holder .d-table-section-row.val{
  justify-items: start;
  padding-left: 0px;
  padding-right: 0px;
}

.d-table-section-holder .d-table-section-row.val > div:first-child{
  padding-left: 1rem;
}

.d-table-section-holder .d-table-section-row.val > div:not(:first-child){
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.record_table thead tr th.d-table-section-holder .d-table-section-row.val > div:not(:first-child){
  text-align: center !important;
}

.cohort_table thead tr th.d-table-section-holder .d-table-section-row.val > div:not(:first-child){
  text-align: center !important;
}

.d-table-section-holder .d-table-section-row.val > div:not(:first-child){
  text-align: center;
}

.analysis_table thead tr th.d-table-section-holder .d-table-section-row.val > div:not(:first-child){
  text-align: center !important;
}

.re-tag.d-table-section-holder .d-table-section-row.val > div:not(:first-child){
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.d-table-section-holder .d-table-section-row.val > div.red-bg{
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.d-table-section-holder .d-table-section-row.val > div.green-bg{
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.d-table-section-holder.green{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.d-table-section-holder.green .d-table-section-row{
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}

.d-table-section-holder.green .d-table-section-l2-row > div{
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

.d-table-section-holder.green .d-table-section-l2-row > div:first-child{
  background-color: transparent;
}

.d-table-section-holder.green .d-table-row > div{
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.d-table-section-holder.green .d-table-row > div:first-child{
  background-color: transparent;
}

.d-table-section-holder.green .blue-values > div{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

.d-table-section-holder.green .blue-values > div:first-child{
  background-color: transparent;
}

.d-table-section-holder.purple{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.d-table-section-holder.purple .d-table-section-row{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}

.d-table-section-holder.purple .d-table-section-l2-row > div{
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

.d-table-section-holder.purple .d-table-section-l2-row > div:first-child{
  background-color: transparent;
}

.d-table-section-holder.purple .d-table-row > div{
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.d-table-section-holder.purple .d-table-row > div:first-child{
  background-color: transparent;
}

.d-table-section-holder.purple .blue-values > div{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

.d-table-section-holder.purple .blue-values > div:first-child{
  background-color: transparent;
}

.d-table-section-holder.orange{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.d-table-section-holder.orange .d-table-section-row{
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}

.d-table-section-holder.orange .d-table-section-l2-row > div{
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.d-table-section-holder.orange .d-table-section-l2-row > div:first-child{
  background-color: transparent;
}

.d-table-section-holder.orange .d-table-row > div{
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.d-table-section-holder.orange .d-table-row > div:first-child{
  background-color: transparent;
}

.d-table-section-holder.orange .blue-values > div{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.d-table-section-holder.orange .blue-values > div:first-child{
  background-color: transparent;
}

.d-table-section-holder.collapsed > div {
  display: none;
}

.d-table-section-holder.collapsed > .d-table-section-row {
  display: flex;
}

.d-table-section-holder.collapsed + .assumptions {
  display: none;
}

.d-table-section-l2-holder{
  margin-top: 1rem;
}

.d-table-section-l2-holder .d-table-section-l2-row{
  display: flex;
}

.d-table-section-l2-holder .d-table-section-l2-row > div{
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.record_table thead tr th.d-table-section-l2-holder .d-table-section-l2-row > div{
  text-align: center !important;
}

.cohort_table thead tr th.d-table-section-l2-holder .d-table-section-l2-row > div{
  text-align: center !important;
}

.d-table-section-l2-holder .d-table-section-l2-row > div{
  text-align: center;
}

.analysis_table thead tr th.d-table-section-l2-holder .d-table-section-l2-row > div{
  text-align: center !important;
}

.re-tag.d-table-section-l2-holder .d-table-section-l2-row > div{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.d-table-section-l2-holder .d-table-section-l2-row > div:first-child{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 500px;
}

.d-table-section-l2-holder .d-table-section-l2-row > div.red{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
  background: transparent !important;
}

.d-table-section-l2-holder .d-table-section-l2-row > div.red-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.d-table-section-l2-holder .d-table-section-l2-row > div.green-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.d-table-section-l2-holder--mt{
  margin-top: 2.75rem;
}

.d-table-section-l2-holder--green .d-table-section-l2-row > div{
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

.d-table-section-l2-holder--green .d-table-section-l2-row > div:first-child{
  background-color: transparent;
}

.d-table-section-l2-holder--purple .d-table-section-l2-row > div{
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

.d-table-section-l2-holder--purple .d-table-section-l2-row > div:first-child{
  background-color: transparent;
}

.d-table-section-l2-holder.collapsed > div {
  display: none;
}

.d-table-section-l2-holder.collapsed > .d-table-section-l2-row {
  display: flex;
}

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

.d-table-row > div{
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.record_table thead tr th.d-table-row > div{
  text-align: center !important;
}

.cohort_table thead tr th.d-table-row > div{
  text-align: center !important;
}

.d-table-row > div{
  text-align: center;
}

.analysis_table thead tr th.d-table-row > div{
  text-align: center !important;
}

.re-tag.d-table-row > div{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.d-table-row > div:first-child{
  padding-left: 2rem;
  text-align: left;
  text-transform: capitalize;
  min-width: 500px;
}

.d-table-row.small > div{
  font-style: italic;
  padding-top: 0px;
  padding-bottom: 0px;
}

.d-table-row.blue-values > div{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.d-table-row.blue-values > div:first-child{
  background-color: transparent;
}

.d-table-row.sec{
  margin-top: 1.5rem;
}

.d-table-row.sec > div{
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.re-tag.d-table-row.sec > div{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.d-table-row.l3 > div:first-child{
  padding-left: 3rem;
}

.d-table-row.l4 > div:first-child{
  padding-left: 4rem;
}

.d-table-row.last > div{
  border-bottom-width: 1px;
}

.d-table-row > div.red{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
  background: transparent !important;
}

.collapse-bar + .collapse-bar-collapsed {
  display: none;
}

.collapse-bar.open + .collapse-bar-collapsed {
  display: block;
}

.collapse-bar {
  cursor: pointer;
}

.collapse-bar.open .collapse-btn {
  transform: rotate(180deg);
}

.d-table-row.l4:last-child > div{
  border-bottom-width: 1px;
}

.d-table-row-save {
  display: none;
}

.d-table-row-save.edit {
  display: flex;
}

.d-table-row-edit.edit {
  display: none;
}

/* //
// Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
// the trix-editor content (whether displayed or under editing). Feel free to incorporate this
// inclusion directly in any other asset bundle and remove this file.
//
//= require trix/dist/trix

// We need to override trix.css’s image gallery styles to accommodate the
// <action-text-attachment> element we wrap around attachments. Otherwise,
// images in galleries will be squished by the max-width: 33%; rule. */

trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::-moz-selection {
  background: highlight;
}

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
  .trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-content img {
  max-width: 100%;
  height: auto;
}

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' \2022 ';
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content .attachment-gallery > action-text-attachment,
    .trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
      .trix-content .attachment-gallery.attachment-gallery--2 > .attachment,
      .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
      .trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: #4D7C0F;
  /* #0891b2; */
  /*  #38bdf8; */
  border-radius: 0px;
}

#yield-wrapper::-webkit-scrollbar {
  width: 8px;
}

#yield-wrapper::-webkit-scrollbar-track {
  background: #fafafa;
}

#yield-wrapper::-webkit-scrollbar-thumb {
  background: #CCDDCC;
  /* #0891b2; */
  /*  #38bdf8; */
}

#yield-wrapper:hover::-webkit-scrollbar-track {
  background: #ddeedd;
}

#yield-wrapper:hover::-webkit-scrollbar-thumb {
  background: #4D7C0F;
  /* #0891b2; */
  /*  #38bdf8; */
}

.custom-tag{
  margin-bottom: 0.75rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.re-tag.custom-tag{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* MAIN STYLES */

body{
  font-family: inter, sans serif;
}

.main-content{
  min-height: calc(100vh - 209px);
}

.direction-ltr{
  direction: ltr !important;
}

.direction-rtl{
  direction: rtl !important;
}

.edit-member-photo-cover{
  position: absolute;
  left: 0px;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  height: 30%;
  left: 0;
  bottom: 0;
  text-align: center;
  border-radius: 0px 0px 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.member-name-size{
  width: calc(100% - 80px);
}

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

[type='checkbox']:focus, [type='radio']:focus{
  outline: 0px !important;
  box-shadow: 0px !important;
  --tw-ring-offset-width:0px;
  --tw-ring-shadow:unset;
}

[type='checkbox'], [type='radio']{
  color: #50AFF3;
  cursor: pointer;
}

.has-tooltip{
  position: relative;
}

.has-tooltip .tooltip-text{
  position: absolute;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  --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);
}

.re-button.has-tooltip .tooltip-text{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.has-tooltip .tooltip-text{
  max-width: 360px;
  z-index: -50;
  transition: all ease-in-out 0.2s;
}

.has-tooltip .tooltip-text:after{
  content: '';
  display: block;
  position: absolute;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #111827;
  border-left: 8px solid transparent;
}

.has-tooltip .tooltip-text.tooltip-text-white-bg{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.has-tooltip .tooltip-text.tooltip-text-white-bg:after{
  border-bottom: 8px solid #F9FAFB;
  display: none;
}

.has-tooltip .tooltip-bottom-left{
  left: 0px;
  top: calc(100% + 20px);
}

.has-tooltip .tooltip-bottom-left:after{
  left: 6px;
  bottom: 100%;
}

.has-tooltip .tooltip-bottom-right{
  right: 0px;
  top: calc(100% + 20px);
}

.has-tooltip .tooltip-bottom-right:after{
  right: 6px;
  bottom: 100%;
}

.has-tooltip *:hover + .tooltip-text{
  z-index: 50;
  opacity: 1;
}

.has-tooltip *:hover + .tooltip-bottom-left{
  left: 0px;
  top: calc(100% + 8px);
}

.has-tooltip *:hover + .tooltip-bottom-right{
  right: 0px;
  top: calc(100% + 8px);
}

.drag-row{
  cursor: grab;
}

.drag-row--dragging-row{
  cursor: grabbing;
}

.text-center{
  text-align: center !important;
}

.py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.cash-flow-chart{
  margin-top: 180px;
  margin-bottom: 180px;
}

.cash-flow-timeline{
  margin-left: 100px;
  margin-right: 100px;
}

.cash-flow-timeline::after{
  content: '';
  position: absolute;
  top: -6px;
  right: -24px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #EBEBEB;
}

.cash-flow-timeline .timeline-start-date{
  position: absolute;
  left: 0;
  top: 20px;
}

.cash-flow-timeline .timeline-negative-cash-date{
  position: absolute;
  left: 25%;
  top: 20px;
}

.cash-flow-timeline .timeline-first-income-date{
  position: absolute;
  left: 70%;
  top: 20px;
}

.cash-flow-timeline .timeline-end-date{
  position: absolute;
  right: 0%;
  top: 20px;
}

.negative-cash-flow{
  width: 25%;
}

.middle-cash-flow{
  width: 45%;
}

.income-cash-flow{
  width: 30%;
}

.banner-bg-img{
  aspect-ratio:1920 / 480;
}

.cash-flow-chart-info-box{
  border-radius: 0.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  --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);
  width: 200px;
}

.cash-flow-chart-info-box.info-box-bottom::after{
  content: '';
  position: absolute;
  top: -26px;
  right: calc(50% - 10px);
}

.cash-flow-chart-info-box.info-box-top::after{
  content: '';
  position: absolute;
  bottom: -26px;
  right: calc(50% - 10px);
}

.cash-flow-chart-info-box.start-date-info-box{
  position: absolute;
  left: -100px;
  top: 60px;
}

.cash-flow-chart-info-box.start-date-info-box::after{
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 16px solid #cffafe;
  border-left: 10px solid transparent;
}

.cash-flow-chart-info-box.negative-cash-info-box{
  position: absolute;
  left: calc(25% - 100px);
  top: -160px;
}

.cash-flow-chart-info-box.negative-cash-info-box::after{
  border-top: 16px solid #FECDD3;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}

.cash-flow-chart-info-box.time-to-positive-info-box{
  position: absolute;
  left: calc(50% - 100px);
  top: 60px;
}

.cash-flow-chart-info-box.time-to-positive-info-box::after{
  border-top: 16px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #BAE6FD;
  border-left: 10px solid transparent;
}

.cash-flow-chart-info-box.first-income-info-box{
  position: absolute;
  left: calc(70% - 100px);
  top: -160px;
}

.cash-flow-chart-info-box.first-income-info-box::after{
  border-top: 16px solid #CCFBF1;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}

.cash-flow-chart-info-box.end-date-info-box{
  position: absolute;
  right: -100px;
  top: 60px;
}

.cash-flow-chart-info-box.end-date-info-box::after{
  border-top: 16px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #CFFAFE;
  border-left: 10px solid transparent;
}

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

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

.input-base .ts-control{
  border:none !important;
  border-radius: 6px !important;
  padding: 6px 12px !important;
}

.input-base .ts-control input{
  height: 26px !important;
}

/* ========= */

/* FUNDING SECTION */

.ask-chart-btn-group{
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.75rem;
}

.ask-chart-btn-lg{
  display: inline-flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.ask-chart-btn-lg:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}

.ask-chart-btn-lg span{
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.ask-chart-btn-lg.active{
  display: inline-flex;
  height: 1.25rem;
  width: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.ask-chart-btn-lg.active span{
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  background-color: transparent;
}

.ask-chart-btn-md{
  display: inline-flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.ask-chart-btn-md span{
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.ask-chart-btn-sm{
  display: inline-flex;
  height: 0.75rem;
  width: 0.75rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.ask-chart-btn-sm span{
  display: inline-block;
  height: 0.25rem;
  width: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.custom-small-card{
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding: 1rem;
}

.custom-small-card-icon{
  margin-right: 0.75rem;
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}

/* =============== */

/* CHARTS CUSTOM STYLE */

.custom-chart-style .highcharts-container {
  width: 800px !important;
}

.custom-chart-style.highcharts-data-label text{
  font-size: 14px !important;
  fill:#1F2937 !important;
  color:#1F2937 !important;
  font-weight: normal !important;
}

.custom-chart-style.highcharts-data-label text tspan{
  stroke-width: 0px !important;
}

.highcharts-tooltip{
  padding: 0px;
}

.highcharts-tooltip > span{
  background: rgb(255 255 255 / 85%);
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 4px 0px;
}

.highcharts-tooltip .highcharts-tooltip-header{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-button.highcharts-tooltip .highcharts-tooltip-header{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.highcharts-tooltip .highcharts-tooltip-body{
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.re-tag.highcharts-tooltip .highcharts-tooltip-body{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.highcharts-tooltip .highcharts-tooltip-body-title{
  margin-right: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.highcharts-tooltip .highcharts-tooltip-body-value{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.custom_tooltip_header {
  color: red !important;
}

/*=====================*/

/* CUSTOM TIMELINE */

.custom-timeline-marker::after{
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -28px;
  width: 0px;
  height: 28px;
  border: 1px dashed #D1D5DB;
}

/*=================*/

.admin_footer{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.re-button.admin_footer{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.admin_footer{
  text-align: center;
  text-transform: lowercase;
  letter-spacing: 0.025em;
}

.record_table thead tr th.admin_footer{
  text-align: center !important;
}

.cohort_table thead tr th.admin_footer{
  text-align: center !important;
}

.admin_footer{
  text-align: center;
}

.analysis_table thead tr th.admin_footer{
  text-align: center !important;
}

.admin_footer div{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  /* @apply divide-x divide-red-400 py-0.5; */
}

.admin_footer a{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.admin_footer a:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity)) !important;
  text-decoration-line: underline;
}

a[name]:not([href]) {
  padding-top: 190px;
  margin-top: -190px;
}

a[name]:not([href]):before {
  display: block;
  content: " ";
  padding-top: 190px;
  margin-top: -190px;
  visibility: hidden;
}

/* =========================== */

.probox{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

/* THE PRIVACY Pages*/

.markdown-pages{
  font-family: inter;
}

.markdown-pages h3{
  margin-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.markdown-pages h4{
  margin-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.markdown-pages a{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

.markdown-pages a:hover{
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}

.markdown-pages strong{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.notif-count{
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  display: inline-flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.manufacturing {
  background-color: #ef4543;
}

.marketing {
  background-color: #6ee7b8;
}

.operations {
  background-color: #4338ca;
}

.engineering {
  background-color: #fdba74;
}

.sales {
  background-color: #67e8f9;
}

.customer-service {
  background-color: #d1d5db;
}

.executive {
  background-color: #fcd34d;
}

.finance {
  background-color: #c4b5fd;
}

.customer-service-indicator, .engeneering-indicator, .executive-management-indicator, .finance-indicator, .manufacturing-indicator, .marketing-indicator, .operation-indicator, .sales-indicator {
  border-radius: 9999px;
  height: 1.25rem;
  position: absolute;
  width: 1.25rem;
}

.customer-service-indicator {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225/var(--tw-bg-opacity));
  left: 38px;
  top: 48px;
}

.executive-management-indicator {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71/var(--tw-bg-opacity));
  left: 0;
  top: 109px;
}

.finance-indicator {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254/var(--tw-bg-opacity));
  left: 0;
  top: 232px;
}

.manufacturing-indicator {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68/var(--tw-bg-opacity));
  left: 38px;
  top: 293px;
}

.marketing-indicator {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183/var(--tw-bg-opacity));
  right: 38px;
  top: 48px;
}

.operation-indicator {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202/var(--tw-bg-opacity));
  right: 0;
  top: 109px;
}

.engeneering-indicator {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116/var(--tw-bg-opacity));
  right: 0;
  top: 232px;
}

.sales-indicator {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249/var(--tw-bg-opacity));
  right: 38px;
  top: 293px;
}

.bg-red-breakdown {
  background-color: #fee2e2;
}

.wl_label{
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}

.re-tag.wl_label{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* import "re_client_card"; */

.re-client-card{
  display: grid;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.re-client-card-buttons{
  padding: 0.75rem;
  padding-top: 0px;
}

.client-token-indicator{
  position: relative;
}

.client-token-indicator:after{
  position: absolute;
  top: -0.5rem;
  left: 0px;
  height: 0px;
  width: 0px;
  border-width: 8px;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity));
  content: '';
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
}

.client-status{
  display: inline-flex;
  align-items: center;
}

.client-status-bullet{
  margin-right: 0.25rem;
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.client-status-bullet-inner{
  display: inline-block;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
}

/*ACTIVE STATUS*/

.client-status-active .client-status-bullet{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

.client-status-active .client-status-bullet-inner{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}

.client-status-active .client-status-text{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

/*EXPIRED STATUS*/

.client-status-expired .client-status-bullet{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}

.client-status-expired .client-status-bullet-inner{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}

.client-status-expired .client-status-text{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

/*PENDING STATUS*/

.client-status-pending .client-status-bullet{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

.client-status-pending .client-status-bullet-inner{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

.client-status-pending .client-status-text{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

.re-client-card:hover .re-client-card-sparkline .peity rect{
  fill:#9CA3AF !important;
}

.helpctr_nav_item{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.helpctr_nav_item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.helpctr_current{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}

.helpctr_current:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}

.quicklook-panel.helpheader .header_minus {
  display: none;
}

.helpheader .header_minus{
  display: none;
}

.table-fin.expanded tr.helpheader .header_minus {
  display: none;
}

.flatpickr-day.helpheader .header_minus {
  visibility: hidden;
}

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

.helpheader.header_open{
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}

.helpheader.header_open .header_minus{
  display: inline-block;
}

.quicklook-panel.helpheader.header_open .header_plus {
  display: none;
}

.helpheader.header_open .header_plus{
  display: none;
}

.table-fin.expanded tr.helpheader.header_open .header_plus {
  display: none;
}

.flatpickr-day.helpheader.header_open .header_plus {
  visibility: hidden;
}

.buffet_counter_animated::after{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
  opacity: 0;
  content: counter(count)'%';
  animation: counter 3s ease-in-out;
  counter-reset: count 0;
}

@keyframes counter {
  0% {
    counter-increment: count 0;
    opacity: 0;
  }

  1% {
    counter-increment: count 01;
    opacity: 1;
  }

  2% {
    counter-increment: count 02;
  }

  3% {
    counter-increment: count 03;
  }

  4% {
    counter-increment: count 04;
  }

  5% {
    counter-increment: count 05;
  }

  6% {
    counter-increment: count 06;
  }

  7% {
    counter-increment: count 07;
  }

  8% {
    counter-increment: count 08;
  }

  9% {
    counter-increment: count 09;
  }

  10% {
    counter-increment: count 10;
  }

  11% {
    counter-increment: count 11;
  }

  12% {
    counter-increment: count 12;
  }

  13% {
    counter-increment: count 13;
  }

  14% {
    counter-increment: count 14;
  }

  15% {
    counter-increment: count 15;
  }

  16% {
    counter-increment: count 16;
  }

  17% {
    counter-increment: count 17;
  }

  18% {
    counter-increment: count 18;
  }

  19% {
    counter-increment: count 19;
  }

  20% {
    counter-increment: count 20;
  }

  21% {
    counter-increment: count 21;
  }

  22% {
    counter-increment: count 22;
  }

  23% {
    counter-increment: count 23;
  }

  24% {
    counter-increment: count 24;
  }

  25% {
    counter-increment: count 25;
  }

  26% {
    counter-increment: count 26;
  }

  27% {
    counter-increment: count 27;
  }

  28% {
    counter-increment: count 28;
  }

  29% {
    counter-increment: count 29;
  }

  30% {
    counter-increment: count 30;
  }

  31% {
    counter-increment: count 31;
  }

  32% {
    counter-increment: count 32;
  }

  33% {
    counter-increment: count 33;
  }

  34% {
    counter-increment: count 34;
  }

  35% {
    counter-increment: count 35;
  }

  36% {
    counter-increment: count 36;
  }

  37% {
    counter-increment: count 37;
  }

  38% {
    counter-increment: count 38;
  }

  39% {
    counter-increment: count 39;
  }

  40% {
    counter-increment: count 40;
  }

  41% {
    counter-increment: count 41;
  }

  42% {
    counter-increment: count 42;
  }

  43% {
    counter-increment: count 43;
  }

  44% {
    counter-increment: count 44;
  }

  45% {
    counter-increment: count 45;
  }

  46% {
    counter-increment: count 46;
  }

  47% {
    counter-increment: count 47;
  }

  48% {
    counter-increment: count 48;
  }

  49% {
    counter-increment: count 49;
  }

  50% {
    counter-increment: count 50;
  }

  51% {
    counter-increment: count 51;
  }

  52% {
    counter-increment: count 52;
  }

  53% {
    counter-increment: count 53;
  }

  54% {
    counter-increment: count 54;
  }

  55% {
    counter-increment: count 55;
  }

  56% {
    counter-increment: count 56;
  }

  57% {
    counter-increment: count 57;
  }

  58% {
    counter-increment: count 58;
  }

  59% {
    counter-increment: count 59;
  }

  60% {
    counter-increment: count 59;
  }

  61% {
    counter-increment: count 58;
  }

  62% {
    counter-increment: count 57;
  }

  63% {
    counter-increment: count 56;
  }

  64% {
    counter-increment: count 55;
  }

  65% {
    counter-increment: count 54;
  }

  66% {
    counter-increment: count 53;
  }

  67% {
    counter-increment: count 52;
  }

  68% {
    counter-increment: count 51;
  }

  69% {
    counter-increment: count 50;
  }

  70% {
    counter-increment: count 70;
  }

  71% {
    counter-increment: count 71;
  }

  72% {
    counter-increment: count 72;
  }

  73% {
    counter-increment: count 73;
  }

  74% {
    counter-increment: count 74;
  }

  75% {
    counter-increment: count 75;
  }

  76% {
    counter-increment: count 76;
  }

  77% {
    counter-increment: count 77;
  }

  78% {
    counter-increment: count 78;
  }

  79% {
    counter-increment: count 79;
  }

  80% {
    counter-increment: count 79;
  }

  81% {
    counter-increment: count 78;
  }

  82% {
    counter-increment: count 77;
  }

  83% {
    counter-increment: count 76;
  }

  84% {
    counter-increment: count 75;
  }

  85% {
    counter-increment: count 74;
  }

  86% {
    counter-increment: count 73;
  }

  87% {
    counter-increment: count 72;
  }

  88% {
    counter-increment: count 71;
  }

  89% {
    counter-increment: count 70;
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.buffet_score_show_animated{
  opacity: 1;
  animation: buffet_score_show_animation 3.5s ease-in-out, heartBeat 1s ease-in-out 3.5s;
}

@keyframes buffet_score_show_animation{
  0% {
    opacity: 0;
  }

  95% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.badge_shine{
  position: relative;
  overflow: hidden;
}

.badge_shine:after{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 10%;
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-via-position: 50%;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: 90%;
  content:'';
  top:0;
  transform:translateX(80px) skewX(30deg);
  width:50px;
  height:80px;
  position: absolute;
  z-index:1;
  animation: badge_shine_animation 0.8s linear 3.7s;
}

/* animation */

@keyframes badge_shine_animation {
  0% {
    transform:translateX(-80px) skewX(30deg);
    filter: grayscale(1);
  }

  100% {
    transform:translateX(65px) skewX(30deg);
    filter: grayscale(0);
  }
}

.badge_shine_filter{
  animation: badge_filter_animation 3s ease-in-out;
  filter: grayscale(0%);
}

@keyframes badge_filter_animation {
  0% {
    filter: grayscale(100%);
  }

  99% {
    filter: grayscale(100%);
  }

  100% {
    filter: grayscale(0%);
  }
}

.buffet_tip_show{
  animation: buffet_tip_show 3s ease-in-out;
}

@keyframes buffet_tip_show {
  0% {
    opacity:0 ;
  }

  100% {
    opacity:0 ;
  }
}

/* ---- PYRAMID ---- */

.analysis_pyramid .bookend{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.analysis_pyramid .bookend.rounded-tr-md, .analysis_pyramid .bookend.rounded-r-md{
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.analysis_pyramid .pyramid_row.active .bookmiddle{
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}

.analysis_pyramid .pyramid_row.active .bookend{
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}

/* ---- COFFEY ---- */

.coffey_table td{
  margin: 0px;
  padding: 0px;
}

.coffey_table th{
  margin: 0px;
  padding: 0.25rem;
}

.coffey_table .ttt_deet{
  padding: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.coffey_table_wrapper::-webkit-scrollbar {
  height: 12px !important;
}

/* ==== described colors - to be used on white/light backgrounds ==== */

.re-button{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  text-transform: capitalize;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.re-tag.re-button{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re-button:hover{
  border-radius: 1.5rem;
}

.re-button.text-xs{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re-button.re-btn-primary-solid, .re-button.re-btn-primary{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.re-button.re-btn-primary-solid:hover, .re-button.re-btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-button.re-btn-primary-otln{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.re-button.re-btn-primary-otln:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-button.re-btn-primary-otln:active{
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}

.re-button.re-btn-secondary-solid, .re-button.re-btn-secondary{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.re-button.re-btn-secondary-solid:hover, .re-button.re-btn-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-button.re-btn-secondary-otln{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.re-button.re-btn-secondary-otln:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-button.re-btn-secondary-otln:active{
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}

.re-button.re-btn-draft-solid, .re-button.re-btn-draft{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.re-button.re-btn-draft-solid:hover, .re-button.re-btn-draft:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-button.re-btn-draft-solid:active, .re-button.re-btn-draft:active{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}

.re-button.re-btn-draft-otln{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.re-button.re-btn-draft-otln:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-button.re-btn-draft-otln:active{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}

.re-button.re-btn-danger, .re-button.re-btn-danger-solid{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.re-button.re-btn-danger:hover, .re-button.re-btn-danger-solid:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-button.re-btn-danger:active, .re-button.re-btn-danger-solid:active{
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}

.re-button.re-btn-danger-otln{
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
  color: rgb(225 29 72 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.re-button.re-btn-danger-otln:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-button.re-btn-danger-otln:active{
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}

.re-button.re-btn-other, .re-button.re-btn-other-solid{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.re-button.re-btn-other:hover, .re-button.re-btn-other-solid:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-button.re-btn-other:active, .re-button.re-btn-other-solid:active{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.re-button.re-btn-other-otln{
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.re-button.re-btn-other-otln:hover{
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-button.re-btn-other-otln:active{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.re-button.re-btn-disabled, .re-button:disabled{
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.re-button.re-btn-disabled:hover, .re-button:disabled:hover{
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.re-button.re-btn-disabled:active, .re-button:disabled:active{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.re-button.re-btn-white{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-button.re-btn-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.re-button.re-btn-white:active{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.re-button.re-btn-white-otln{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-button.re-btn-white-otln:hover{
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-button.re-btn-white-otln:active{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.re-callout{
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.re-tag.re-callout{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re-callout.re-hoverable{
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.re-callout.re-hoverable:hover{
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Input Type Text... */

.re-input-field label{
  margin-bottom: 0.25rem !important;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.re-input-field label{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re-input-field input{
  display: block;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

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

.re-input-field input:focus:focus{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity));
}

.re-input-field input:focus-visible{
  --tw-border-opacity: 1 !important;
  border-color: rgb(132 204 22 / var(--tw-border-opacity)) !important;
  outline-color: #84cc16 !important;
}

.re-input-field input:-moz-read-only{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.re-input-field input:read-only{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.re-input-field input:disabled{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-text-opacity)) !important;
}

.re-input-field input::-moz-placeholder{
  text-transform: capitalize;
  line-height: 2.5rem;
}

.re-input-field input::placeholder{
  text-transform: capitalize;
  line-height: 2.5rem;
}

.re-input-field.re_error_input input{
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity));
}

.re-input-field.re_error_input input:focus:focus{
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity));
}

.re-input-field.re_error_input input:focus-visible{
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 63 94 / var(--tw-border-opacity)) !important;
  outline-color: #f43f5e !important;
}

.re-input-field.re_error_input .error-message{
  margin-top: 0.25rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

.re-button.re-input-field.re_error_input .error-message{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re-input-field.re_disabled_input label{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.re-input-field.with_addon input{
  padding-right: 2.5rem;
  padding-left: 2.25rem;
}

.re-input-field.with_addon .input-before-addon{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: flex;
  height: 100%;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.re-tag.re-input-field.with_addon .input-before-addon{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re-input-field.with_addon .input-after-addon{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: flex;
  height: 100%;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.re-button.re-input-field.with_addon .input-after-addon{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re-input-field.with_addon input:focus + .input-before-addon{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.re-input-field.with_addon input:focus + .input-before-addon + .input-after-addon{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.re-input-field.with_addon input:focus + .input-after-addon{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.re-input-field.re-link-field input{
  padding-left: 5rem;
  padding-right: 2.5rem;
}

.re-input-field.re-link-field .input-before-addon{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: flex;
  height: 100%;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.re-tag.re-input-field.re-link-field .input-before-addon{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re-input-field.re-link-field input:focus + .input-before-addon{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.re-input-field.re-textarea textarea{
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

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

.re-input-field.re-textarea textarea:focus:focus{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity));
}

.re-input-field.re-textarea textarea:focus-visible{
  --tw-border-opacity: 1 !important;
  border-color: rgb(132 204 22 / var(--tw-border-opacity)) !important;
  outline-color: #84cc16 !important;
}

.re-input-field.re-textarea textarea:-moz-read-only{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.re-input-field.re-textarea textarea:read-only{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.re-input-field.re-textarea textarea:disabled{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-text-opacity)) !important;
}

.re-input-field input[type="number"]{
  padding-right: 3rem;
  text-align: right;
  /* direction: rtl; */
}

/* SELECT INPUT... */

.re-select label{
  margin-bottom: 0.25rem !important;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.re-select label{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re-select select{
  display: block;
  height: 2.5rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

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

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

.re-select select:focus:focus{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity));
}

.re-select select:focus-visible{
  --tw-border-opacity: 1 !important;
  border-color: rgb(132 204 22 / var(--tw-border-opacity)) !important;
  outline-color: #84cc16 !important;
}

.re-select select:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.re-select.re_select_error select{
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity));
}

.re-select.re_select_error select:focus:focus{
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity));
}

.re-select.re_select_error select:focus-visible{
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 63 94 / var(--tw-border-opacity)) !important;
  outline-color: #f43f5e !important;
}

.re-select.re_select_error .error-message{
  margin-top: 0.25rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

.re-button.re-select.re_select_error .error-message{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re-select.re_select_disabled label{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

/*TRIX TEXT AREA EDITOR*/

.trix-button-row{
  margin-bottom: 0px;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.trix-button-row .trix-button-group{
  margin-bottom: 0px;
}

.trix-button-row .trix-button-group > :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)));
}

.trix-button-row .trix-button-group{
  border-width: 0px;
}

.trix-button-row .trix-button-group::after{
  position: absolute;
  right: 0.75rem;
  top: 0.25rem;
  display: inline;
  height: 1rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}


.flatpickr-calendar.trix-button-row .trix-button-group::after {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.trix-button-row .trix-button-group::after {
  display: block;
  position: relative;
  top: 2px;
}

.trix-button-row .trix-button-group .trix-button{
  height: 1.5rem;
  width: 1.5rem;
  border-width: 0px;
  background-color: transparent;
}

trix-editor{
  border-radius: 0px !important;
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

trix-editor ul {
  margin-left: 1rem;
}

trix-editor ul li {
  list-style-position: outside;
  list-style: disc;
}

trix-editor h1{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25rem;
}

trix-editor a:not(.no-underline) {
  text-decoration: underline;
}

trix-editor a:visited{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

trix-editor ul {
  list-style-type: disc;
}

trix-editor ol{
  padding-left: 1rem;
  list-style-type: decimal;
}

trix-editor pre{
  display: inline-block;
  width: 100%;
  overflow-x: auto;
  white-space: pre;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  vertical-align: top;
  font-size: 1.5rem;
  line-height: 2rem;
}

trix-editor blockquote {
  border: 0 solid #ccc;
  border-left-width: 0px;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

/* SEARCH INPUT */

.re-search-bar{
  position: relative;
  width: 20rem;
}

.re-search-bar input{
  display: block;
  height: 2.5rem;
  width: 20rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-right: 2rem;
}

.re-search-bar input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity));
}

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

/* clears the ‘X’ from Internet Explorer */

.re-search-bar input[type=search]::-ms-clear {
  display: none;
  width : 0;
  height: 0;
}

.re-search-bar input[type=search]::-ms-reveal {
  display: none;
  width : 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */

.re-search-bar input[type="search"]::-webkit-search-decoration,
  .re-search-bar input[type="search"]::-webkit-search-cancel-button,
  .re-search-bar input[type="search"]::-webkit-search-results-button,
  .re-search-bar input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.re-search-bar svg{
  position: absolute;
  top: 0.625rem;
  right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

/* CUSTOM SWITCH */

.re-switch{
  position: relative;
  display: inline-block;
  height: 1.25rem;
  width: 2.5rem;
}

.re-switch input{
  height: 0px;
  width: 0px;
  opacity: 0;
}

.re-switch input:checked + .slider{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}

.re-switch .slider{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  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;
}

.re-switch .slider:before{
  content: "";
  position: absolute;
  left: 0.125rem;
  bottom: 0.125rem;
  height: 1rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  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: 300ms;
}

.re-switch .slider.round{
  border-radius: 9999px;
}

.re-switch .slider.round:before{
  border-radius: 9999px;
}

.re-switch input:checked + .slider:before {
  transform: translateX(20px);
}

.re-checkbox{
  display: flex;
  align-items: center;
}

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

.re-checkbox input{
  -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: #737373;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
  border-radius: 0px;
}

.re-checkbox input: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);
}

.re-checkbox input:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  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");
}

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

.re-checkbox input: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;
}

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

.re-checkbox input{
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}

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

.re-checkbox label{
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.re-checkbox label{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re-checkbox input:checked{
  border-radius: 0.25rem;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}

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

.re-radio{
  display: flex;
  align-items: center;
}

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

.re-radio input{
  -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: #737373;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
  border-radius: 100%;
}

.re-radio input: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);
}

.re-radio input:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  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");
}

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

.re-radio input{
  height: 1.25rem;
  width: 1.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}

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

input[type="number"] {
  -moz-appearance: textfield;
}

/*RECURVED FORM CONTAINER*/

.re_form_container{
  position: relative;
  border-radius: 0.375rem;
  padding-bottom: 0px;
}

/* FORMS CARD*/

.form-card-header{
  display: flex;
  align-items: center;
}

.form-card-header-icon{
  margin-right: 0.625rem;
  border-radius: 9999px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.form-card-header-text{
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.re-tag.form-card-header-text{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/*RECURVED FORM FOOTER*/

.re_form_footer{
  position: sticky;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  margin-top: 2rem;
  display: grid;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

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

.re_form_footer{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  .re_form_footer{
    display: flex;
    justify-content: flex-end;
  }

  .re_form_footer > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --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)));
  }
}

/* TOM SELECT */

.re-input-field .ts-control{
  min-height: 40px;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.re-input-field .ts-control input{
  height: 30px;
}

.pva_form {
  /* what the hgell? */
}

.pva_form input{
  height: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.re-button.pva_form input{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pva_form select{
  height: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

.re-button.pva_form select{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pva_form label{
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.re-button.pva_form label{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.lime-inner-shadow {
  box-shadow: inset 0 0 8px #ddeedd;
}

.re-tooltip-panel{
  position: absolute;
  display: block;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  opacity: 0;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.re-button.re-tooltip-panel{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re-tooltip-panel{
  max-width: 360px;
  z-index: -50;
  transition: all ease-in-out 0.2s;
}

.re-tooltip-panel.re-tooltip-panel-white{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.re-tooltip-panel.re-tooltip-panel-white:after{
  border-bottom: 8px solid #F9FAFB;
  display: none;
}

.re-tooltip-panel-left{
  left: 0px;
  top: 100%;
}

.re-tooltip-panel-right{
  right: 0px;
  top: 100%;
}

.re-tooltip-panel-show{
  display: block !important;
  opacity: 1;
  z-index: 50;
}

.re-tooltip-panel-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.re-tooltip-panel-body{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.re-tooltip-panel-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.re-page-title{
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
  opacity: 0.9;
}

.re-page-title b{
  font-weight: 600;
  opacity: 1;
}

h1.re-page-title{
  font-size: 1.5rem;
  line-height: 2rem;
}

h2.re-page-title{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h3.re-page-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.analysis_table{
  width: 100%;
}

.analysis_table thead tr th{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}

.re-tag.analysis_table thead tr th{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.analysis_table thead tr th.text-center{
  text-align: center !important;
}

.analysis_table tbody tr td{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.analysis_table tbody tr td{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.analysis_table tbody tr td div{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.analysis_table tbody tr td div{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.analysis_table tbody tr td .record-name div{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

/* DATA TABLE */

.datalab_table{
  position: relative;
  width: 100%;
  border-collapse: collapse;
}

.datalab_table thead{
  position: sticky;
  top: 0px;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.datalab_table thead th{
  height: 2.5rem;
  white-space: nowrap;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 0px !important;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.record_table thead tr th.datalab_table thead th{
  text-align: center !important;
}

.cohort_table thead tr th.datalab_table thead th{
  text-align: center !important;
}

.datalab_table thead th{
  text-align: center;
}

.analysis_table thead tr th.datalab_table thead th{
  text-align: center !important;
}

.re-tag.datalab_table thead th{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.datalab_table thead th span{
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 240 242 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.datalab_table thead .datalab_table_thead_second_row th{
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-button.datalab_table thead .datalab_table_thead_second_row th{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.datalab_table tbody th{
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 0px !important;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.re-tag.datalab_table tbody th{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.datalab_table tbody th{
  width: 340px;
  max-width: 340px;
  min-width: 0px;
}

.datalab_table tbody th span{
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 240 242 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-width: 0px;
}

.datalab_table tbody td{
  height: 50px;
  white-space: nowrap;
  border-width: 0px;
  padding: 0px;
  text-align: right !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.datalab_table tbody td{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.datalab_table tbody td span{
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: right !important;
}

.datalab_table tbody tr:hover th span, .datalab_table tbody tr:hover td span{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.re-tag{
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  white-space: nowrap;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  text-transform: lowercase;
  line-height: 1rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}

.re-button.re-tag{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re-tag.text-sm{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re-tag.text-xxs{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.65rem;
}

.re-tag.re-hoverable{
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.re-tag.re-hoverable:hover{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-tag.re-tag-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}

.re-tag.re-tag-green{
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.re-tag.re-tag-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

.re-tag.re-tag-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.re-tag.re-tag-red{
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}

.re-tag.re-tag-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}

.re-tag.re-tag-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}

.re-tag.re-tag-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.re-tag-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.re-tag.re-tag-fuchsia{
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}

.re-tag.re-tag-violet{
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}

/* Pastel variant that desaturates the tag colors */

.re-tag.re-tag-pastel{
  --tw-bg-opacity: 0.5;
  --tw-text-opacity: 0.8;
  filter: saturate(0.8) brightness(1.05);
}

.re_chart_tooltip{
  height: 100%;
  width: 100%;
  padding: 0px !important;
}

.re_chart_tooltip_header{
  margin-bottom: 0.5rem;
  display: inline-block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.re-button.re_chart_tooltip_header{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re_chart_tooltip_series_container{
  margin-top: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 240 242 / var(--tw-border-opacity));
}

.re_chart_tooltip_series_container:last-child{
  border-bottom-width: 0px;
}

.re_chart_tooltip_series_name{
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.re-button.re_chart_tooltip_series_name{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re_chart_tooltip_item{
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.re_chart_tooltip_item_title{
  margin-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-button.re_chart_tooltip_item_title{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re_chart_tooltip_item_value{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.re-button.re_chart_tooltip_item_value{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re_chart_tooltip_item_value span{
  --tw-text-opacity: 1 !important;
  color: rgb(244 63 94 / var(--tw-text-opacity)) !important;
}

/*Timeline Tooltips*/

.timeline_chart_tooltip{
  min-width: 220px;
  padding: 0px !important;
}

.timeline_chart_tooltip .re_chart_tooltip_header{
  margin-bottom: 0px;
}

.tabulator{
  padding: 0px !important;
}

.tabulator-col-content{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.tabulator-cell{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{
  display: flex !important;
}

.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers + br{
  display: none !important;
}

.tabulator-header .tabulator-col{
  flex: 1 1 0% !important;
  border-top: 1px solid rgb(221, 221, 221) !important;
}

.tabulator-header .tabulator-col:first-child{
  max-width: 20%;
  width: 20% !important;
  min-width: 20% !important;
  border-left: 1px solid rgb(221, 221, 221) !important;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{
  text-align: right !important;
  padding-right:0 !important;
  padding-left:26 !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{
  right: unset;
  left: 4px;
}

.tabulator-table{
  width: 100%;
}

.tabulator-table .tabulator-row{
  display: flex !important;
}

.tabulator-table .tabulator-row .tabulator-cell:first-child{
  max-width: 20%;
  min-width: 20% !important;
  border-left: 1px solid rgb(221, 221, 221) !important;
}

.tabulator-table .tabulator-row .tabulator-cell{
  flex: 1 1 0% !important;
}

.tabulator-table .tabulator-row:hover .tabulator-cell{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}

.tabulator-row .tabulator-cell:last-of-type {
  border-right: 1px solid rgb(221, 221, 221) !important;
}

.re-link{
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.re-tag.re-link{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re-link:hover{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

.text-tiny, .text-tiny * {
  font-size: 10px !important;
}

/* Default scrollbar (10% opacity, track uses gray-400) */

.hidden-scrollbar::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
}

.hidden-scrollbar::-webkit-scrollbar-track {
  background: rgba(156, 163, 175, 0.1);
  /* Tailwind's gray-400 at 10% opacity */
}

.hidden-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(75, 85, 99, 0.1);
  /* Tailwind's gray-600 at 10% opacity */
}

/* Scrollbar on hover (100% opacity, gray colors) */

.hidden-scrollbar:hover::-webkit-scrollbar-thumb {
  background: #9ca3af;
  /* Tailwind's gray-400, fully opaque */
}

.hidden-scrollbar:hover::-webkit-scrollbar-track {
  background: #e5e7eb;
  /* Tailwind's gray-200, fully opaque */
}

/* For Firefox */

.hidden-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(75, 85, 99, 0.1) rgba(156, 163, 175, 0.1);
  /* Thumb and track at 10% opacity */
}

.hidden-scrollbar:hover {
  scrollbar-color: #9ca3af #e5e7eb;
  /* Thumb and track fully opaque on hover */
}

/* ---- for home page ---- */

/* Default scrollbar (10% opacity, track uses gray-400) */

.more-hidden-scrollbar::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
}

.more-hidden-scrollbar::-webkit-scrollbar-track {
  background: rgba(156, 163, 175, 0.05);
  /* Tailwind's gray-400 at 10% opacity */
}

.more-hidden-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(75, 85, 99, 0.05);
  /* Tailwind's gray-600 at 10% opacity */
}

/* Scrollbar on hover (100% opacity, gray colors) */

.more-hidden-scrollbar:hover::-webkit-scrollbar-thumb {
  background: #9ca3af;
  /* Tailwind's gray-400, fully opaque */
}

.more-hidden-scrollbar:hover::-webkit-scrollbar-track {
  background: #e5e7eb;
  /* Tailwind's gray-200, fully opaque */
}

/* For Firefox */

.more-hidden-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(75, 85, 99, 0.05) rgba(156, 163, 175, 0.05);
  /* Thumb and track at 10% opacity */
}

.more-hidden-scrollbar:hover {
  scrollbar-color: #9ca3af #e5e7eb;
  /* Thumb and track fully opaque on hover */
}

/* previous stuff */

.recurved_primary_btn{
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-tag.recurved_primary_btn{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.recurved_primary_btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}

.recurved_primary_btn:active{
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}

.recurved_secondary_btn{
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-tag.recurved_secondary_btn{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.recurved_secondary_btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}

.recurved_secondary_btn:active{
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}

.recurved_primary_btn2{
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  text-transform: capitalize;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.re-tag.recurved_primary_btn2{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.recurved_primary_btn2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.recurved_primary_btn2:active{
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}

.recurved_secondary_btn2{
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  text-transform: capitalize;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re-tag.recurved_secondary_btn2{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.recurved_secondary_btn2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}

.recurved_secondary_btn2:active{
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}

/**
 * tom-select.css (v2.2.2)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */

:root {
  --ts-pr-clear-button:	0;
  --ts-pr-caret:	0;
  --ts-pr-min:	.75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper.plugin-drag_drop.multi > .ts-control > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.ts-wrapper.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.ts-wrapper.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.plugin-checkbox_options .option input {
  margin-right: 0.5rem;
}

.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}

.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}

.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max( var(--ts-pr-caret), 8px);
}

.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}

.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px 0;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}

.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}

.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-moz-placeholder {
  color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}

.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}

.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}

.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}

.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}

.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-smoothing: inherit;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}

.ts-wrapper.multi.has-items .ts-control {
  padding: calc( 8px - 2px - 0px) 8px calc( 8px - 2px - 3px - 0px);
}

.full .ts-control {
  background-color: #fff;
}

.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}

.focus .ts-control {
  box-shadow: none;
}

.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}

.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0px solid #d0d0d0;
}

.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0px solid #cacaca;
}

.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: #7d7d7d;
  background: white;
  border: 0px solid white;
}

.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}

.ts-control > input::-ms-clear {
  display: none;
}

.ts-control > input:focus {
  outline: none !important;
}

.has-items .ts-control > input {
  margin: 0px 4px !important;
}

.ts-control.rtl {
  text-align: right;
}

.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}

.ts-control.rtl .ts-control > input {
  margin: 0px 4px 0px -2px !important;
}

.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}

.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}

.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.ts-dropdown .active.create {
  color: #495c68;
}

.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

.ts-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ts-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  box-shadow: 0 3px 13px rgba(0,0,0,0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eceef1;
}

.flatpickr-calendar.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  border: 1px solid #eceef1;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eceef1;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #eceef1;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eceef1;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #eceef1;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #eceef1;
  color: #5a6171;
  fill: #5a6171;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #5a6171;
  fill: #5a6171;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72,72,72,0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}

.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72,72,72,0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72,72,72,0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(90,97,113,0.5);
}

.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #5a6171;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #5a6171;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(90,97,113,0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #eceef1;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #eceef1;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: #eceef1;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #eceef1;
  color: #5a6171;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid #eceef1;
  border-right: 1px solid #eceef1;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #eceef1;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}

.flatpickr-day.today {
  border-color: #bbb;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #ff5a5f;
  box-shadow: none;
  color: #fff;
  border-color: #ff5a5f;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #ff5a5f;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72,72,72,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72,72,72,0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid #eceef1;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72,72,72,0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #eceef1;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

span.flatpickr-day.selected {
  font-weight: bold;
}

.flatpickr-monthSelect-months {
  margin: 10px 1px 3px 1px;
  flex-wrap: wrap;
}

.flatpickr-monthSelect-month {
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 0.5px;
  justify-content: center;
  padding: 10px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  width: 33%;
}

.flatpickr-monthSelect-month.flatpickr-disabled {
  color: #eee;
}

.flatpickr-monthSelect-month.flatpickr-disabled:hover,
.flatpickr-monthSelect-month.flatpickr-disabled:focus {
  cursor: not-allowed;
  background: none !important;
}

.flatpickr-monthSelect-theme-dark {
  background: #3f4458;
}

.flatpickr-monthSelect-theme-dark .flatpickr-current-month input.cur-year {
  color: #fff;
}

.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-prev-month,
.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-next-month {
  color: #fff;
  fill: #fff;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month {
  color: rgba(255, 255, 255, 0.95);
}

.flatpickr-monthSelect-month.today {
  border-color: #959ea9;
}

.flatpickr-monthSelect-month.inRange,
.flatpickr-monthSelect-month.inRange.today,
.flatpickr-monthSelect-month:hover,
.flatpickr-monthSelect-month:focus {
  background: #e6e6e6;
  cursor: pointer;
  outline: 0;
  border-color: #e6e6e6;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.inRange,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:hover,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:focus {
  background: #646c8c;
  border-color: #646c8c;
}

.flatpickr-monthSelect-month.today:hover,
.flatpickr-monthSelect-month.today:focus {
  background: #959ea9;
  border-color: #959ea9;
  color: #fff;
}

.flatpickr-monthSelect-month.selected,
.flatpickr-monthSelect-month.startRange,
.flatpickr-monthSelect-month.endRange {
  background-color: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-monthSelect-month.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-monthSelect-month.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-monthSelect-month.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-monthSelect-month.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.selected,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.startRange,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.endRange {
  background: #80cbc4;
  box-shadow: none;
  color: #fff;
  border-color: #80cbc4;
}

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

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.\!sticky{
  position: sticky !important;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.\!left-0{
  left: 0px !important;
}

.\!left-auto{
  left: auto !important;
}

.\!right-0{
  right: 0px !important;
}

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

.\!right-8{
  right: 2rem !important;
}

.\!right-\[85px\]{
  right: 85px !important;
}

.\!top-8{
  top: 2rem !important;
}

.\!top-\[73px\]{
  top: 73px !important;
}

.\!top-full{
  top: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

.bottom-0{
  bottom: 0px;
}

.bottom-10{
  bottom: 2.5rem;
}

.bottom-5{
  bottom: 1.25rem;
}

.left-0{
  left: 0px;
}

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

.left-2{
  left: 0.5rem;
}

.left-3{
  left: 0.75rem;
}

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

.left-full{
  left: 100%;
}

.right-0{
  right: 0px;
}

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

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-\[-20px\]{
  right: -20px;
}

.right-\[-40px\]{
  right: -40px;
}

.right-\[-48px\]{
  right: -48px;
}

.right-\[80px\]{
  right: 80px;
}

.right-full{
  right: 100%;
}

.top-0{
  top: 0px;
}

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

.top-10{
  top: 2.5rem;
}

.top-11{
  top: 2.75rem;
}

.top-12{
  top: 3rem;
}

.top-2{
  top: 0.5rem;
}

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

.top-20{
  top: 5rem;
}

.top-4{
  top: 1rem;
}

.top-5{
  top: 1.25rem;
}

.top-9{
  top: 2.25rem;
}

.top-\[20\%\]{
  top: 20%;
}

.top-\[32px\]{
  top: 32px;
}

.isolate{
  isolation: isolate;
}

.\!z-0{
  z-index: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.\!m-0{
  margin: 0px !important;
}

.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.25rem;
}

.m-3{
  margin: 0.75rem;
}

.m-4{
  margin: 1rem;
}

.m-8{
  margin: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.mx-\[2\%\]{
  margin-left: 2%;
  margin-right: 2%;
}

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

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

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

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

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

.my-\[2\%\]{
  margin-top: 2%;
  margin-bottom: 2%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-\[50px\]{
  margin-left: 50px;
}

.ml-\[72px\]{
  margin-left: 72px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-\[72px\]{
  margin-right: 72px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-6{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

.\!inline-flex{
  display: inline-flex !important;
}

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

.table{
  display: table;
}

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

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.list-item{
  display: list-item;
}

.hidden{
  display: none;
}

.aspect-\[1920\/1080\]{
  aspect-ratio: 1920/1080;
}

.aspect-\[1920\/480\]{
  aspect-ratio: 1920/480;
}

.aspect-\[720\/440\]{
  aspect-ratio: 720/440;
}

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

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

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

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

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

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

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

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

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

.\!h-auto{
  height: auto !important;
}

.h-0{
  height: 0px;
}

.h-1{
  height: 0.25rem;
}

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

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

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

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

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-28{
  height: 7rem;
}

.h-3{
  height: 0.75rem;
}

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

.h-32{
  height: 8rem;
}

.h-36{
  height: 9rem;
}

.h-4{
  height: 1rem;
}

.h-40{
  height: 10rem;
}

.h-44{
  height: 11rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-52{
  height: 13rem;
}

.h-56{
  height: 14rem;
}

.h-6{
  height: 1.5rem;
}

.h-60{
  height: 15rem;
}

.h-64{
  height: 16rem;
}

.h-7{
  height: 1.75rem;
}

.h-72{
  height: 18rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

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

.h-full{
  height: 100%;
}

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

.h-px{
  height: 1px;
}

.h-screen{
  height: 100vh;
}

.\!max-h-none{
  max-height: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!w-5{
  width: 1.25rem !important;
}

.\!w-6{
  width: 1.5rem !important;
}

.\!w-64{
  width: 16rem !important;
}

.\!w-9{
  width: 2.25rem !important;
}

.\!w-\[60vw\]{
  width: 60vw !important;
}

.w-0{
  width: 0px;
}

.w-1{
  width: 0.25rem;
}

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

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

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

.w-10{
  width: 2.5rem;
}

.w-11{
  width: 2.75rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

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

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

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

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

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

.w-32{
  width: 8rem;
}

.w-36{
  width: 9rem;
}

.w-364px{
  width: 364px;
}

.w-4{
  width: 1rem;
}

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

.w-40{
  width: 10rem;
}

.w-44{
  width: 11rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-60{
  width: 15rem;
}

.w-64{
  width: 16rem;
}

.w-7{
  width: 1.75rem;
}

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

.w-80{
  width: 20rem;
}

.w-9{
  width: 2.25rem;
}

.w-96{
  width: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

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

.w-full{
  width: 100%;
}

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

.w-px{
  width: 1px;
}

.w-screen{
  width: 100vw;
}

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

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

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

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

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

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

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

.\!max-w-\[480px\]{
  max-width: 480px !important;
}

.\!max-w-\[540px\]{
  max-width: 540px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-none{
  flex: none;
}

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

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

.grow{
  flex-grow: 1;
}

.table-auto{
  table-layout: auto;
}

.table-fixed{
  table-layout: fixed;
}

.border-separate{
  border-collapse: separate;
}

.border-spacing-1{
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-0{
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-2{
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.origin-top-right{
  transform-origin: top right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce{
  animation: bounce 1s infinite;
}

.animate-none{
  animation: none;
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

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

.\!cursor-move{
  cursor: move !important;
}

.\!cursor-not-allowed{
  cursor: not-allowed !important;
}

.cursor-default{
  cursor: default;
}

.cursor-help{
  cursor: help;
}

.cursor-move{
  cursor: move;
}

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

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

.cursor-pointer{
  cursor: pointer;
}

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

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

.resize-none{
  resize: none;
}

.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.scroll-py-10{
  scroll-padding-top: 2.5rem;
  scroll-padding-bottom: 2.5rem;
}

.scroll-pb-2{
  scroll-padding-bottom: 0.5rem;
}

.list-inside{
  list-style-position: inside;
}

.list-\[square\]{
  list-style-type: square;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!items-center{
  align-items: center !important;
}

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

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

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

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

.\!justify-center{
  justify-content: center !important;
}

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

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

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

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

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

.\!gap-2{
  gap: 0.5rem !important;
}

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-px{
  gap: 1px;
}

.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

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

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

.gap-y-0{
  row-gap: 0px;
}

.gap-y-2{
  row-gap: 0.5rem;
}

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

.gap-y-6{
  row-gap: 1.5rem;
}

.gap-y-8{
  row-gap: 2rem;
}

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

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

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

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

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

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

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

.space-x-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-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-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-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

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

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

.space-y-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-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

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

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

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

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

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

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

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

.divide-lime-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-divide-opacity));
}

.divide-lime-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-divide-opacity));
}

.divide-orange-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-divide-opacity));
}

.divide-sky-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-divide-opacity));
}

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

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

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

.scroll-smooth{
  scroll-behavior: smooth;
}

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

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

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

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-sm{
  border-radius: 0.125rem;
}

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

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

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

.rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

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

.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

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

.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

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

.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

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

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

.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

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

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

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

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

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

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

.\!border{
  border-width: 1px !important;
}

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

.border{
  border-width: 1px;
}

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

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

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

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

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

.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.\!border-l-2{
  border-left-width: 2px !important;
}

.\!border-r{
  border-right-width: 1px !important;
}

.\!border-r-2{
  border-right-width: 2px !important;
}

.\!border-r-4{
  border-right-width: 4px !important;
}

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

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

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

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

.border-l{
  border-left-width: 1px;
}

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

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

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

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

.border-r{
  border-right-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

.\!border-none{
  border-style: none !important;
}

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

.\!border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
}

.\!border-gray-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;
}

.\!border-red-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 202 202 / var(--tw-border-opacity)) !important;
}

.\!border-sky-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(186 230 253 / var(--tw-border-opacity)) !important;
}

.border-\[\#233F4B\]{
  --tw-border-opacity: 1;
  border-color: rgb(35 63 75 / var(--tw-border-opacity));
}

.border-amber-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.border-amber-100\/0{
  border-color: rgb(254 243 199 / 0);
}

.border-amber-100\/10{
  border-color: rgb(254 243 199 / 0.1);
}

.border-amber-100\/100{
  border-color: rgb(254 243 199 / 1);
}

.border-amber-100\/20{
  border-color: rgb(254 243 199 / 0.2);
}

.border-amber-100\/25{
  border-color: rgb(254 243 199 / 0.25);
}

.border-amber-100\/30{
  border-color: rgb(254 243 199 / 0.3);
}

.border-amber-100\/40{
  border-color: rgb(254 243 199 / 0.4);
}

.border-amber-100\/5{
  border-color: rgb(254 243 199 / 0.05);
}

.border-amber-100\/50{
  border-color: rgb(254 243 199 / 0.5);
}

.border-amber-100\/60{
  border-color: rgb(254 243 199 / 0.6);
}

.border-amber-100\/70{
  border-color: rgb(254 243 199 / 0.7);
}

.border-amber-100\/75{
  border-color: rgb(254 243 199 / 0.75);
}

.border-amber-100\/80{
  border-color: rgb(254 243 199 / 0.8);
}

.border-amber-100\/90{
  border-color: rgb(254 243 199 / 0.9);
}

.border-amber-100\/95{
  border-color: rgb(254 243 199 / 0.95);
}

.border-amber-200{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.border-amber-200\/0{
  border-color: rgb(253 230 138 / 0);
}

.border-amber-200\/10{
  border-color: rgb(253 230 138 / 0.1);
}

.border-amber-200\/100{
  border-color: rgb(253 230 138 / 1);
}

.border-amber-200\/20{
  border-color: rgb(253 230 138 / 0.2);
}

.border-amber-200\/25{
  border-color: rgb(253 230 138 / 0.25);
}

.border-amber-200\/30{
  border-color: rgb(253 230 138 / 0.3);
}

.border-amber-200\/40{
  border-color: rgb(253 230 138 / 0.4);
}

.border-amber-200\/5{
  border-color: rgb(253 230 138 / 0.05);
}

.border-amber-200\/50{
  border-color: rgb(253 230 138 / 0.5);
}

.border-amber-200\/60{
  border-color: rgb(253 230 138 / 0.6);
}

.border-amber-200\/70{
  border-color: rgb(253 230 138 / 0.7);
}

.border-amber-200\/75{
  border-color: rgb(253 230 138 / 0.75);
}

.border-amber-200\/80{
  border-color: rgb(253 230 138 / 0.8);
}

.border-amber-200\/90{
  border-color: rgb(253 230 138 / 0.9);
}

.border-amber-200\/95{
  border-color: rgb(253 230 138 / 0.95);
}

.border-amber-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.border-amber-300\/0{
  border-color: rgb(252 211 77 / 0);
}

.border-amber-300\/10{
  border-color: rgb(252 211 77 / 0.1);
}

.border-amber-300\/100{
  border-color: rgb(252 211 77 / 1);
}

.border-amber-300\/20{
  border-color: rgb(252 211 77 / 0.2);
}

.border-amber-300\/25{
  border-color: rgb(252 211 77 / 0.25);
}

.border-amber-300\/30{
  border-color: rgb(252 211 77 / 0.3);
}

.border-amber-300\/40{
  border-color: rgb(252 211 77 / 0.4);
}

.border-amber-300\/5{
  border-color: rgb(252 211 77 / 0.05);
}

.border-amber-300\/50{
  border-color: rgb(252 211 77 / 0.5);
}

.border-amber-300\/60{
  border-color: rgb(252 211 77 / 0.6);
}

.border-amber-300\/70{
  border-color: rgb(252 211 77 / 0.7);
}

.border-amber-300\/75{
  border-color: rgb(252 211 77 / 0.75);
}

.border-amber-300\/80{
  border-color: rgb(252 211 77 / 0.8);
}

.border-amber-300\/90{
  border-color: rgb(252 211 77 / 0.9);
}

.border-amber-300\/95{
  border-color: rgb(252 211 77 / 0.95);
}

.border-amber-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.border-amber-400\/0{
  border-color: rgb(251 191 36 / 0);
}

.border-amber-400\/10{
  border-color: rgb(251 191 36 / 0.1);
}

.border-amber-400\/100{
  border-color: rgb(251 191 36 / 1);
}

.border-amber-400\/20{
  border-color: rgb(251 191 36 / 0.2);
}

.border-amber-400\/25{
  border-color: rgb(251 191 36 / 0.25);
}

.border-amber-400\/30{
  border-color: rgb(251 191 36 / 0.3);
}

.border-amber-400\/40{
  border-color: rgb(251 191 36 / 0.4);
}

.border-amber-400\/5{
  border-color: rgb(251 191 36 / 0.05);
}

.border-amber-400\/50{
  border-color: rgb(251 191 36 / 0.5);
}

.border-amber-400\/60{
  border-color: rgb(251 191 36 / 0.6);
}

.border-amber-400\/70{
  border-color: rgb(251 191 36 / 0.7);
}

.border-amber-400\/75{
  border-color: rgb(251 191 36 / 0.75);
}

.border-amber-400\/80{
  border-color: rgb(251 191 36 / 0.8);
}

.border-amber-400\/90{
  border-color: rgb(251 191 36 / 0.9);
}

.border-amber-400\/95{
  border-color: rgb(251 191 36 / 0.95);
}

.border-amber-50{
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-amber-50\/0{
  border-color: rgb(255 251 235 / 0);
}

.border-amber-50\/10{
  border-color: rgb(255 251 235 / 0.1);
}

.border-amber-50\/100{
  border-color: rgb(255 251 235 / 1);
}

.border-amber-50\/20{
  border-color: rgb(255 251 235 / 0.2);
}

.border-amber-50\/25{
  border-color: rgb(255 251 235 / 0.25);
}

.border-amber-50\/30{
  border-color: rgb(255 251 235 / 0.3);
}

.border-amber-50\/40{
  border-color: rgb(255 251 235 / 0.4);
}

.border-amber-50\/5{
  border-color: rgb(255 251 235 / 0.05);
}

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

.border-amber-50\/60{
  border-color: rgb(255 251 235 / 0.6);
}

.border-amber-50\/70{
  border-color: rgb(255 251 235 / 0.7);
}

.border-amber-50\/75{
  border-color: rgb(255 251 235 / 0.75);
}

.border-amber-50\/80{
  border-color: rgb(255 251 235 / 0.8);
}

.border-amber-50\/90{
  border-color: rgb(255 251 235 / 0.9);
}

.border-amber-50\/95{
  border-color: rgb(255 251 235 / 0.95);
}

.border-amber-500{
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.border-amber-500\/0{
  border-color: rgb(245 158 11 / 0);
}

.border-amber-500\/10{
  border-color: rgb(245 158 11 / 0.1);
}

.border-amber-500\/100{
  border-color: rgb(245 158 11 / 1);
}

.border-amber-500\/20{
  border-color: rgb(245 158 11 / 0.2);
}

.border-amber-500\/25{
  border-color: rgb(245 158 11 / 0.25);
}

.border-amber-500\/30{
  border-color: rgb(245 158 11 / 0.3);
}

.border-amber-500\/40{
  border-color: rgb(245 158 11 / 0.4);
}

.border-amber-500\/5{
  border-color: rgb(245 158 11 / 0.05);
}

.border-amber-500\/50{
  border-color: rgb(245 158 11 / 0.5);
}

.border-amber-500\/60{
  border-color: rgb(245 158 11 / 0.6);
}

.border-amber-500\/70{
  border-color: rgb(245 158 11 / 0.7);
}

.border-amber-500\/75{
  border-color: rgb(245 158 11 / 0.75);
}

.border-amber-500\/80{
  border-color: rgb(245 158 11 / 0.8);
}

.border-amber-500\/90{
  border-color: rgb(245 158 11 / 0.9);
}

.border-amber-500\/95{
  border-color: rgb(245 158 11 / 0.95);
}

.border-amber-600{
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.border-amber-600\/0{
  border-color: rgb(217 119 6 / 0);
}

.border-amber-600\/10{
  border-color: rgb(217 119 6 / 0.1);
}

.border-amber-600\/100{
  border-color: rgb(217 119 6 / 1);
}

.border-amber-600\/20{
  border-color: rgb(217 119 6 / 0.2);
}

.border-amber-600\/25{
  border-color: rgb(217 119 6 / 0.25);
}

.border-amber-600\/30{
  border-color: rgb(217 119 6 / 0.3);
}

.border-amber-600\/40{
  border-color: rgb(217 119 6 / 0.4);
}

.border-amber-600\/5{
  border-color: rgb(217 119 6 / 0.05);
}

.border-amber-600\/50{
  border-color: rgb(217 119 6 / 0.5);
}

.border-amber-600\/60{
  border-color: rgb(217 119 6 / 0.6);
}

.border-amber-600\/70{
  border-color: rgb(217 119 6 / 0.7);
}

.border-amber-600\/75{
  border-color: rgb(217 119 6 / 0.75);
}

.border-amber-600\/80{
  border-color: rgb(217 119 6 / 0.8);
}

.border-amber-600\/90{
  border-color: rgb(217 119 6 / 0.9);
}

.border-amber-600\/95{
  border-color: rgb(217 119 6 / 0.95);
}

.border-amber-700{
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.border-amber-700\/0{
  border-color: rgb(180 83 9 / 0);
}

.border-amber-700\/10{
  border-color: rgb(180 83 9 / 0.1);
}

.border-amber-700\/100{
  border-color: rgb(180 83 9 / 1);
}

.border-amber-700\/20{
  border-color: rgb(180 83 9 / 0.2);
}

.border-amber-700\/25{
  border-color: rgb(180 83 9 / 0.25);
}

.border-amber-700\/30{
  border-color: rgb(180 83 9 / 0.3);
}

.border-amber-700\/40{
  border-color: rgb(180 83 9 / 0.4);
}

.border-amber-700\/5{
  border-color: rgb(180 83 9 / 0.05);
}

.border-amber-700\/50{
  border-color: rgb(180 83 9 / 0.5);
}

.border-amber-700\/60{
  border-color: rgb(180 83 9 / 0.6);
}

.border-amber-700\/70{
  border-color: rgb(180 83 9 / 0.7);
}

.border-amber-700\/75{
  border-color: rgb(180 83 9 / 0.75);
}

.border-amber-700\/80{
  border-color: rgb(180 83 9 / 0.8);
}

.border-amber-700\/90{
  border-color: rgb(180 83 9 / 0.9);
}

.border-amber-700\/95{
  border-color: rgb(180 83 9 / 0.95);
}

.border-amber-800{
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.border-amber-800\/0{
  border-color: rgb(146 64 14 / 0);
}

.border-amber-800\/10{
  border-color: rgb(146 64 14 / 0.1);
}

.border-amber-800\/100{
  border-color: rgb(146 64 14 / 1);
}

.border-amber-800\/20{
  border-color: rgb(146 64 14 / 0.2);
}

.border-amber-800\/25{
  border-color: rgb(146 64 14 / 0.25);
}

.border-amber-800\/30{
  border-color: rgb(146 64 14 / 0.3);
}

.border-amber-800\/40{
  border-color: rgb(146 64 14 / 0.4);
}

.border-amber-800\/5{
  border-color: rgb(146 64 14 / 0.05);
}

.border-amber-800\/50{
  border-color: rgb(146 64 14 / 0.5);
}

.border-amber-800\/60{
  border-color: rgb(146 64 14 / 0.6);
}

.border-amber-800\/70{
  border-color: rgb(146 64 14 / 0.7);
}

.border-amber-800\/75{
  border-color: rgb(146 64 14 / 0.75);
}

.border-amber-800\/80{
  border-color: rgb(146 64 14 / 0.8);
}

.border-amber-800\/90{
  border-color: rgb(146 64 14 / 0.9);
}

.border-amber-800\/95{
  border-color: rgb(146 64 14 / 0.95);
}

.border-amber-900{
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.border-amber-900\/0{
  border-color: rgb(120 53 15 / 0);
}

.border-amber-900\/10{
  border-color: rgb(120 53 15 / 0.1);
}

.border-amber-900\/100{
  border-color: rgb(120 53 15 / 1);
}

.border-amber-900\/20{
  border-color: rgb(120 53 15 / 0.2);
}

.border-amber-900\/25{
  border-color: rgb(120 53 15 / 0.25);
}

.border-amber-900\/30{
  border-color: rgb(120 53 15 / 0.3);
}

.border-amber-900\/40{
  border-color: rgb(120 53 15 / 0.4);
}

.border-amber-900\/5{
  border-color: rgb(120 53 15 / 0.05);
}

.border-amber-900\/50{
  border-color: rgb(120 53 15 / 0.5);
}

.border-amber-900\/60{
  border-color: rgb(120 53 15 / 0.6);
}

.border-amber-900\/70{
  border-color: rgb(120 53 15 / 0.7);
}

.border-amber-900\/75{
  border-color: rgb(120 53 15 / 0.75);
}

.border-amber-900\/80{
  border-color: rgb(120 53 15 / 0.8);
}

.border-amber-900\/90{
  border-color: rgb(120 53 15 / 0.9);
}

.border-amber-900\/95{
  border-color: rgb(120 53 15 / 0.95);
}

.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.border-blue-100\/0{
  border-color: rgb(219 234 254 / 0);
}

.border-blue-100\/10{
  border-color: rgb(219 234 254 / 0.1);
}

.border-blue-100\/100{
  border-color: rgb(219 234 254 / 1);
}

.border-blue-100\/20{
  border-color: rgb(219 234 254 / 0.2);
}

.border-blue-100\/25{
  border-color: rgb(219 234 254 / 0.25);
}

.border-blue-100\/30{
  border-color: rgb(219 234 254 / 0.3);
}

.border-blue-100\/40{
  border-color: rgb(219 234 254 / 0.4);
}

.border-blue-100\/5{
  border-color: rgb(219 234 254 / 0.05);
}

.border-blue-100\/50{
  border-color: rgb(219 234 254 / 0.5);
}

.border-blue-100\/60{
  border-color: rgb(219 234 254 / 0.6);
}

.border-blue-100\/70{
  border-color: rgb(219 234 254 / 0.7);
}

.border-blue-100\/75{
  border-color: rgb(219 234 254 / 0.75);
}

.border-blue-100\/80{
  border-color: rgb(219 234 254 / 0.8);
}

.border-blue-100\/90{
  border-color: rgb(219 234 254 / 0.9);
}

.border-blue-100\/95{
  border-color: rgb(219 234 254 / 0.95);
}

.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-blue-200\/0{
  border-color: rgb(191 219 254 / 0);
}

.border-blue-200\/10{
  border-color: rgb(191 219 254 / 0.1);
}

.border-blue-200\/100{
  border-color: rgb(191 219 254 / 1);
}

.border-blue-200\/20{
  border-color: rgb(191 219 254 / 0.2);
}

.border-blue-200\/25{
  border-color: rgb(191 219 254 / 0.25);
}

.border-blue-200\/30{
  border-color: rgb(191 219 254 / 0.3);
}

.border-blue-200\/40{
  border-color: rgb(191 219 254 / 0.4);
}

.border-blue-200\/5{
  border-color: rgb(191 219 254 / 0.05);
}

.border-blue-200\/50{
  border-color: rgb(191 219 254 / 0.5);
}

.border-blue-200\/60{
  border-color: rgb(191 219 254 / 0.6);
}

.border-blue-200\/70{
  border-color: rgb(191 219 254 / 0.7);
}

.border-blue-200\/75{
  border-color: rgb(191 219 254 / 0.75);
}

.border-blue-200\/80{
  border-color: rgb(191 219 254 / 0.8);
}

.border-blue-200\/90{
  border-color: rgb(191 219 254 / 0.9);
}

.border-blue-200\/95{
  border-color: rgb(191 219 254 / 0.95);
}

.border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-blue-300\/0{
  border-color: rgb(147 197 253 / 0);
}

.border-blue-300\/10{
  border-color: rgb(147 197 253 / 0.1);
}

.border-blue-300\/100{
  border-color: rgb(147 197 253 / 1);
}

.border-blue-300\/20{
  border-color: rgb(147 197 253 / 0.2);
}

.border-blue-300\/25{
  border-color: rgb(147 197 253 / 0.25);
}

.border-blue-300\/30{
  border-color: rgb(147 197 253 / 0.3);
}

.border-blue-300\/40{
  border-color: rgb(147 197 253 / 0.4);
}

.border-blue-300\/5{
  border-color: rgb(147 197 253 / 0.05);
}

.border-blue-300\/50{
  border-color: rgb(147 197 253 / 0.5);
}

.border-blue-300\/60{
  border-color: rgb(147 197 253 / 0.6);
}

.border-blue-300\/70{
  border-color: rgb(147 197 253 / 0.7);
}

.border-blue-300\/75{
  border-color: rgb(147 197 253 / 0.75);
}

.border-blue-300\/80{
  border-color: rgb(147 197 253 / 0.8);
}

.border-blue-300\/90{
  border-color: rgb(147 197 253 / 0.9);
}

.border-blue-300\/95{
  border-color: rgb(147 197 253 / 0.95);
}

.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-blue-400\/0{
  border-color: rgb(96 165 250 / 0);
}

.border-blue-400\/10{
  border-color: rgb(96 165 250 / 0.1);
}

.border-blue-400\/100{
  border-color: rgb(96 165 250 / 1);
}

.border-blue-400\/20{
  border-color: rgb(96 165 250 / 0.2);
}

.border-blue-400\/25{
  border-color: rgb(96 165 250 / 0.25);
}

.border-blue-400\/30{
  border-color: rgb(96 165 250 / 0.3);
}

.border-blue-400\/40{
  border-color: rgb(96 165 250 / 0.4);
}

.border-blue-400\/5{
  border-color: rgb(96 165 250 / 0.05);
}

.border-blue-400\/50{
  border-color: rgb(96 165 250 / 0.5);
}

.border-blue-400\/60{
  border-color: rgb(96 165 250 / 0.6);
}

.border-blue-400\/70{
  border-color: rgb(96 165 250 / 0.7);
}

.border-blue-400\/75{
  border-color: rgb(96 165 250 / 0.75);
}

.border-blue-400\/80{
  border-color: rgb(96 165 250 / 0.8);
}

.border-blue-400\/90{
  border-color: rgb(96 165 250 / 0.9);
}

.border-blue-400\/95{
  border-color: rgb(96 165 250 / 0.95);
}

.border-blue-50{
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-blue-50\/0{
  border-color: rgb(239 246 255 / 0);
}

.border-blue-50\/10{
  border-color: rgb(239 246 255 / 0.1);
}

.border-blue-50\/100{
  border-color: rgb(239 246 255 / 1);
}

.border-blue-50\/20{
  border-color: rgb(239 246 255 / 0.2);
}

.border-blue-50\/25{
  border-color: rgb(239 246 255 / 0.25);
}

.border-blue-50\/30{
  border-color: rgb(239 246 255 / 0.3);
}

.border-blue-50\/40{
  border-color: rgb(239 246 255 / 0.4);
}

.border-blue-50\/5{
  border-color: rgb(239 246 255 / 0.05);
}

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

.border-blue-50\/60{
  border-color: rgb(239 246 255 / 0.6);
}

.border-blue-50\/70{
  border-color: rgb(239 246 255 / 0.7);
}

.border-blue-50\/75{
  border-color: rgb(239 246 255 / 0.75);
}

.border-blue-50\/80{
  border-color: rgb(239 246 255 / 0.8);
}

.border-blue-50\/90{
  border-color: rgb(239 246 255 / 0.9);
}

.border-blue-50\/95{
  border-color: rgb(239 246 255 / 0.95);
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-blue-500\/0{
  border-color: rgb(59 130 246 / 0);
}

.border-blue-500\/10{
  border-color: rgb(59 130 246 / 0.1);
}

.border-blue-500\/100{
  border-color: rgb(59 130 246 / 1);
}

.border-blue-500\/20{
  border-color: rgb(59 130 246 / 0.2);
}

.border-blue-500\/25{
  border-color: rgb(59 130 246 / 0.25);
}

.border-blue-500\/30{
  border-color: rgb(59 130 246 / 0.3);
}

.border-blue-500\/40{
  border-color: rgb(59 130 246 / 0.4);
}

.border-blue-500\/5{
  border-color: rgb(59 130 246 / 0.05);
}

.border-blue-500\/50{
  border-color: rgb(59 130 246 / 0.5);
}

.border-blue-500\/60{
  border-color: rgb(59 130 246 / 0.6);
}

.border-blue-500\/70{
  border-color: rgb(59 130 246 / 0.7);
}

.border-blue-500\/75{
  border-color: rgb(59 130 246 / 0.75);
}

.border-blue-500\/80{
  border-color: rgb(59 130 246 / 0.8);
}

.border-blue-500\/90{
  border-color: rgb(59 130 246 / 0.9);
}

.border-blue-500\/95{
  border-color: rgb(59 130 246 / 0.95);
}

.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-blue-600\/0{
  border-color: rgb(37 99 235 / 0);
}

.border-blue-600\/10{
  border-color: rgb(37 99 235 / 0.1);
}

.border-blue-600\/100{
  border-color: rgb(37 99 235 / 1);
}

.border-blue-600\/20{
  border-color: rgb(37 99 235 / 0.2);
}

.border-blue-600\/25{
  border-color: rgb(37 99 235 / 0.25);
}

.border-blue-600\/30{
  border-color: rgb(37 99 235 / 0.3);
}

.border-blue-600\/40{
  border-color: rgb(37 99 235 / 0.4);
}

.border-blue-600\/5{
  border-color: rgb(37 99 235 / 0.05);
}

.border-blue-600\/50{
  border-color: rgb(37 99 235 / 0.5);
}

.border-blue-600\/60{
  border-color: rgb(37 99 235 / 0.6);
}

.border-blue-600\/70{
  border-color: rgb(37 99 235 / 0.7);
}

.border-blue-600\/75{
  border-color: rgb(37 99 235 / 0.75);
}

.border-blue-600\/80{
  border-color: rgb(37 99 235 / 0.8);
}

.border-blue-600\/90{
  border-color: rgb(37 99 235 / 0.9);
}

.border-blue-600\/95{
  border-color: rgb(37 99 235 / 0.95);
}

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

.border-blue-700\/0{
  border-color: rgb(29 78 216 / 0);
}

.border-blue-700\/10{
  border-color: rgb(29 78 216 / 0.1);
}

.border-blue-700\/100{
  border-color: rgb(29 78 216 / 1);
}

.border-blue-700\/20{
  border-color: rgb(29 78 216 / 0.2);
}

.border-blue-700\/25{
  border-color: rgb(29 78 216 / 0.25);
}

.border-blue-700\/30{
  border-color: rgb(29 78 216 / 0.3);
}

.border-blue-700\/40{
  border-color: rgb(29 78 216 / 0.4);
}

.border-blue-700\/5{
  border-color: rgb(29 78 216 / 0.05);
}

.border-blue-700\/50{
  border-color: rgb(29 78 216 / 0.5);
}

.border-blue-700\/60{
  border-color: rgb(29 78 216 / 0.6);
}

.border-blue-700\/70{
  border-color: rgb(29 78 216 / 0.7);
}

.border-blue-700\/75{
  border-color: rgb(29 78 216 / 0.75);
}

.border-blue-700\/80{
  border-color: rgb(29 78 216 / 0.8);
}

.border-blue-700\/90{
  border-color: rgb(29 78 216 / 0.9);
}

.border-blue-700\/95{
  border-color: rgb(29 78 216 / 0.95);
}

.border-blue-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-blue-800\/0{
  border-color: rgb(30 64 175 / 0);
}

.border-blue-800\/10{
  border-color: rgb(30 64 175 / 0.1);
}

.border-blue-800\/100{
  border-color: rgb(30 64 175 / 1);
}

.border-blue-800\/20{
  border-color: rgb(30 64 175 / 0.2);
}

.border-blue-800\/25{
  border-color: rgb(30 64 175 / 0.25);
}

.border-blue-800\/30{
  border-color: rgb(30 64 175 / 0.3);
}

.border-blue-800\/40{
  border-color: rgb(30 64 175 / 0.4);
}

.border-blue-800\/5{
  border-color: rgb(30 64 175 / 0.05);
}

.border-blue-800\/50{
  border-color: rgb(30 64 175 / 0.5);
}

.border-blue-800\/60{
  border-color: rgb(30 64 175 / 0.6);
}

.border-blue-800\/70{
  border-color: rgb(30 64 175 / 0.7);
}

.border-blue-800\/75{
  border-color: rgb(30 64 175 / 0.75);
}

.border-blue-800\/80{
  border-color: rgb(30 64 175 / 0.8);
}

.border-blue-800\/90{
  border-color: rgb(30 64 175 / 0.9);
}

.border-blue-800\/95{
  border-color: rgb(30 64 175 / 0.95);
}

.border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-blue-900\/0{
  border-color: rgb(30 58 138 / 0);
}

.border-blue-900\/10{
  border-color: rgb(30 58 138 / 0.1);
}

.border-blue-900\/100{
  border-color: rgb(30 58 138 / 1);
}

.border-blue-900\/20{
  border-color: rgb(30 58 138 / 0.2);
}

.border-blue-900\/25{
  border-color: rgb(30 58 138 / 0.25);
}

.border-blue-900\/30{
  border-color: rgb(30 58 138 / 0.3);
}

.border-blue-900\/40{
  border-color: rgb(30 58 138 / 0.4);
}

.border-blue-900\/5{
  border-color: rgb(30 58 138 / 0.05);
}

.border-blue-900\/50{
  border-color: rgb(30 58 138 / 0.5);
}

.border-blue-900\/60{
  border-color: rgb(30 58 138 / 0.6);
}

.border-blue-900\/70{
  border-color: rgb(30 58 138 / 0.7);
}

.border-blue-900\/75{
  border-color: rgb(30 58 138 / 0.75);
}

.border-blue-900\/80{
  border-color: rgb(30 58 138 / 0.8);
}

.border-blue-900\/90{
  border-color: rgb(30 58 138 / 0.9);
}

.border-blue-900\/95{
  border-color: rgb(30 58 138 / 0.95);
}

.border-cyan-100{
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.border-cyan-100\/0{
  border-color: rgb(207 250 254 / 0);
}

.border-cyan-100\/10{
  border-color: rgb(207 250 254 / 0.1);
}

.border-cyan-100\/100{
  border-color: rgb(207 250 254 / 1);
}

.border-cyan-100\/20{
  border-color: rgb(207 250 254 / 0.2);
}

.border-cyan-100\/25{
  border-color: rgb(207 250 254 / 0.25);
}

.border-cyan-100\/30{
  border-color: rgb(207 250 254 / 0.3);
}

.border-cyan-100\/40{
  border-color: rgb(207 250 254 / 0.4);
}

.border-cyan-100\/5{
  border-color: rgb(207 250 254 / 0.05);
}

.border-cyan-100\/50{
  border-color: rgb(207 250 254 / 0.5);
}

.border-cyan-100\/60{
  border-color: rgb(207 250 254 / 0.6);
}

.border-cyan-100\/70{
  border-color: rgb(207 250 254 / 0.7);
}

.border-cyan-100\/75{
  border-color: rgb(207 250 254 / 0.75);
}

.border-cyan-100\/80{
  border-color: rgb(207 250 254 / 0.8);
}

.border-cyan-100\/90{
  border-color: rgb(207 250 254 / 0.9);
}

.border-cyan-100\/95{
  border-color: rgb(207 250 254 / 0.95);
}

.border-cyan-200{
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-cyan-200\/0{
  border-color: rgb(165 243 252 / 0);
}

.border-cyan-200\/10{
  border-color: rgb(165 243 252 / 0.1);
}

.border-cyan-200\/100{
  border-color: rgb(165 243 252 / 1);
}

.border-cyan-200\/20{
  border-color: rgb(165 243 252 / 0.2);
}

.border-cyan-200\/25{
  border-color: rgb(165 243 252 / 0.25);
}

.border-cyan-200\/30{
  border-color: rgb(165 243 252 / 0.3);
}

.border-cyan-200\/40{
  border-color: rgb(165 243 252 / 0.4);
}

.border-cyan-200\/5{
  border-color: rgb(165 243 252 / 0.05);
}

.border-cyan-200\/50{
  border-color: rgb(165 243 252 / 0.5);
}

.border-cyan-200\/60{
  border-color: rgb(165 243 252 / 0.6);
}

.border-cyan-200\/70{
  border-color: rgb(165 243 252 / 0.7);
}

.border-cyan-200\/75{
  border-color: rgb(165 243 252 / 0.75);
}

.border-cyan-200\/80{
  border-color: rgb(165 243 252 / 0.8);
}

.border-cyan-200\/90{
  border-color: rgb(165 243 252 / 0.9);
}

.border-cyan-200\/95{
  border-color: rgb(165 243 252 / 0.95);
}

.border-cyan-300{
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.border-cyan-300\/0{
  border-color: rgb(103 232 249 / 0);
}

.border-cyan-300\/10{
  border-color: rgb(103 232 249 / 0.1);
}

.border-cyan-300\/100{
  border-color: rgb(103 232 249 / 1);
}

.border-cyan-300\/20{
  border-color: rgb(103 232 249 / 0.2);
}

.border-cyan-300\/25{
  border-color: rgb(103 232 249 / 0.25);
}

.border-cyan-300\/30{
  border-color: rgb(103 232 249 / 0.3);
}

.border-cyan-300\/40{
  border-color: rgb(103 232 249 / 0.4);
}

.border-cyan-300\/5{
  border-color: rgb(103 232 249 / 0.05);
}

.border-cyan-300\/50{
  border-color: rgb(103 232 249 / 0.5);
}

.border-cyan-300\/60{
  border-color: rgb(103 232 249 / 0.6);
}

.border-cyan-300\/70{
  border-color: rgb(103 232 249 / 0.7);
}

.border-cyan-300\/75{
  border-color: rgb(103 232 249 / 0.75);
}

.border-cyan-300\/80{
  border-color: rgb(103 232 249 / 0.8);
}

.border-cyan-300\/90{
  border-color: rgb(103 232 249 / 0.9);
}

.border-cyan-300\/95{
  border-color: rgb(103 232 249 / 0.95);
}

.border-cyan-400{
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.border-cyan-400\/0{
  border-color: rgb(34 211 238 / 0);
}

.border-cyan-400\/10{
  border-color: rgb(34 211 238 / 0.1);
}

.border-cyan-400\/100{
  border-color: rgb(34 211 238 / 1);
}

.border-cyan-400\/20{
  border-color: rgb(34 211 238 / 0.2);
}

.border-cyan-400\/25{
  border-color: rgb(34 211 238 / 0.25);
}

.border-cyan-400\/30{
  border-color: rgb(34 211 238 / 0.3);
}

.border-cyan-400\/40{
  border-color: rgb(34 211 238 / 0.4);
}

.border-cyan-400\/5{
  border-color: rgb(34 211 238 / 0.05);
}

.border-cyan-400\/50{
  border-color: rgb(34 211 238 / 0.5);
}

.border-cyan-400\/60{
  border-color: rgb(34 211 238 / 0.6);
}

.border-cyan-400\/70{
  border-color: rgb(34 211 238 / 0.7);
}

.border-cyan-400\/75{
  border-color: rgb(34 211 238 / 0.75);
}

.border-cyan-400\/80{
  border-color: rgb(34 211 238 / 0.8);
}

.border-cyan-400\/90{
  border-color: rgb(34 211 238 / 0.9);
}

.border-cyan-400\/95{
  border-color: rgb(34 211 238 / 0.95);
}

.border-cyan-50{
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.border-cyan-50\/0{
  border-color: rgb(236 254 255 / 0);
}

.border-cyan-50\/10{
  border-color: rgb(236 254 255 / 0.1);
}

.border-cyan-50\/100{
  border-color: rgb(236 254 255 / 1);
}

.border-cyan-50\/20{
  border-color: rgb(236 254 255 / 0.2);
}

.border-cyan-50\/25{
  border-color: rgb(236 254 255 / 0.25);
}

.border-cyan-50\/30{
  border-color: rgb(236 254 255 / 0.3);
}

.border-cyan-50\/40{
  border-color: rgb(236 254 255 / 0.4);
}

.border-cyan-50\/5{
  border-color: rgb(236 254 255 / 0.05);
}

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

.border-cyan-50\/60{
  border-color: rgb(236 254 255 / 0.6);
}

.border-cyan-50\/70{
  border-color: rgb(236 254 255 / 0.7);
}

.border-cyan-50\/75{
  border-color: rgb(236 254 255 / 0.75);
}

.border-cyan-50\/80{
  border-color: rgb(236 254 255 / 0.8);
}

.border-cyan-50\/90{
  border-color: rgb(236 254 255 / 0.9);
}

.border-cyan-50\/95{
  border-color: rgb(236 254 255 / 0.95);
}

.border-cyan-500{
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.border-cyan-500\/0{
  border-color: rgb(6 182 212 / 0);
}

.border-cyan-500\/10{
  border-color: rgb(6 182 212 / 0.1);
}

.border-cyan-500\/100{
  border-color: rgb(6 182 212 / 1);
}

.border-cyan-500\/20{
  border-color: rgb(6 182 212 / 0.2);
}

.border-cyan-500\/25{
  border-color: rgb(6 182 212 / 0.25);
}

.border-cyan-500\/30{
  border-color: rgb(6 182 212 / 0.3);
}

.border-cyan-500\/40{
  border-color: rgb(6 182 212 / 0.4);
}

.border-cyan-500\/5{
  border-color: rgb(6 182 212 / 0.05);
}

.border-cyan-500\/50{
  border-color: rgb(6 182 212 / 0.5);
}

.border-cyan-500\/60{
  border-color: rgb(6 182 212 / 0.6);
}

.border-cyan-500\/70{
  border-color: rgb(6 182 212 / 0.7);
}

.border-cyan-500\/75{
  border-color: rgb(6 182 212 / 0.75);
}

.border-cyan-500\/80{
  border-color: rgb(6 182 212 / 0.8);
}

.border-cyan-500\/90{
  border-color: rgb(6 182 212 / 0.9);
}

.border-cyan-500\/95{
  border-color: rgb(6 182 212 / 0.95);
}

.border-cyan-600{
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.border-cyan-600\/0{
  border-color: rgb(8 145 178 / 0);
}

.border-cyan-600\/10{
  border-color: rgb(8 145 178 / 0.1);
}

.border-cyan-600\/100{
  border-color: rgb(8 145 178 / 1);
}

.border-cyan-600\/20{
  border-color: rgb(8 145 178 / 0.2);
}

.border-cyan-600\/25{
  border-color: rgb(8 145 178 / 0.25);
}

.border-cyan-600\/30{
  border-color: rgb(8 145 178 / 0.3);
}

.border-cyan-600\/40{
  border-color: rgb(8 145 178 / 0.4);
}

.border-cyan-600\/5{
  border-color: rgb(8 145 178 / 0.05);
}

.border-cyan-600\/50{
  border-color: rgb(8 145 178 / 0.5);
}

.border-cyan-600\/60{
  border-color: rgb(8 145 178 / 0.6);
}

.border-cyan-600\/70{
  border-color: rgb(8 145 178 / 0.7);
}

.border-cyan-600\/75{
  border-color: rgb(8 145 178 / 0.75);
}

.border-cyan-600\/80{
  border-color: rgb(8 145 178 / 0.8);
}

.border-cyan-600\/90{
  border-color: rgb(8 145 178 / 0.9);
}

.border-cyan-600\/95{
  border-color: rgb(8 145 178 / 0.95);
}

.border-cyan-700{
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.border-cyan-700\/0{
  border-color: rgb(14 116 144 / 0);
}

.border-cyan-700\/10{
  border-color: rgb(14 116 144 / 0.1);
}

.border-cyan-700\/100{
  border-color: rgb(14 116 144 / 1);
}

.border-cyan-700\/20{
  border-color: rgb(14 116 144 / 0.2);
}

.border-cyan-700\/25{
  border-color: rgb(14 116 144 / 0.25);
}

.border-cyan-700\/30{
  border-color: rgb(14 116 144 / 0.3);
}

.border-cyan-700\/40{
  border-color: rgb(14 116 144 / 0.4);
}

.border-cyan-700\/5{
  border-color: rgb(14 116 144 / 0.05);
}

.border-cyan-700\/50{
  border-color: rgb(14 116 144 / 0.5);
}

.border-cyan-700\/60{
  border-color: rgb(14 116 144 / 0.6);
}

.border-cyan-700\/70{
  border-color: rgb(14 116 144 / 0.7);
}

.border-cyan-700\/75{
  border-color: rgb(14 116 144 / 0.75);
}

.border-cyan-700\/80{
  border-color: rgb(14 116 144 / 0.8);
}

.border-cyan-700\/90{
  border-color: rgb(14 116 144 / 0.9);
}

.border-cyan-700\/95{
  border-color: rgb(14 116 144 / 0.95);
}

.border-cyan-800{
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.border-cyan-800\/0{
  border-color: rgb(21 94 117 / 0);
}

.border-cyan-800\/10{
  border-color: rgb(21 94 117 / 0.1);
}

.border-cyan-800\/100{
  border-color: rgb(21 94 117 / 1);
}

.border-cyan-800\/20{
  border-color: rgb(21 94 117 / 0.2);
}

.border-cyan-800\/25{
  border-color: rgb(21 94 117 / 0.25);
}

.border-cyan-800\/30{
  border-color: rgb(21 94 117 / 0.3);
}

.border-cyan-800\/40{
  border-color: rgb(21 94 117 / 0.4);
}

.border-cyan-800\/5{
  border-color: rgb(21 94 117 / 0.05);
}

.border-cyan-800\/50{
  border-color: rgb(21 94 117 / 0.5);
}

.border-cyan-800\/60{
  border-color: rgb(21 94 117 / 0.6);
}

.border-cyan-800\/70{
  border-color: rgb(21 94 117 / 0.7);
}

.border-cyan-800\/75{
  border-color: rgb(21 94 117 / 0.75);
}

.border-cyan-800\/80{
  border-color: rgb(21 94 117 / 0.8);
}

.border-cyan-800\/90{
  border-color: rgb(21 94 117 / 0.9);
}

.border-cyan-800\/95{
  border-color: rgb(21 94 117 / 0.95);
}

.border-cyan-900{
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-cyan-900\/0{
  border-color: rgb(22 78 99 / 0);
}

.border-cyan-900\/10{
  border-color: rgb(22 78 99 / 0.1);
}

.border-cyan-900\/100{
  border-color: rgb(22 78 99 / 1);
}

.border-cyan-900\/20{
  border-color: rgb(22 78 99 / 0.2);
}

.border-cyan-900\/25{
  border-color: rgb(22 78 99 / 0.25);
}

.border-cyan-900\/30{
  border-color: rgb(22 78 99 / 0.3);
}

.border-cyan-900\/40{
  border-color: rgb(22 78 99 / 0.4);
}

.border-cyan-900\/5{
  border-color: rgb(22 78 99 / 0.05);
}

.border-cyan-900\/50{
  border-color: rgb(22 78 99 / 0.5);
}

.border-cyan-900\/60{
  border-color: rgb(22 78 99 / 0.6);
}

.border-cyan-900\/70{
  border-color: rgb(22 78 99 / 0.7);
}

.border-cyan-900\/75{
  border-color: rgb(22 78 99 / 0.75);
}

.border-cyan-900\/80{
  border-color: rgb(22 78 99 / 0.8);
}

.border-cyan-900\/90{
  border-color: rgb(22 78 99 / 0.9);
}

.border-cyan-900\/95{
  border-color: rgb(22 78 99 / 0.95);
}

.border-darkBlue{
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-emerald-100{
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.border-emerald-100\/0{
  border-color: rgb(209 250 229 / 0);
}

.border-emerald-100\/10{
  border-color: rgb(209 250 229 / 0.1);
}

.border-emerald-100\/100{
  border-color: rgb(209 250 229 / 1);
}

.border-emerald-100\/20{
  border-color: rgb(209 250 229 / 0.2);
}

.border-emerald-100\/25{
  border-color: rgb(209 250 229 / 0.25);
}

.border-emerald-100\/30{
  border-color: rgb(209 250 229 / 0.3);
}

.border-emerald-100\/40{
  border-color: rgb(209 250 229 / 0.4);
}

.border-emerald-100\/5{
  border-color: rgb(209 250 229 / 0.05);
}

.border-emerald-100\/50{
  border-color: rgb(209 250 229 / 0.5);
}

.border-emerald-100\/60{
  border-color: rgb(209 250 229 / 0.6);
}

.border-emerald-100\/70{
  border-color: rgb(209 250 229 / 0.7);
}

.border-emerald-100\/75{
  border-color: rgb(209 250 229 / 0.75);
}

.border-emerald-100\/80{
  border-color: rgb(209 250 229 / 0.8);
}

.border-emerald-100\/90{
  border-color: rgb(209 250 229 / 0.9);
}

.border-emerald-100\/95{
  border-color: rgb(209 250 229 / 0.95);
}

.border-emerald-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-emerald-200\/0{
  border-color: rgb(167 243 208 / 0);
}

.border-emerald-200\/10{
  border-color: rgb(167 243 208 / 0.1);
}

.border-emerald-200\/100{
  border-color: rgb(167 243 208 / 1);
}

.border-emerald-200\/20{
  border-color: rgb(167 243 208 / 0.2);
}

.border-emerald-200\/25{
  border-color: rgb(167 243 208 / 0.25);
}

.border-emerald-200\/30{
  border-color: rgb(167 243 208 / 0.3);
}

.border-emerald-200\/40{
  border-color: rgb(167 243 208 / 0.4);
}

.border-emerald-200\/5{
  border-color: rgb(167 243 208 / 0.05);
}

.border-emerald-200\/50{
  border-color: rgb(167 243 208 / 0.5);
}

.border-emerald-200\/60{
  border-color: rgb(167 243 208 / 0.6);
}

.border-emerald-200\/70{
  border-color: rgb(167 243 208 / 0.7);
}

.border-emerald-200\/75{
  border-color: rgb(167 243 208 / 0.75);
}

.border-emerald-200\/80{
  border-color: rgb(167 243 208 / 0.8);
}

.border-emerald-200\/90{
  border-color: rgb(167 243 208 / 0.9);
}

.border-emerald-200\/95{
  border-color: rgb(167 243 208 / 0.95);
}

.border-emerald-300{
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-emerald-300\/0{
  border-color: rgb(110 231 183 / 0);
}

.border-emerald-300\/10{
  border-color: rgb(110 231 183 / 0.1);
}

.border-emerald-300\/100{
  border-color: rgb(110 231 183 / 1);
}

.border-emerald-300\/20{
  border-color: rgb(110 231 183 / 0.2);
}

.border-emerald-300\/25{
  border-color: rgb(110 231 183 / 0.25);
}

.border-emerald-300\/30{
  border-color: rgb(110 231 183 / 0.3);
}

.border-emerald-300\/40{
  border-color: rgb(110 231 183 / 0.4);
}

.border-emerald-300\/5{
  border-color: rgb(110 231 183 / 0.05);
}

.border-emerald-300\/50{
  border-color: rgb(110 231 183 / 0.5);
}

.border-emerald-300\/60{
  border-color: rgb(110 231 183 / 0.6);
}

.border-emerald-300\/70{
  border-color: rgb(110 231 183 / 0.7);
}

.border-emerald-300\/75{
  border-color: rgb(110 231 183 / 0.75);
}

.border-emerald-300\/80{
  border-color: rgb(110 231 183 / 0.8);
}

.border-emerald-300\/90{
  border-color: rgb(110 231 183 / 0.9);
}

.border-emerald-300\/95{
  border-color: rgb(110 231 183 / 0.95);
}

.border-emerald-400{
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-emerald-400\/0{
  border-color: rgb(52 211 153 / 0);
}

.border-emerald-400\/10{
  border-color: rgb(52 211 153 / 0.1);
}

.border-emerald-400\/100{
  border-color: rgb(52 211 153 / 1);
}

.border-emerald-400\/20{
  border-color: rgb(52 211 153 / 0.2);
}

.border-emerald-400\/25{
  border-color: rgb(52 211 153 / 0.25);
}

.border-emerald-400\/30{
  border-color: rgb(52 211 153 / 0.3);
}

.border-emerald-400\/40{
  border-color: rgb(52 211 153 / 0.4);
}

.border-emerald-400\/5{
  border-color: rgb(52 211 153 / 0.05);
}

.border-emerald-400\/50{
  border-color: rgb(52 211 153 / 0.5);
}

.border-emerald-400\/60{
  border-color: rgb(52 211 153 / 0.6);
}

.border-emerald-400\/70{
  border-color: rgb(52 211 153 / 0.7);
}

.border-emerald-400\/75{
  border-color: rgb(52 211 153 / 0.75);
}

.border-emerald-400\/80{
  border-color: rgb(52 211 153 / 0.8);
}

.border-emerald-400\/90{
  border-color: rgb(52 211 153 / 0.9);
}

.border-emerald-400\/95{
  border-color: rgb(52 211 153 / 0.95);
}

.border-emerald-50{
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-emerald-50\/0{
  border-color: rgb(236 253 245 / 0);
}

.border-emerald-50\/10{
  border-color: rgb(236 253 245 / 0.1);
}

.border-emerald-50\/100{
  border-color: rgb(236 253 245 / 1);
}

.border-emerald-50\/20{
  border-color: rgb(236 253 245 / 0.2);
}

.border-emerald-50\/25{
  border-color: rgb(236 253 245 / 0.25);
}

.border-emerald-50\/30{
  border-color: rgb(236 253 245 / 0.3);
}

.border-emerald-50\/40{
  border-color: rgb(236 253 245 / 0.4);
}

.border-emerald-50\/5{
  border-color: rgb(236 253 245 / 0.05);
}

.border-emerald-50\/50{
  border-color: rgb(236 253 245 / 0.5);
}

.border-emerald-50\/60{
  border-color: rgb(236 253 245 / 0.6);
}

.border-emerald-50\/70{
  border-color: rgb(236 253 245 / 0.7);
}

.border-emerald-50\/75{
  border-color: rgb(236 253 245 / 0.75);
}

.border-emerald-50\/80{
  border-color: rgb(236 253 245 / 0.8);
}

.border-emerald-50\/90{
  border-color: rgb(236 253 245 / 0.9);
}

.border-emerald-50\/95{
  border-color: rgb(236 253 245 / 0.95);
}

.border-emerald-500{
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-emerald-500\/0{
  border-color: rgb(16 185 129 / 0);
}

.border-emerald-500\/10{
  border-color: rgb(16 185 129 / 0.1);
}

.border-emerald-500\/100{
  border-color: rgb(16 185 129 / 1);
}

.border-emerald-500\/20{
  border-color: rgb(16 185 129 / 0.2);
}

.border-emerald-500\/25{
  border-color: rgb(16 185 129 / 0.25);
}

.border-emerald-500\/30{
  border-color: rgb(16 185 129 / 0.3);
}

.border-emerald-500\/40{
  border-color: rgb(16 185 129 / 0.4);
}

.border-emerald-500\/5{
  border-color: rgb(16 185 129 / 0.05);
}

.border-emerald-500\/50{
  border-color: rgb(16 185 129 / 0.5);
}

.border-emerald-500\/60{
  border-color: rgb(16 185 129 / 0.6);
}

.border-emerald-500\/70{
  border-color: rgb(16 185 129 / 0.7);
}

.border-emerald-500\/75{
  border-color: rgb(16 185 129 / 0.75);
}

.border-emerald-500\/80{
  border-color: rgb(16 185 129 / 0.8);
}

.border-emerald-500\/90{
  border-color: rgb(16 185 129 / 0.9);
}

.border-emerald-500\/95{
  border-color: rgb(16 185 129 / 0.95);
}

.border-emerald-600{
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-emerald-600\/0{
  border-color: rgb(5 150 105 / 0);
}

.border-emerald-600\/10{
  border-color: rgb(5 150 105 / 0.1);
}

.border-emerald-600\/100{
  border-color: rgb(5 150 105 / 1);
}

.border-emerald-600\/20{
  border-color: rgb(5 150 105 / 0.2);
}

.border-emerald-600\/25{
  border-color: rgb(5 150 105 / 0.25);
}

.border-emerald-600\/30{
  border-color: rgb(5 150 105 / 0.3);
}

.border-emerald-600\/40{
  border-color: rgb(5 150 105 / 0.4);
}

.border-emerald-600\/5{
  border-color: rgb(5 150 105 / 0.05);
}

.border-emerald-600\/50{
  border-color: rgb(5 150 105 / 0.5);
}

.border-emerald-600\/60{
  border-color: rgb(5 150 105 / 0.6);
}

.border-emerald-600\/70{
  border-color: rgb(5 150 105 / 0.7);
}

.border-emerald-600\/75{
  border-color: rgb(5 150 105 / 0.75);
}

.border-emerald-600\/80{
  border-color: rgb(5 150 105 / 0.8);
}

.border-emerald-600\/90{
  border-color: rgb(5 150 105 / 0.9);
}

.border-emerald-600\/95{
  border-color: rgb(5 150 105 / 0.95);
}

.border-emerald-700{
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-emerald-700\/0{
  border-color: rgb(4 120 87 / 0);
}

.border-emerald-700\/10{
  border-color: rgb(4 120 87 / 0.1);
}

.border-emerald-700\/100{
  border-color: rgb(4 120 87 / 1);
}

.border-emerald-700\/20{
  border-color: rgb(4 120 87 / 0.2);
}

.border-emerald-700\/25{
  border-color: rgb(4 120 87 / 0.25);
}

.border-emerald-700\/30{
  border-color: rgb(4 120 87 / 0.3);
}

.border-emerald-700\/40{
  border-color: rgb(4 120 87 / 0.4);
}

.border-emerald-700\/5{
  border-color: rgb(4 120 87 / 0.05);
}

.border-emerald-700\/50{
  border-color: rgb(4 120 87 / 0.5);
}

.border-emerald-700\/60{
  border-color: rgb(4 120 87 / 0.6);
}

.border-emerald-700\/70{
  border-color: rgb(4 120 87 / 0.7);
}

.border-emerald-700\/75{
  border-color: rgb(4 120 87 / 0.75);
}

.border-emerald-700\/80{
  border-color: rgb(4 120 87 / 0.8);
}

.border-emerald-700\/90{
  border-color: rgb(4 120 87 / 0.9);
}

.border-emerald-700\/95{
  border-color: rgb(4 120 87 / 0.95);
}

.border-emerald-800{
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-emerald-800\/0{
  border-color: rgb(6 95 70 / 0);
}

.border-emerald-800\/10{
  border-color: rgb(6 95 70 / 0.1);
}

.border-emerald-800\/100{
  border-color: rgb(6 95 70 / 1);
}

.border-emerald-800\/20{
  border-color: rgb(6 95 70 / 0.2);
}

.border-emerald-800\/25{
  border-color: rgb(6 95 70 / 0.25);
}

.border-emerald-800\/30{
  border-color: rgb(6 95 70 / 0.3);
}

.border-emerald-800\/40{
  border-color: rgb(6 95 70 / 0.4);
}

.border-emerald-800\/5{
  border-color: rgb(6 95 70 / 0.05);
}

.border-emerald-800\/50{
  border-color: rgb(6 95 70 / 0.5);
}

.border-emerald-800\/60{
  border-color: rgb(6 95 70 / 0.6);
}

.border-emerald-800\/70{
  border-color: rgb(6 95 70 / 0.7);
}

.border-emerald-800\/75{
  border-color: rgb(6 95 70 / 0.75);
}

.border-emerald-800\/80{
  border-color: rgb(6 95 70 / 0.8);
}

.border-emerald-800\/90{
  border-color: rgb(6 95 70 / 0.9);
}

.border-emerald-800\/95{
  border-color: rgb(6 95 70 / 0.95);
}

.border-emerald-900{
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-emerald-900\/0{
  border-color: rgb(6 78 59 / 0);
}

.border-emerald-900\/10{
  border-color: rgb(6 78 59 / 0.1);
}

.border-emerald-900\/100{
  border-color: rgb(6 78 59 / 1);
}

.border-emerald-900\/20{
  border-color: rgb(6 78 59 / 0.2);
}

.border-emerald-900\/25{
  border-color: rgb(6 78 59 / 0.25);
}

.border-emerald-900\/30{
  border-color: rgb(6 78 59 / 0.3);
}

.border-emerald-900\/40{
  border-color: rgb(6 78 59 / 0.4);
}

.border-emerald-900\/5{
  border-color: rgb(6 78 59 / 0.05);
}

.border-emerald-900\/50{
  border-color: rgb(6 78 59 / 0.5);
}

.border-emerald-900\/60{
  border-color: rgb(6 78 59 / 0.6);
}

.border-emerald-900\/70{
  border-color: rgb(6 78 59 / 0.7);
}

.border-emerald-900\/75{
  border-color: rgb(6 78 59 / 0.75);
}

.border-emerald-900\/80{
  border-color: rgb(6 78 59 / 0.8);
}

.border-emerald-900\/90{
  border-color: rgb(6 78 59 / 0.9);
}

.border-emerald-900\/95{
  border-color: rgb(6 78 59 / 0.95);
}

.border-fuchsia-100{
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.border-fuchsia-100\/0{
  border-color: rgb(250 232 255 / 0);
}

.border-fuchsia-100\/10{
  border-color: rgb(250 232 255 / 0.1);
}

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

.border-fuchsia-100\/20{
  border-color: rgb(250 232 255 / 0.2);
}

.border-fuchsia-100\/25{
  border-color: rgb(250 232 255 / 0.25);
}

.border-fuchsia-100\/30{
  border-color: rgb(250 232 255 / 0.3);
}

.border-fuchsia-100\/40{
  border-color: rgb(250 232 255 / 0.4);
}

.border-fuchsia-100\/5{
  border-color: rgb(250 232 255 / 0.05);
}

.border-fuchsia-100\/50{
  border-color: rgb(250 232 255 / 0.5);
}

.border-fuchsia-100\/60{
  border-color: rgb(250 232 255 / 0.6);
}

.border-fuchsia-100\/70{
  border-color: rgb(250 232 255 / 0.7);
}

.border-fuchsia-100\/75{
  border-color: rgb(250 232 255 / 0.75);
}

.border-fuchsia-100\/80{
  border-color: rgb(250 232 255 / 0.8);
}

.border-fuchsia-100\/90{
  border-color: rgb(250 232 255 / 0.9);
}

.border-fuchsia-100\/95{
  border-color: rgb(250 232 255 / 0.95);
}

.border-fuchsia-200{
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.border-fuchsia-200\/0{
  border-color: rgb(245 208 254 / 0);
}

.border-fuchsia-200\/10{
  border-color: rgb(245 208 254 / 0.1);
}

.border-fuchsia-200\/100{
  border-color: rgb(245 208 254 / 1);
}

.border-fuchsia-200\/20{
  border-color: rgb(245 208 254 / 0.2);
}

.border-fuchsia-200\/25{
  border-color: rgb(245 208 254 / 0.25);
}

.border-fuchsia-200\/30{
  border-color: rgb(245 208 254 / 0.3);
}

.border-fuchsia-200\/40{
  border-color: rgb(245 208 254 / 0.4);
}

.border-fuchsia-200\/5{
  border-color: rgb(245 208 254 / 0.05);
}

.border-fuchsia-200\/50{
  border-color: rgb(245 208 254 / 0.5);
}

.border-fuchsia-200\/60{
  border-color: rgb(245 208 254 / 0.6);
}

.border-fuchsia-200\/70{
  border-color: rgb(245 208 254 / 0.7);
}

.border-fuchsia-200\/75{
  border-color: rgb(245 208 254 / 0.75);
}

.border-fuchsia-200\/80{
  border-color: rgb(245 208 254 / 0.8);
}

.border-fuchsia-200\/90{
  border-color: rgb(245 208 254 / 0.9);
}

.border-fuchsia-200\/95{
  border-color: rgb(245 208 254 / 0.95);
}

.border-fuchsia-300{
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.border-fuchsia-300\/0{
  border-color: rgb(240 171 252 / 0);
}

.border-fuchsia-300\/10{
  border-color: rgb(240 171 252 / 0.1);
}

.border-fuchsia-300\/100{
  border-color: rgb(240 171 252 / 1);
}

.border-fuchsia-300\/20{
  border-color: rgb(240 171 252 / 0.2);
}

.border-fuchsia-300\/25{
  border-color: rgb(240 171 252 / 0.25);
}

.border-fuchsia-300\/30{
  border-color: rgb(240 171 252 / 0.3);
}

.border-fuchsia-300\/40{
  border-color: rgb(240 171 252 / 0.4);
}

.border-fuchsia-300\/5{
  border-color: rgb(240 171 252 / 0.05);
}

.border-fuchsia-300\/50{
  border-color: rgb(240 171 252 / 0.5);
}

.border-fuchsia-300\/60{
  border-color: rgb(240 171 252 / 0.6);
}

.border-fuchsia-300\/70{
  border-color: rgb(240 171 252 / 0.7);
}

.border-fuchsia-300\/75{
  border-color: rgb(240 171 252 / 0.75);
}

.border-fuchsia-300\/80{
  border-color: rgb(240 171 252 / 0.8);
}

.border-fuchsia-300\/90{
  border-color: rgb(240 171 252 / 0.9);
}

.border-fuchsia-300\/95{
  border-color: rgb(240 171 252 / 0.95);
}

.border-fuchsia-400{
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.border-fuchsia-400\/0{
  border-color: rgb(232 121 249 / 0);
}

.border-fuchsia-400\/10{
  border-color: rgb(232 121 249 / 0.1);
}

.border-fuchsia-400\/100{
  border-color: rgb(232 121 249 / 1);
}

.border-fuchsia-400\/20{
  border-color: rgb(232 121 249 / 0.2);
}

.border-fuchsia-400\/25{
  border-color: rgb(232 121 249 / 0.25);
}

.border-fuchsia-400\/30{
  border-color: rgb(232 121 249 / 0.3);
}

.border-fuchsia-400\/40{
  border-color: rgb(232 121 249 / 0.4);
}

.border-fuchsia-400\/5{
  border-color: rgb(232 121 249 / 0.05);
}

.border-fuchsia-400\/50{
  border-color: rgb(232 121 249 / 0.5);
}

.border-fuchsia-400\/60{
  border-color: rgb(232 121 249 / 0.6);
}

.border-fuchsia-400\/70{
  border-color: rgb(232 121 249 / 0.7);
}

.border-fuchsia-400\/75{
  border-color: rgb(232 121 249 / 0.75);
}

.border-fuchsia-400\/80{
  border-color: rgb(232 121 249 / 0.8);
}

.border-fuchsia-400\/90{
  border-color: rgb(232 121 249 / 0.9);
}

.border-fuchsia-400\/95{
  border-color: rgb(232 121 249 / 0.95);
}

.border-fuchsia-50{
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.border-fuchsia-50\/0{
  border-color: rgb(253 244 255 / 0);
}

.border-fuchsia-50\/10{
  border-color: rgb(253 244 255 / 0.1);
}

.border-fuchsia-50\/100{
  border-color: rgb(253 244 255 / 1);
}

.border-fuchsia-50\/20{
  border-color: rgb(253 244 255 / 0.2);
}

.border-fuchsia-50\/25{
  border-color: rgb(253 244 255 / 0.25);
}

.border-fuchsia-50\/30{
  border-color: rgb(253 244 255 / 0.3);
}

.border-fuchsia-50\/40{
  border-color: rgb(253 244 255 / 0.4);
}

.border-fuchsia-50\/5{
  border-color: rgb(253 244 255 / 0.05);
}

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

.border-fuchsia-50\/60{
  border-color: rgb(253 244 255 / 0.6);
}

.border-fuchsia-50\/70{
  border-color: rgb(253 244 255 / 0.7);
}

.border-fuchsia-50\/75{
  border-color: rgb(253 244 255 / 0.75);
}

.border-fuchsia-50\/80{
  border-color: rgb(253 244 255 / 0.8);
}

.border-fuchsia-50\/90{
  border-color: rgb(253 244 255 / 0.9);
}

.border-fuchsia-50\/95{
  border-color: rgb(253 244 255 / 0.95);
}

.border-fuchsia-500{
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.border-fuchsia-500\/0{
  border-color: rgb(217 70 239 / 0);
}

.border-fuchsia-500\/10{
  border-color: rgb(217 70 239 / 0.1);
}

.border-fuchsia-500\/100{
  border-color: rgb(217 70 239 / 1);
}

.border-fuchsia-500\/20{
  border-color: rgb(217 70 239 / 0.2);
}

.border-fuchsia-500\/25{
  border-color: rgb(217 70 239 / 0.25);
}

.border-fuchsia-500\/30{
  border-color: rgb(217 70 239 / 0.3);
}

.border-fuchsia-500\/40{
  border-color: rgb(217 70 239 / 0.4);
}

.border-fuchsia-500\/5{
  border-color: rgb(217 70 239 / 0.05);
}

.border-fuchsia-500\/50{
  border-color: rgb(217 70 239 / 0.5);
}

.border-fuchsia-500\/60{
  border-color: rgb(217 70 239 / 0.6);
}

.border-fuchsia-500\/70{
  border-color: rgb(217 70 239 / 0.7);
}

.border-fuchsia-500\/75{
  border-color: rgb(217 70 239 / 0.75);
}

.border-fuchsia-500\/80{
  border-color: rgb(217 70 239 / 0.8);
}

.border-fuchsia-500\/90{
  border-color: rgb(217 70 239 / 0.9);
}

.border-fuchsia-500\/95{
  border-color: rgb(217 70 239 / 0.95);
}

.border-fuchsia-600{
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.border-fuchsia-600\/0{
  border-color: rgb(192 38 211 / 0);
}

.border-fuchsia-600\/10{
  border-color: rgb(192 38 211 / 0.1);
}

.border-fuchsia-600\/100{
  border-color: rgb(192 38 211 / 1);
}

.border-fuchsia-600\/20{
  border-color: rgb(192 38 211 / 0.2);
}

.border-fuchsia-600\/25{
  border-color: rgb(192 38 211 / 0.25);
}

.border-fuchsia-600\/30{
  border-color: rgb(192 38 211 / 0.3);
}

.border-fuchsia-600\/40{
  border-color: rgb(192 38 211 / 0.4);
}

.border-fuchsia-600\/5{
  border-color: rgb(192 38 211 / 0.05);
}

.border-fuchsia-600\/50{
  border-color: rgb(192 38 211 / 0.5);
}

.border-fuchsia-600\/60{
  border-color: rgb(192 38 211 / 0.6);
}

.border-fuchsia-600\/70{
  border-color: rgb(192 38 211 / 0.7);
}

.border-fuchsia-600\/75{
  border-color: rgb(192 38 211 / 0.75);
}

.border-fuchsia-600\/80{
  border-color: rgb(192 38 211 / 0.8);
}

.border-fuchsia-600\/90{
  border-color: rgb(192 38 211 / 0.9);
}

.border-fuchsia-600\/95{
  border-color: rgb(192 38 211 / 0.95);
}

.border-fuchsia-700{
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.border-fuchsia-700\/0{
  border-color: rgb(162 28 175 / 0);
}

.border-fuchsia-700\/10{
  border-color: rgb(162 28 175 / 0.1);
}

.border-fuchsia-700\/100{
  border-color: rgb(162 28 175 / 1);
}

.border-fuchsia-700\/20{
  border-color: rgb(162 28 175 / 0.2);
}

.border-fuchsia-700\/25{
  border-color: rgb(162 28 175 / 0.25);
}

.border-fuchsia-700\/30{
  border-color: rgb(162 28 175 / 0.3);
}

.border-fuchsia-700\/40{
  border-color: rgb(162 28 175 / 0.4);
}

.border-fuchsia-700\/5{
  border-color: rgb(162 28 175 / 0.05);
}

.border-fuchsia-700\/50{
  border-color: rgb(162 28 175 / 0.5);
}

.border-fuchsia-700\/60{
  border-color: rgb(162 28 175 / 0.6);
}

.border-fuchsia-700\/70{
  border-color: rgb(162 28 175 / 0.7);
}

.border-fuchsia-700\/75{
  border-color: rgb(162 28 175 / 0.75);
}

.border-fuchsia-700\/80{
  border-color: rgb(162 28 175 / 0.8);
}

.border-fuchsia-700\/90{
  border-color: rgb(162 28 175 / 0.9);
}

.border-fuchsia-700\/95{
  border-color: rgb(162 28 175 / 0.95);
}

.border-fuchsia-800{
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.border-fuchsia-800\/0{
  border-color: rgb(134 25 143 / 0);
}

.border-fuchsia-800\/10{
  border-color: rgb(134 25 143 / 0.1);
}

.border-fuchsia-800\/100{
  border-color: rgb(134 25 143 / 1);
}

.border-fuchsia-800\/20{
  border-color: rgb(134 25 143 / 0.2);
}

.border-fuchsia-800\/25{
  border-color: rgb(134 25 143 / 0.25);
}

.border-fuchsia-800\/30{
  border-color: rgb(134 25 143 / 0.3);
}

.border-fuchsia-800\/40{
  border-color: rgb(134 25 143 / 0.4);
}

.border-fuchsia-800\/5{
  border-color: rgb(134 25 143 / 0.05);
}

.border-fuchsia-800\/50{
  border-color: rgb(134 25 143 / 0.5);
}

.border-fuchsia-800\/60{
  border-color: rgb(134 25 143 / 0.6);
}

.border-fuchsia-800\/70{
  border-color: rgb(134 25 143 / 0.7);
}

.border-fuchsia-800\/75{
  border-color: rgb(134 25 143 / 0.75);
}

.border-fuchsia-800\/80{
  border-color: rgb(134 25 143 / 0.8);
}

.border-fuchsia-800\/90{
  border-color: rgb(134 25 143 / 0.9);
}

.border-fuchsia-800\/95{
  border-color: rgb(134 25 143 / 0.95);
}

.border-fuchsia-900{
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.border-fuchsia-900\/0{
  border-color: rgb(112 26 117 / 0);
}

.border-fuchsia-900\/10{
  border-color: rgb(112 26 117 / 0.1);
}

.border-fuchsia-900\/100{
  border-color: rgb(112 26 117 / 1);
}

.border-fuchsia-900\/20{
  border-color: rgb(112 26 117 / 0.2);
}

.border-fuchsia-900\/25{
  border-color: rgb(112 26 117 / 0.25);
}

.border-fuchsia-900\/30{
  border-color: rgb(112 26 117 / 0.3);
}

.border-fuchsia-900\/40{
  border-color: rgb(112 26 117 / 0.4);
}

.border-fuchsia-900\/5{
  border-color: rgb(112 26 117 / 0.05);
}

.border-fuchsia-900\/50{
  border-color: rgb(112 26 117 / 0.5);
}

.border-fuchsia-900\/60{
  border-color: rgb(112 26 117 / 0.6);
}

.border-fuchsia-900\/70{
  border-color: rgb(112 26 117 / 0.7);
}

.border-fuchsia-900\/75{
  border-color: rgb(112 26 117 / 0.75);
}

.border-fuchsia-900\/80{
  border-color: rgb(112 26 117 / 0.8);
}

.border-fuchsia-900\/90{
  border-color: rgb(112 26 117 / 0.9);
}

.border-fuchsia-900\/95{
  border-color: rgb(112 26 117 / 0.95);
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-gray-100\/0{
  border-color: rgb(245 245 245 / 0);
}

.border-gray-100\/10{
  border-color: rgb(245 245 245 / 0.1);
}

.border-gray-100\/100{
  border-color: rgb(245 245 245 / 1);
}

.border-gray-100\/20{
  border-color: rgb(245 245 245 / 0.2);
}

.border-gray-100\/25{
  border-color: rgb(245 245 245 / 0.25);
}

.border-gray-100\/30{
  border-color: rgb(245 245 245 / 0.3);
}

.border-gray-100\/40{
  border-color: rgb(245 245 245 / 0.4);
}

.border-gray-100\/5{
  border-color: rgb(245 245 245 / 0.05);
}

.border-gray-100\/50{
  border-color: rgb(245 245 245 / 0.5);
}

.border-gray-100\/60{
  border-color: rgb(245 245 245 / 0.6);
}

.border-gray-100\/70{
  border-color: rgb(245 245 245 / 0.7);
}

.border-gray-100\/75{
  border-color: rgb(245 245 245 / 0.75);
}

.border-gray-100\/80{
  border-color: rgb(245 245 245 / 0.8);
}

.border-gray-100\/90{
  border-color: rgb(245 245 245 / 0.9);
}

.border-gray-100\/95{
  border-color: rgb(245 245 245 / 0.95);
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-gray-200\/0{
  border-color: rgb(229 229 229 / 0);
}

.border-gray-200\/10{
  border-color: rgb(229 229 229 / 0.1);
}

.border-gray-200\/100{
  border-color: rgb(229 229 229 / 1);
}

.border-gray-200\/20{
  border-color: rgb(229 229 229 / 0.2);
}

.border-gray-200\/25{
  border-color: rgb(229 229 229 / 0.25);
}

.border-gray-200\/30{
  border-color: rgb(229 229 229 / 0.3);
}

.border-gray-200\/40{
  border-color: rgb(229 229 229 / 0.4);
}

.border-gray-200\/5{
  border-color: rgb(229 229 229 / 0.05);
}

.border-gray-200\/50{
  border-color: rgb(229 229 229 / 0.5);
}

.border-gray-200\/60{
  border-color: rgb(229 229 229 / 0.6);
}

.border-gray-200\/70{
  border-color: rgb(229 229 229 / 0.7);
}

.border-gray-200\/75{
  border-color: rgb(229 229 229 / 0.75);
}

.border-gray-200\/80{
  border-color: rgb(229 229 229 / 0.8);
}

.border-gray-200\/90{
  border-color: rgb(229 229 229 / 0.9);
}

.border-gray-200\/95{
  border-color: rgb(229 229 229 / 0.95);
}

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

.border-gray-300\/0{
  border-color: rgb(212 212 212 / 0);
}

.border-gray-300\/10{
  border-color: rgb(212 212 212 / 0.1);
}

.border-gray-300\/100{
  border-color: rgb(212 212 212 / 1);
}

.border-gray-300\/20{
  border-color: rgb(212 212 212 / 0.2);
}

.border-gray-300\/25{
  border-color: rgb(212 212 212 / 0.25);
}

.border-gray-300\/30{
  border-color: rgb(212 212 212 / 0.3);
}

.border-gray-300\/40{
  border-color: rgb(212 212 212 / 0.4);
}

.border-gray-300\/5{
  border-color: rgb(212 212 212 / 0.05);
}

.border-gray-300\/50{
  border-color: rgb(212 212 212 / 0.5);
}

.border-gray-300\/60{
  border-color: rgb(212 212 212 / 0.6);
}

.border-gray-300\/70{
  border-color: rgb(212 212 212 / 0.7);
}

.border-gray-300\/75{
  border-color: rgb(212 212 212 / 0.75);
}

.border-gray-300\/80{
  border-color: rgb(212 212 212 / 0.8);
}

.border-gray-300\/90{
  border-color: rgb(212 212 212 / 0.9);
}

.border-gray-300\/95{
  border-color: rgb(212 212 212 / 0.95);
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-gray-400\/0{
  border-color: rgb(163 163 163 / 0);
}

.border-gray-400\/10{
  border-color: rgb(163 163 163 / 0.1);
}

.border-gray-400\/100{
  border-color: rgb(163 163 163 / 1);
}

.border-gray-400\/20{
  border-color: rgb(163 163 163 / 0.2);
}

.border-gray-400\/25{
  border-color: rgb(163 163 163 / 0.25);
}

.border-gray-400\/30{
  border-color: rgb(163 163 163 / 0.3);
}

.border-gray-400\/40{
  border-color: rgb(163 163 163 / 0.4);
}

.border-gray-400\/5{
  border-color: rgb(163 163 163 / 0.05);
}

.border-gray-400\/50{
  border-color: rgb(163 163 163 / 0.5);
}

.border-gray-400\/60{
  border-color: rgb(163 163 163 / 0.6);
}

.border-gray-400\/70{
  border-color: rgb(163 163 163 / 0.7);
}

.border-gray-400\/75{
  border-color: rgb(163 163 163 / 0.75);
}

.border-gray-400\/80{
  border-color: rgb(163 163 163 / 0.8);
}

.border-gray-400\/90{
  border-color: rgb(163 163 163 / 0.9);
}

.border-gray-400\/95{
  border-color: rgb(163 163 163 / 0.95);
}

.border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-gray-50\/0{
  border-color: rgb(250 250 250 / 0);
}

.border-gray-50\/10{
  border-color: rgb(250 250 250 / 0.1);
}

.border-gray-50\/100{
  border-color: rgb(250 250 250 / 1);
}

.border-gray-50\/20{
  border-color: rgb(250 250 250 / 0.2);
}

.border-gray-50\/25{
  border-color: rgb(250 250 250 / 0.25);
}

.border-gray-50\/30{
  border-color: rgb(250 250 250 / 0.3);
}

.border-gray-50\/40{
  border-color: rgb(250 250 250 / 0.4);
}

.border-gray-50\/5{
  border-color: rgb(250 250 250 / 0.05);
}

.border-gray-50\/50{
  border-color: rgb(250 250 250 / 0.5);
}

.border-gray-50\/60{
  border-color: rgb(250 250 250 / 0.6);
}

.border-gray-50\/70{
  border-color: rgb(250 250 250 / 0.7);
}

.border-gray-50\/75{
  border-color: rgb(250 250 250 / 0.75);
}

.border-gray-50\/80{
  border-color: rgb(250 250 250 / 0.8);
}

.border-gray-50\/90{
  border-color: rgb(250 250 250 / 0.9);
}

.border-gray-50\/95{
  border-color: rgb(250 250 250 / 0.95);
}

.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-gray-500\/0{
  border-color: rgb(115 115 115 / 0);
}

.border-gray-500\/10{
  border-color: rgb(115 115 115 / 0.1);
}

.border-gray-500\/100{
  border-color: rgb(115 115 115 / 1);
}

.border-gray-500\/20{
  border-color: rgb(115 115 115 / 0.2);
}

.border-gray-500\/25{
  border-color: rgb(115 115 115 / 0.25);
}

.border-gray-500\/30{
  border-color: rgb(115 115 115 / 0.3);
}

.border-gray-500\/40{
  border-color: rgb(115 115 115 / 0.4);
}

.border-gray-500\/5{
  border-color: rgb(115 115 115 / 0.05);
}

.border-gray-500\/50{
  border-color: rgb(115 115 115 / 0.5);
}

.border-gray-500\/60{
  border-color: rgb(115 115 115 / 0.6);
}

.border-gray-500\/70{
  border-color: rgb(115 115 115 / 0.7);
}

.border-gray-500\/75{
  border-color: rgb(115 115 115 / 0.75);
}

.border-gray-500\/80{
  border-color: rgb(115 115 115 / 0.8);
}

.border-gray-500\/90{
  border-color: rgb(115 115 115 / 0.9);
}

.border-gray-500\/95{
  border-color: rgb(115 115 115 / 0.95);
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-gray-600\/0{
  border-color: rgb(82 82 82 / 0);
}

.border-gray-600\/10{
  border-color: rgb(82 82 82 / 0.1);
}

.border-gray-600\/100{
  border-color: rgb(82 82 82 / 1);
}

.border-gray-600\/20{
  border-color: rgb(82 82 82 / 0.2);
}

.border-gray-600\/25{
  border-color: rgb(82 82 82 / 0.25);
}

.border-gray-600\/30{
  border-color: rgb(82 82 82 / 0.3);
}

.border-gray-600\/40{
  border-color: rgb(82 82 82 / 0.4);
}

.border-gray-600\/5{
  border-color: rgb(82 82 82 / 0.05);
}

.border-gray-600\/50{
  border-color: rgb(82 82 82 / 0.5);
}

.border-gray-600\/60{
  border-color: rgb(82 82 82 / 0.6);
}

.border-gray-600\/70{
  border-color: rgb(82 82 82 / 0.7);
}

.border-gray-600\/75{
  border-color: rgb(82 82 82 / 0.75);
}

.border-gray-600\/80{
  border-color: rgb(82 82 82 / 0.8);
}

.border-gray-600\/90{
  border-color: rgb(82 82 82 / 0.9);
}

.border-gray-600\/95{
  border-color: rgb(82 82 82 / 0.95);
}

.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-gray-700\/0{
  border-color: rgb(64 64 64 / 0);
}

.border-gray-700\/10{
  border-color: rgb(64 64 64 / 0.1);
}

.border-gray-700\/100{
  border-color: rgb(64 64 64 / 1);
}

.border-gray-700\/20{
  border-color: rgb(64 64 64 / 0.2);
}

.border-gray-700\/25{
  border-color: rgb(64 64 64 / 0.25);
}

.border-gray-700\/30{
  border-color: rgb(64 64 64 / 0.3);
}

.border-gray-700\/40{
  border-color: rgb(64 64 64 / 0.4);
}

.border-gray-700\/5{
  border-color: rgb(64 64 64 / 0.05);
}

.border-gray-700\/50{
  border-color: rgb(64 64 64 / 0.5);
}

.border-gray-700\/60{
  border-color: rgb(64 64 64 / 0.6);
}

.border-gray-700\/70{
  border-color: rgb(64 64 64 / 0.7);
}

.border-gray-700\/75{
  border-color: rgb(64 64 64 / 0.75);
}

.border-gray-700\/80{
  border-color: rgb(64 64 64 / 0.8);
}

.border-gray-700\/90{
  border-color: rgb(64 64 64 / 0.9);
}

.border-gray-700\/95{
  border-color: rgb(64 64 64 / 0.95);
}

.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-gray-800\/0{
  border-color: rgb(38 38 38 / 0);
}

.border-gray-800\/10{
  border-color: rgb(38 38 38 / 0.1);
}

.border-gray-800\/100{
  border-color: rgb(38 38 38 / 1);
}

.border-gray-800\/20{
  border-color: rgb(38 38 38 / 0.2);
}

.border-gray-800\/25{
  border-color: rgb(38 38 38 / 0.25);
}

.border-gray-800\/30{
  border-color: rgb(38 38 38 / 0.3);
}

.border-gray-800\/40{
  border-color: rgb(38 38 38 / 0.4);
}

.border-gray-800\/5{
  border-color: rgb(38 38 38 / 0.05);
}

.border-gray-800\/50{
  border-color: rgb(38 38 38 / 0.5);
}

.border-gray-800\/60{
  border-color: rgb(38 38 38 / 0.6);
}

.border-gray-800\/70{
  border-color: rgb(38 38 38 / 0.7);
}

.border-gray-800\/75{
  border-color: rgb(38 38 38 / 0.75);
}

.border-gray-800\/80{
  border-color: rgb(38 38 38 / 0.8);
}

.border-gray-800\/90{
  border-color: rgb(38 38 38 / 0.9);
}

.border-gray-800\/95{
  border-color: rgb(38 38 38 / 0.95);
}

.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-gray-900\/0{
  border-color: rgb(23 23 23 / 0);
}

.border-gray-900\/10{
  border-color: rgb(23 23 23 / 0.1);
}

.border-gray-900\/100{
  border-color: rgb(23 23 23 / 1);
}

.border-gray-900\/20{
  border-color: rgb(23 23 23 / 0.2);
}

.border-gray-900\/25{
  border-color: rgb(23 23 23 / 0.25);
}

.border-gray-900\/30{
  border-color: rgb(23 23 23 / 0.3);
}

.border-gray-900\/40{
  border-color: rgb(23 23 23 / 0.4);
}

.border-gray-900\/5{
  border-color: rgb(23 23 23 / 0.05);
}

.border-gray-900\/50{
  border-color: rgb(23 23 23 / 0.5);
}

.border-gray-900\/60{
  border-color: rgb(23 23 23 / 0.6);
}

.border-gray-900\/70{
  border-color: rgb(23 23 23 / 0.7);
}

.border-gray-900\/75{
  border-color: rgb(23 23 23 / 0.75);
}

.border-gray-900\/80{
  border-color: rgb(23 23 23 / 0.8);
}

.border-gray-900\/90{
  border-color: rgb(23 23 23 / 0.9);
}

.border-gray-900\/95{
  border-color: rgb(23 23 23 / 0.95);
}

.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.border-green-100\/0{
  border-color: rgb(209 250 229 / 0);
}

.border-green-100\/10{
  border-color: rgb(209 250 229 / 0.1);
}

.border-green-100\/100{
  border-color: rgb(209 250 229 / 1);
}

.border-green-100\/20{
  border-color: rgb(209 250 229 / 0.2);
}

.border-green-100\/25{
  border-color: rgb(209 250 229 / 0.25);
}

.border-green-100\/30{
  border-color: rgb(209 250 229 / 0.3);
}

.border-green-100\/40{
  border-color: rgb(209 250 229 / 0.4);
}

.border-green-100\/5{
  border-color: rgb(209 250 229 / 0.05);
}

.border-green-100\/50{
  border-color: rgb(209 250 229 / 0.5);
}

.border-green-100\/60{
  border-color: rgb(209 250 229 / 0.6);
}

.border-green-100\/70{
  border-color: rgb(209 250 229 / 0.7);
}

.border-green-100\/75{
  border-color: rgb(209 250 229 / 0.75);
}

.border-green-100\/80{
  border-color: rgb(209 250 229 / 0.8);
}

.border-green-100\/90{
  border-color: rgb(209 250 229 / 0.9);
}

.border-green-100\/95{
  border-color: rgb(209 250 229 / 0.95);
}

.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-green-200\/0{
  border-color: rgb(167 243 208 / 0);
}

.border-green-200\/10{
  border-color: rgb(167 243 208 / 0.1);
}

.border-green-200\/100{
  border-color: rgb(167 243 208 / 1);
}

.border-green-200\/20{
  border-color: rgb(167 243 208 / 0.2);
}

.border-green-200\/25{
  border-color: rgb(167 243 208 / 0.25);
}

.border-green-200\/30{
  border-color: rgb(167 243 208 / 0.3);
}

.border-green-200\/40{
  border-color: rgb(167 243 208 / 0.4);
}

.border-green-200\/5{
  border-color: rgb(167 243 208 / 0.05);
}

.border-green-200\/50{
  border-color: rgb(167 243 208 / 0.5);
}

.border-green-200\/60{
  border-color: rgb(167 243 208 / 0.6);
}

.border-green-200\/70{
  border-color: rgb(167 243 208 / 0.7);
}

.border-green-200\/75{
  border-color: rgb(167 243 208 / 0.75);
}

.border-green-200\/80{
  border-color: rgb(167 243 208 / 0.8);
}

.border-green-200\/90{
  border-color: rgb(167 243 208 / 0.9);
}

.border-green-200\/95{
  border-color: rgb(167 243 208 / 0.95);
}

.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-green-300\/0{
  border-color: rgb(110 231 183 / 0);
}

.border-green-300\/10{
  border-color: rgb(110 231 183 / 0.1);
}

.border-green-300\/100{
  border-color: rgb(110 231 183 / 1);
}

.border-green-300\/20{
  border-color: rgb(110 231 183 / 0.2);
}

.border-green-300\/25{
  border-color: rgb(110 231 183 / 0.25);
}

.border-green-300\/30{
  border-color: rgb(110 231 183 / 0.3);
}

.border-green-300\/40{
  border-color: rgb(110 231 183 / 0.4);
}

.border-green-300\/5{
  border-color: rgb(110 231 183 / 0.05);
}

.border-green-300\/50{
  border-color: rgb(110 231 183 / 0.5);
}

.border-green-300\/60{
  border-color: rgb(110 231 183 / 0.6);
}

.border-green-300\/70{
  border-color: rgb(110 231 183 / 0.7);
}

.border-green-300\/75{
  border-color: rgb(110 231 183 / 0.75);
}

.border-green-300\/80{
  border-color: rgb(110 231 183 / 0.8);
}

.border-green-300\/90{
  border-color: rgb(110 231 183 / 0.9);
}

.border-green-300\/95{
  border-color: rgb(110 231 183 / 0.95);
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-green-400\/0{
  border-color: rgb(52 211 153 / 0);
}

.border-green-400\/10{
  border-color: rgb(52 211 153 / 0.1);
}

.border-green-400\/100{
  border-color: rgb(52 211 153 / 1);
}

.border-green-400\/20{
  border-color: rgb(52 211 153 / 0.2);
}

.border-green-400\/25{
  border-color: rgb(52 211 153 / 0.25);
}

.border-green-400\/30{
  border-color: rgb(52 211 153 / 0.3);
}

.border-green-400\/40{
  border-color: rgb(52 211 153 / 0.4);
}

.border-green-400\/5{
  border-color: rgb(52 211 153 / 0.05);
}

.border-green-400\/50{
  border-color: rgb(52 211 153 / 0.5);
}

.border-green-400\/60{
  border-color: rgb(52 211 153 / 0.6);
}

.border-green-400\/70{
  border-color: rgb(52 211 153 / 0.7);
}

.border-green-400\/75{
  border-color: rgb(52 211 153 / 0.75);
}

.border-green-400\/80{
  border-color: rgb(52 211 153 / 0.8);
}

.border-green-400\/90{
  border-color: rgb(52 211 153 / 0.9);
}

.border-green-400\/95{
  border-color: rgb(52 211 153 / 0.95);
}

.border-green-50{
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-green-50\/0{
  border-color: rgb(236 253 245 / 0);
}

.border-green-50\/10{
  border-color: rgb(236 253 245 / 0.1);
}

.border-green-50\/100{
  border-color: rgb(236 253 245 / 1);
}

.border-green-50\/20{
  border-color: rgb(236 253 245 / 0.2);
}

.border-green-50\/25{
  border-color: rgb(236 253 245 / 0.25);
}

.border-green-50\/30{
  border-color: rgb(236 253 245 / 0.3);
}

.border-green-50\/40{
  border-color: rgb(236 253 245 / 0.4);
}

.border-green-50\/5{
  border-color: rgb(236 253 245 / 0.05);
}

.border-green-50\/50{
  border-color: rgb(236 253 245 / 0.5);
}

.border-green-50\/60{
  border-color: rgb(236 253 245 / 0.6);
}

.border-green-50\/70{
  border-color: rgb(236 253 245 / 0.7);
}

.border-green-50\/75{
  border-color: rgb(236 253 245 / 0.75);
}

.border-green-50\/80{
  border-color: rgb(236 253 245 / 0.8);
}

.border-green-50\/90{
  border-color: rgb(236 253 245 / 0.9);
}

.border-green-50\/95{
  border-color: rgb(236 253 245 / 0.95);
}

.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-green-500\/0{
  border-color: rgb(16 185 129 / 0);
}

.border-green-500\/10{
  border-color: rgb(16 185 129 / 0.1);
}

.border-green-500\/100{
  border-color: rgb(16 185 129 / 1);
}

.border-green-500\/20{
  border-color: rgb(16 185 129 / 0.2);
}

.border-green-500\/25{
  border-color: rgb(16 185 129 / 0.25);
}

.border-green-500\/30{
  border-color: rgb(16 185 129 / 0.3);
}

.border-green-500\/40{
  border-color: rgb(16 185 129 / 0.4);
}

.border-green-500\/5{
  border-color: rgb(16 185 129 / 0.05);
}

.border-green-500\/50{
  border-color: rgb(16 185 129 / 0.5);
}

.border-green-500\/60{
  border-color: rgb(16 185 129 / 0.6);
}

.border-green-500\/70{
  border-color: rgb(16 185 129 / 0.7);
}

.border-green-500\/75{
  border-color: rgb(16 185 129 / 0.75);
}

.border-green-500\/80{
  border-color: rgb(16 185 129 / 0.8);
}

.border-green-500\/90{
  border-color: rgb(16 185 129 / 0.9);
}

.border-green-500\/95{
  border-color: rgb(16 185 129 / 0.95);
}

.border-green-600{
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-green-600\/0{
  border-color: rgb(5 150 105 / 0);
}

.border-green-600\/10{
  border-color: rgb(5 150 105 / 0.1);
}

.border-green-600\/100{
  border-color: rgb(5 150 105 / 1);
}

.border-green-600\/20{
  border-color: rgb(5 150 105 / 0.2);
}

.border-green-600\/25{
  border-color: rgb(5 150 105 / 0.25);
}

.border-green-600\/30{
  border-color: rgb(5 150 105 / 0.3);
}

.border-green-600\/40{
  border-color: rgb(5 150 105 / 0.4);
}

.border-green-600\/5{
  border-color: rgb(5 150 105 / 0.05);
}

.border-green-600\/50{
  border-color: rgb(5 150 105 / 0.5);
}

.border-green-600\/60{
  border-color: rgb(5 150 105 / 0.6);
}

.border-green-600\/70{
  border-color: rgb(5 150 105 / 0.7);
}

.border-green-600\/75{
  border-color: rgb(5 150 105 / 0.75);
}

.border-green-600\/80{
  border-color: rgb(5 150 105 / 0.8);
}

.border-green-600\/90{
  border-color: rgb(5 150 105 / 0.9);
}

.border-green-600\/95{
  border-color: rgb(5 150 105 / 0.95);
}

.border-green-700{
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-green-700\/0{
  border-color: rgb(4 120 87 / 0);
}

.border-green-700\/10{
  border-color: rgb(4 120 87 / 0.1);
}

.border-green-700\/100{
  border-color: rgb(4 120 87 / 1);
}

.border-green-700\/20{
  border-color: rgb(4 120 87 / 0.2);
}

.border-green-700\/25{
  border-color: rgb(4 120 87 / 0.25);
}

.border-green-700\/30{
  border-color: rgb(4 120 87 / 0.3);
}

.border-green-700\/40{
  border-color: rgb(4 120 87 / 0.4);
}

.border-green-700\/5{
  border-color: rgb(4 120 87 / 0.05);
}

.border-green-700\/50{
  border-color: rgb(4 120 87 / 0.5);
}

.border-green-700\/60{
  border-color: rgb(4 120 87 / 0.6);
}

.border-green-700\/70{
  border-color: rgb(4 120 87 / 0.7);
}

.border-green-700\/75{
  border-color: rgb(4 120 87 / 0.75);
}

.border-green-700\/80{
  border-color: rgb(4 120 87 / 0.8);
}

.border-green-700\/90{
  border-color: rgb(4 120 87 / 0.9);
}

.border-green-700\/95{
  border-color: rgb(4 120 87 / 0.95);
}

.border-green-800{
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-green-800\/0{
  border-color: rgb(6 95 70 / 0);
}

.border-green-800\/10{
  border-color: rgb(6 95 70 / 0.1);
}

.border-green-800\/100{
  border-color: rgb(6 95 70 / 1);
}

.border-green-800\/20{
  border-color: rgb(6 95 70 / 0.2);
}

.border-green-800\/25{
  border-color: rgb(6 95 70 / 0.25);
}

.border-green-800\/30{
  border-color: rgb(6 95 70 / 0.3);
}

.border-green-800\/40{
  border-color: rgb(6 95 70 / 0.4);
}

.border-green-800\/5{
  border-color: rgb(6 95 70 / 0.05);
}

.border-green-800\/50{
  border-color: rgb(6 95 70 / 0.5);
}

.border-green-800\/60{
  border-color: rgb(6 95 70 / 0.6);
}

.border-green-800\/70{
  border-color: rgb(6 95 70 / 0.7);
}

.border-green-800\/75{
  border-color: rgb(6 95 70 / 0.75);
}

.border-green-800\/80{
  border-color: rgb(6 95 70 / 0.8);
}

.border-green-800\/90{
  border-color: rgb(6 95 70 / 0.9);
}

.border-green-800\/95{
  border-color: rgb(6 95 70 / 0.95);
}

.border-green-900{
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-green-900\/0{
  border-color: rgb(6 78 59 / 0);
}

.border-green-900\/10{
  border-color: rgb(6 78 59 / 0.1);
}

.border-green-900\/100{
  border-color: rgb(6 78 59 / 1);
}

.border-green-900\/20{
  border-color: rgb(6 78 59 / 0.2);
}

.border-green-900\/25{
  border-color: rgb(6 78 59 / 0.25);
}

.border-green-900\/30{
  border-color: rgb(6 78 59 / 0.3);
}

.border-green-900\/40{
  border-color: rgb(6 78 59 / 0.4);
}

.border-green-900\/5{
  border-color: rgb(6 78 59 / 0.05);
}

.border-green-900\/50{
  border-color: rgb(6 78 59 / 0.5);
}

.border-green-900\/60{
  border-color: rgb(6 78 59 / 0.6);
}

.border-green-900\/70{
  border-color: rgb(6 78 59 / 0.7);
}

.border-green-900\/75{
  border-color: rgb(6 78 59 / 0.75);
}

.border-green-900\/80{
  border-color: rgb(6 78 59 / 0.8);
}

.border-green-900\/90{
  border-color: rgb(6 78 59 / 0.9);
}

.border-green-900\/95{
  border-color: rgb(6 78 59 / 0.95);
}

.border-indigo-100{
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-indigo-100\/0{
  border-color: rgb(224 231 255 / 0);
}

.border-indigo-100\/10{
  border-color: rgb(224 231 255 / 0.1);
}

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

.border-indigo-100\/20{
  border-color: rgb(224 231 255 / 0.2);
}

.border-indigo-100\/25{
  border-color: rgb(224 231 255 / 0.25);
}

.border-indigo-100\/30{
  border-color: rgb(224 231 255 / 0.3);
}

.border-indigo-100\/40{
  border-color: rgb(224 231 255 / 0.4);
}

.border-indigo-100\/5{
  border-color: rgb(224 231 255 / 0.05);
}

.border-indigo-100\/50{
  border-color: rgb(224 231 255 / 0.5);
}

.border-indigo-100\/60{
  border-color: rgb(224 231 255 / 0.6);
}

.border-indigo-100\/70{
  border-color: rgb(224 231 255 / 0.7);
}

.border-indigo-100\/75{
  border-color: rgb(224 231 255 / 0.75);
}

.border-indigo-100\/80{
  border-color: rgb(224 231 255 / 0.8);
}

.border-indigo-100\/90{
  border-color: rgb(224 231 255 / 0.9);
}

.border-indigo-100\/95{
  border-color: rgb(224 231 255 / 0.95);
}

.border-indigo-200{
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-indigo-200\/0{
  border-color: rgb(199 210 254 / 0);
}

.border-indigo-200\/10{
  border-color: rgb(199 210 254 / 0.1);
}

.border-indigo-200\/100{
  border-color: rgb(199 210 254 / 1);
}

.border-indigo-200\/20{
  border-color: rgb(199 210 254 / 0.2);
}

.border-indigo-200\/25{
  border-color: rgb(199 210 254 / 0.25);
}

.border-indigo-200\/30{
  border-color: rgb(199 210 254 / 0.3);
}

.border-indigo-200\/40{
  border-color: rgb(199 210 254 / 0.4);
}

.border-indigo-200\/5{
  border-color: rgb(199 210 254 / 0.05);
}

.border-indigo-200\/50{
  border-color: rgb(199 210 254 / 0.5);
}

.border-indigo-200\/60{
  border-color: rgb(199 210 254 / 0.6);
}

.border-indigo-200\/70{
  border-color: rgb(199 210 254 / 0.7);
}

.border-indigo-200\/75{
  border-color: rgb(199 210 254 / 0.75);
}

.border-indigo-200\/80{
  border-color: rgb(199 210 254 / 0.8);
}

.border-indigo-200\/90{
  border-color: rgb(199 210 254 / 0.9);
}

.border-indigo-200\/95{
  border-color: rgb(199 210 254 / 0.95);
}

.border-indigo-300{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-indigo-300\/0{
  border-color: rgb(165 180 252 / 0);
}

.border-indigo-300\/10{
  border-color: rgb(165 180 252 / 0.1);
}

.border-indigo-300\/100{
  border-color: rgb(165 180 252 / 1);
}

.border-indigo-300\/20{
  border-color: rgb(165 180 252 / 0.2);
}

.border-indigo-300\/25{
  border-color: rgb(165 180 252 / 0.25);
}

.border-indigo-300\/30{
  border-color: rgb(165 180 252 / 0.3);
}

.border-indigo-300\/40{
  border-color: rgb(165 180 252 / 0.4);
}

.border-indigo-300\/5{
  border-color: rgb(165 180 252 / 0.05);
}

.border-indigo-300\/50{
  border-color: rgb(165 180 252 / 0.5);
}

.border-indigo-300\/60{
  border-color: rgb(165 180 252 / 0.6);
}

.border-indigo-300\/70{
  border-color: rgb(165 180 252 / 0.7);
}

.border-indigo-300\/75{
  border-color: rgb(165 180 252 / 0.75);
}

.border-indigo-300\/80{
  border-color: rgb(165 180 252 / 0.8);
}

.border-indigo-300\/90{
  border-color: rgb(165 180 252 / 0.9);
}

.border-indigo-300\/95{
  border-color: rgb(165 180 252 / 0.95);
}

.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-indigo-400\/0{
  border-color: rgb(129 140 248 / 0);
}

.border-indigo-400\/10{
  border-color: rgb(129 140 248 / 0.1);
}

.border-indigo-400\/100{
  border-color: rgb(129 140 248 / 1);
}

.border-indigo-400\/20{
  border-color: rgb(129 140 248 / 0.2);
}

.border-indigo-400\/25{
  border-color: rgb(129 140 248 / 0.25);
}

.border-indigo-400\/30{
  border-color: rgb(129 140 248 / 0.3);
}

.border-indigo-400\/40{
  border-color: rgb(129 140 248 / 0.4);
}

.border-indigo-400\/5{
  border-color: rgb(129 140 248 / 0.05);
}

.border-indigo-400\/50{
  border-color: rgb(129 140 248 / 0.5);
}

.border-indigo-400\/60{
  border-color: rgb(129 140 248 / 0.6);
}

.border-indigo-400\/70{
  border-color: rgb(129 140 248 / 0.7);
}

.border-indigo-400\/75{
  border-color: rgb(129 140 248 / 0.75);
}

.border-indigo-400\/80{
  border-color: rgb(129 140 248 / 0.8);
}

.border-indigo-400\/90{
  border-color: rgb(129 140 248 / 0.9);
}

.border-indigo-400\/95{
  border-color: rgb(129 140 248 / 0.95);
}

.border-indigo-50{
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-indigo-50\/0{
  border-color: rgb(238 242 255 / 0);
}

.border-indigo-50\/10{
  border-color: rgb(238 242 255 / 0.1);
}

.border-indigo-50\/100{
  border-color: rgb(238 242 255 / 1);
}

.border-indigo-50\/20{
  border-color: rgb(238 242 255 / 0.2);
}

.border-indigo-50\/25{
  border-color: rgb(238 242 255 / 0.25);
}

.border-indigo-50\/30{
  border-color: rgb(238 242 255 / 0.3);
}

.border-indigo-50\/40{
  border-color: rgb(238 242 255 / 0.4);
}

.border-indigo-50\/5{
  border-color: rgb(238 242 255 / 0.05);
}

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

.border-indigo-50\/60{
  border-color: rgb(238 242 255 / 0.6);
}

.border-indigo-50\/70{
  border-color: rgb(238 242 255 / 0.7);
}

.border-indigo-50\/75{
  border-color: rgb(238 242 255 / 0.75);
}

.border-indigo-50\/80{
  border-color: rgb(238 242 255 / 0.8);
}

.border-indigo-50\/90{
  border-color: rgb(238 242 255 / 0.9);
}

.border-indigo-50\/95{
  border-color: rgb(238 242 255 / 0.95);
}

.border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-indigo-500\/0{
  border-color: rgb(99 102 241 / 0);
}

.border-indigo-500\/10{
  border-color: rgb(99 102 241 / 0.1);
}

.border-indigo-500\/100{
  border-color: rgb(99 102 241 / 1);
}

.border-indigo-500\/20{
  border-color: rgb(99 102 241 / 0.2);
}

.border-indigo-500\/25{
  border-color: rgb(99 102 241 / 0.25);
}

.border-indigo-500\/30{
  border-color: rgb(99 102 241 / 0.3);
}

.border-indigo-500\/40{
  border-color: rgb(99 102 241 / 0.4);
}

.border-indigo-500\/5{
  border-color: rgb(99 102 241 / 0.05);
}

.border-indigo-500\/50{
  border-color: rgb(99 102 241 / 0.5);
}

.border-indigo-500\/60{
  border-color: rgb(99 102 241 / 0.6);
}

.border-indigo-500\/70{
  border-color: rgb(99 102 241 / 0.7);
}

.border-indigo-500\/75{
  border-color: rgb(99 102 241 / 0.75);
}

.border-indigo-500\/80{
  border-color: rgb(99 102 241 / 0.8);
}

.border-indigo-500\/90{
  border-color: rgb(99 102 241 / 0.9);
}

.border-indigo-500\/95{
  border-color: rgb(99 102 241 / 0.95);
}

.border-indigo-600{
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-indigo-600\/0{
  border-color: rgb(79 70 229 / 0);
}

.border-indigo-600\/10{
  border-color: rgb(79 70 229 / 0.1);
}

.border-indigo-600\/100{
  border-color: rgb(79 70 229 / 1);
}

.border-indigo-600\/20{
  border-color: rgb(79 70 229 / 0.2);
}

.border-indigo-600\/25{
  border-color: rgb(79 70 229 / 0.25);
}

.border-indigo-600\/30{
  border-color: rgb(79 70 229 / 0.3);
}

.border-indigo-600\/40{
  border-color: rgb(79 70 229 / 0.4);
}

.border-indigo-600\/5{
  border-color: rgb(79 70 229 / 0.05);
}

.border-indigo-600\/50{
  border-color: rgb(79 70 229 / 0.5);
}

.border-indigo-600\/60{
  border-color: rgb(79 70 229 / 0.6);
}

.border-indigo-600\/70{
  border-color: rgb(79 70 229 / 0.7);
}

.border-indigo-600\/75{
  border-color: rgb(79 70 229 / 0.75);
}

.border-indigo-600\/80{
  border-color: rgb(79 70 229 / 0.8);
}

.border-indigo-600\/90{
  border-color: rgb(79 70 229 / 0.9);
}

.border-indigo-600\/95{
  border-color: rgb(79 70 229 / 0.95);
}

.border-indigo-700{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-indigo-700\/0{
  border-color: rgb(67 56 202 / 0);
}

.border-indigo-700\/10{
  border-color: rgb(67 56 202 / 0.1);
}

.border-indigo-700\/100{
  border-color: rgb(67 56 202 / 1);
}

.border-indigo-700\/20{
  border-color: rgb(67 56 202 / 0.2);
}

.border-indigo-700\/25{
  border-color: rgb(67 56 202 / 0.25);
}

.border-indigo-700\/30{
  border-color: rgb(67 56 202 / 0.3);
}

.border-indigo-700\/40{
  border-color: rgb(67 56 202 / 0.4);
}

.border-indigo-700\/5{
  border-color: rgb(67 56 202 / 0.05);
}

.border-indigo-700\/50{
  border-color: rgb(67 56 202 / 0.5);
}

.border-indigo-700\/60{
  border-color: rgb(67 56 202 / 0.6);
}

.border-indigo-700\/70{
  border-color: rgb(67 56 202 / 0.7);
}

.border-indigo-700\/75{
  border-color: rgb(67 56 202 / 0.75);
}

.border-indigo-700\/80{
  border-color: rgb(67 56 202 / 0.8);
}

.border-indigo-700\/90{
  border-color: rgb(67 56 202 / 0.9);
}

.border-indigo-700\/95{
  border-color: rgb(67 56 202 / 0.95);
}

.border-indigo-800{
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-indigo-800\/0{
  border-color: rgb(55 48 163 / 0);
}

.border-indigo-800\/10{
  border-color: rgb(55 48 163 / 0.1);
}

.border-indigo-800\/100{
  border-color: rgb(55 48 163 / 1);
}

.border-indigo-800\/20{
  border-color: rgb(55 48 163 / 0.2);
}

.border-indigo-800\/25{
  border-color: rgb(55 48 163 / 0.25);
}

.border-indigo-800\/30{
  border-color: rgb(55 48 163 / 0.3);
}

.border-indigo-800\/40{
  border-color: rgb(55 48 163 / 0.4);
}

.border-indigo-800\/5{
  border-color: rgb(55 48 163 / 0.05);
}

.border-indigo-800\/50{
  border-color: rgb(55 48 163 / 0.5);
}

.border-indigo-800\/60{
  border-color: rgb(55 48 163 / 0.6);
}

.border-indigo-800\/70{
  border-color: rgb(55 48 163 / 0.7);
}

.border-indigo-800\/75{
  border-color: rgb(55 48 163 / 0.75);
}

.border-indigo-800\/80{
  border-color: rgb(55 48 163 / 0.8);
}

.border-indigo-800\/90{
  border-color: rgb(55 48 163 / 0.9);
}

.border-indigo-800\/95{
  border-color: rgb(55 48 163 / 0.95);
}

.border-indigo-900{
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-indigo-900\/0{
  border-color: rgb(49 46 129 / 0);
}

.border-indigo-900\/10{
  border-color: rgb(49 46 129 / 0.1);
}

.border-indigo-900\/100{
  border-color: rgb(49 46 129 / 1);
}

.border-indigo-900\/20{
  border-color: rgb(49 46 129 / 0.2);
}

.border-indigo-900\/25{
  border-color: rgb(49 46 129 / 0.25);
}

.border-indigo-900\/30{
  border-color: rgb(49 46 129 / 0.3);
}

.border-indigo-900\/40{
  border-color: rgb(49 46 129 / 0.4);
}

.border-indigo-900\/5{
  border-color: rgb(49 46 129 / 0.05);
}

.border-indigo-900\/50{
  border-color: rgb(49 46 129 / 0.5);
}

.border-indigo-900\/60{
  border-color: rgb(49 46 129 / 0.6);
}

.border-indigo-900\/70{
  border-color: rgb(49 46 129 / 0.7);
}

.border-indigo-900\/75{
  border-color: rgb(49 46 129 / 0.75);
}

.border-indigo-900\/80{
  border-color: rgb(49 46 129 / 0.8);
}

.border-indigo-900\/90{
  border-color: rgb(49 46 129 / 0.9);
}

.border-indigo-900\/95{
  border-color: rgb(49 46 129 / 0.95);
}

.border-light-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-lime-100{
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-lime-100\/0{
  border-color: rgb(236 252 203 / 0);
}

.border-lime-100\/10{
  border-color: rgb(236 252 203 / 0.1);
}

.border-lime-100\/100{
  border-color: rgb(236 252 203 / 1);
}

.border-lime-100\/20{
  border-color: rgb(236 252 203 / 0.2);
}

.border-lime-100\/25{
  border-color: rgb(236 252 203 / 0.25);
}

.border-lime-100\/30{
  border-color: rgb(236 252 203 / 0.3);
}

.border-lime-100\/40{
  border-color: rgb(236 252 203 / 0.4);
}

.border-lime-100\/5{
  border-color: rgb(236 252 203 / 0.05);
}

.border-lime-100\/50{
  border-color: rgb(236 252 203 / 0.5);
}

.border-lime-100\/60{
  border-color: rgb(236 252 203 / 0.6);
}

.border-lime-100\/70{
  border-color: rgb(236 252 203 / 0.7);
}

.border-lime-100\/75{
  border-color: rgb(236 252 203 / 0.75);
}

.border-lime-100\/80{
  border-color: rgb(236 252 203 / 0.8);
}

.border-lime-100\/90{
  border-color: rgb(236 252 203 / 0.9);
}

.border-lime-100\/95{
  border-color: rgb(236 252 203 / 0.95);
}

.border-lime-200{
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.border-lime-200\/0{
  border-color: rgb(217 249 157 / 0);
}

.border-lime-200\/10{
  border-color: rgb(217 249 157 / 0.1);
}

.border-lime-200\/100{
  border-color: rgb(217 249 157 / 1);
}

.border-lime-200\/20{
  border-color: rgb(217 249 157 / 0.2);
}

.border-lime-200\/25{
  border-color: rgb(217 249 157 / 0.25);
}

.border-lime-200\/30{
  border-color: rgb(217 249 157 / 0.3);
}

.border-lime-200\/40{
  border-color: rgb(217 249 157 / 0.4);
}

.border-lime-200\/5{
  border-color: rgb(217 249 157 / 0.05);
}

.border-lime-200\/50{
  border-color: rgb(217 249 157 / 0.5);
}

.border-lime-200\/60{
  border-color: rgb(217 249 157 / 0.6);
}

.border-lime-200\/70{
  border-color: rgb(217 249 157 / 0.7);
}

.border-lime-200\/75{
  border-color: rgb(217 249 157 / 0.75);
}

.border-lime-200\/80{
  border-color: rgb(217 249 157 / 0.8);
}

.border-lime-200\/90{
  border-color: rgb(217 249 157 / 0.9);
}

.border-lime-200\/95{
  border-color: rgb(217 249 157 / 0.95);
}

.border-lime-300{
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-lime-300\/0{
  border-color: rgb(190 242 100 / 0);
}

.border-lime-300\/10{
  border-color: rgb(190 242 100 / 0.1);
}

.border-lime-300\/100{
  border-color: rgb(190 242 100 / 1);
}

.border-lime-300\/20{
  border-color: rgb(190 242 100 / 0.2);
}

.border-lime-300\/25{
  border-color: rgb(190 242 100 / 0.25);
}

.border-lime-300\/30{
  border-color: rgb(190 242 100 / 0.3);
}

.border-lime-300\/40{
  border-color: rgb(190 242 100 / 0.4);
}

.border-lime-300\/5{
  border-color: rgb(190 242 100 / 0.05);
}

.border-lime-300\/50{
  border-color: rgb(190 242 100 / 0.5);
}

.border-lime-300\/60{
  border-color: rgb(190 242 100 / 0.6);
}

.border-lime-300\/70{
  border-color: rgb(190 242 100 / 0.7);
}

.border-lime-300\/75{
  border-color: rgb(190 242 100 / 0.75);
}

.border-lime-300\/80{
  border-color: rgb(190 242 100 / 0.8);
}

.border-lime-300\/90{
  border-color: rgb(190 242 100 / 0.9);
}

.border-lime-300\/95{
  border-color: rgb(190 242 100 / 0.95);
}

.border-lime-400{
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.border-lime-400\/0{
  border-color: rgb(163 230 53 / 0);
}

.border-lime-400\/10{
  border-color: rgb(163 230 53 / 0.1);
}

.border-lime-400\/100{
  border-color: rgb(163 230 53 / 1);
}

.border-lime-400\/20{
  border-color: rgb(163 230 53 / 0.2);
}

.border-lime-400\/25{
  border-color: rgb(163 230 53 / 0.25);
}

.border-lime-400\/30{
  border-color: rgb(163 230 53 / 0.3);
}

.border-lime-400\/40{
  border-color: rgb(163 230 53 / 0.4);
}

.border-lime-400\/5{
  border-color: rgb(163 230 53 / 0.05);
}

.border-lime-400\/50{
  border-color: rgb(163 230 53 / 0.5);
}

.border-lime-400\/60{
  border-color: rgb(163 230 53 / 0.6);
}

.border-lime-400\/70{
  border-color: rgb(163 230 53 / 0.7);
}

.border-lime-400\/75{
  border-color: rgb(163 230 53 / 0.75);
}

.border-lime-400\/80{
  border-color: rgb(163 230 53 / 0.8);
}

.border-lime-400\/90{
  border-color: rgb(163 230 53 / 0.9);
}

.border-lime-400\/95{
  border-color: rgb(163 230 53 / 0.95);
}

.border-lime-50{
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.border-lime-50\/0{
  border-color: rgb(247 254 231 / 0);
}

.border-lime-50\/10{
  border-color: rgb(247 254 231 / 0.1);
}

.border-lime-50\/100{
  border-color: rgb(247 254 231 / 1);
}

.border-lime-50\/20{
  border-color: rgb(247 254 231 / 0.2);
}

.border-lime-50\/25{
  border-color: rgb(247 254 231 / 0.25);
}

.border-lime-50\/30{
  border-color: rgb(247 254 231 / 0.3);
}

.border-lime-50\/40{
  border-color: rgb(247 254 231 / 0.4);
}

.border-lime-50\/5{
  border-color: rgb(247 254 231 / 0.05);
}

.border-lime-50\/50{
  border-color: rgb(247 254 231 / 0.5);
}

.border-lime-50\/60{
  border-color: rgb(247 254 231 / 0.6);
}

.border-lime-50\/70{
  border-color: rgb(247 254 231 / 0.7);
}

.border-lime-50\/75{
  border-color: rgb(247 254 231 / 0.75);
}

.border-lime-50\/80{
  border-color: rgb(247 254 231 / 0.8);
}

.border-lime-50\/90{
  border-color: rgb(247 254 231 / 0.9);
}

.border-lime-50\/95{
  border-color: rgb(247 254 231 / 0.95);
}

.border-lime-500{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.border-lime-500\/0{
  border-color: rgb(132 204 22 / 0);
}

.border-lime-500\/10{
  border-color: rgb(132 204 22 / 0.1);
}

.border-lime-500\/100{
  border-color: rgb(132 204 22 / 1);
}

.border-lime-500\/20{
  border-color: rgb(132 204 22 / 0.2);
}

.border-lime-500\/25{
  border-color: rgb(132 204 22 / 0.25);
}

.border-lime-500\/30{
  border-color: rgb(132 204 22 / 0.3);
}

.border-lime-500\/40{
  border-color: rgb(132 204 22 / 0.4);
}

.border-lime-500\/5{
  border-color: rgb(132 204 22 / 0.05);
}

.border-lime-500\/50{
  border-color: rgb(132 204 22 / 0.5);
}

.border-lime-500\/60{
  border-color: rgb(132 204 22 / 0.6);
}

.border-lime-500\/70{
  border-color: rgb(132 204 22 / 0.7);
}

.border-lime-500\/75{
  border-color: rgb(132 204 22 / 0.75);
}

.border-lime-500\/80{
  border-color: rgb(132 204 22 / 0.8);
}

.border-lime-500\/90{
  border-color: rgb(132 204 22 / 0.9);
}

.border-lime-500\/95{
  border-color: rgb(132 204 22 / 0.95);
}

.border-lime-600{
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.border-lime-600\/0{
  border-color: rgb(101 163 13 / 0);
}

.border-lime-600\/10{
  border-color: rgb(101 163 13 / 0.1);
}

.border-lime-600\/100{
  border-color: rgb(101 163 13 / 1);
}

.border-lime-600\/20{
  border-color: rgb(101 163 13 / 0.2);
}

.border-lime-600\/25{
  border-color: rgb(101 163 13 / 0.25);
}

.border-lime-600\/30{
  border-color: rgb(101 163 13 / 0.3);
}

.border-lime-600\/40{
  border-color: rgb(101 163 13 / 0.4);
}

.border-lime-600\/5{
  border-color: rgb(101 163 13 / 0.05);
}

.border-lime-600\/50{
  border-color: rgb(101 163 13 / 0.5);
}

.border-lime-600\/60{
  border-color: rgb(101 163 13 / 0.6);
}

.border-lime-600\/70{
  border-color: rgb(101 163 13 / 0.7);
}

.border-lime-600\/75{
  border-color: rgb(101 163 13 / 0.75);
}

.border-lime-600\/80{
  border-color: rgb(101 163 13 / 0.8);
}

.border-lime-600\/90{
  border-color: rgb(101 163 13 / 0.9);
}

.border-lime-600\/95{
  border-color: rgb(101 163 13 / 0.95);
}

.border-lime-700{
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.border-lime-700\/0{
  border-color: rgb(77 124 15 / 0);
}

.border-lime-700\/10{
  border-color: rgb(77 124 15 / 0.1);
}

.border-lime-700\/100{
  border-color: rgb(77 124 15 / 1);
}

.border-lime-700\/20{
  border-color: rgb(77 124 15 / 0.2);
}

.border-lime-700\/25{
  border-color: rgb(77 124 15 / 0.25);
}

.border-lime-700\/30{
  border-color: rgb(77 124 15 / 0.3);
}

.border-lime-700\/40{
  border-color: rgb(77 124 15 / 0.4);
}

.border-lime-700\/5{
  border-color: rgb(77 124 15 / 0.05);
}

.border-lime-700\/50{
  border-color: rgb(77 124 15 / 0.5);
}

.border-lime-700\/60{
  border-color: rgb(77 124 15 / 0.6);
}

.border-lime-700\/70{
  border-color: rgb(77 124 15 / 0.7);
}

.border-lime-700\/75{
  border-color: rgb(77 124 15 / 0.75);
}

.border-lime-700\/80{
  border-color: rgb(77 124 15 / 0.8);
}

.border-lime-700\/90{
  border-color: rgb(77 124 15 / 0.9);
}

.border-lime-700\/95{
  border-color: rgb(77 124 15 / 0.95);
}

.border-lime-800{
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.border-lime-800\/0{
  border-color: rgb(63 98 18 / 0);
}

.border-lime-800\/10{
  border-color: rgb(63 98 18 / 0.1);
}

.border-lime-800\/100{
  border-color: rgb(63 98 18 / 1);
}

.border-lime-800\/20{
  border-color: rgb(63 98 18 / 0.2);
}

.border-lime-800\/25{
  border-color: rgb(63 98 18 / 0.25);
}

.border-lime-800\/30{
  border-color: rgb(63 98 18 / 0.3);
}

.border-lime-800\/40{
  border-color: rgb(63 98 18 / 0.4);
}

.border-lime-800\/5{
  border-color: rgb(63 98 18 / 0.05);
}

.border-lime-800\/50{
  border-color: rgb(63 98 18 / 0.5);
}

.border-lime-800\/60{
  border-color: rgb(63 98 18 / 0.6);
}

.border-lime-800\/70{
  border-color: rgb(63 98 18 / 0.7);
}

.border-lime-800\/75{
  border-color: rgb(63 98 18 / 0.75);
}

.border-lime-800\/80{
  border-color: rgb(63 98 18 / 0.8);
}

.border-lime-800\/90{
  border-color: rgb(63 98 18 / 0.9);
}

.border-lime-800\/95{
  border-color: rgb(63 98 18 / 0.95);
}

.border-lime-900{
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.border-lime-900\/0{
  border-color: rgb(54 83 20 / 0);
}

.border-lime-900\/10{
  border-color: rgb(54 83 20 / 0.1);
}

.border-lime-900\/100{
  border-color: rgb(54 83 20 / 1);
}

.border-lime-900\/20{
  border-color: rgb(54 83 20 / 0.2);
}

.border-lime-900\/25{
  border-color: rgb(54 83 20 / 0.25);
}

.border-lime-900\/30{
  border-color: rgb(54 83 20 / 0.3);
}

.border-lime-900\/40{
  border-color: rgb(54 83 20 / 0.4);
}

.border-lime-900\/5{
  border-color: rgb(54 83 20 / 0.05);
}

.border-lime-900\/50{
  border-color: rgb(54 83 20 / 0.5);
}

.border-lime-900\/60{
  border-color: rgb(54 83 20 / 0.6);
}

.border-lime-900\/70{
  border-color: rgb(54 83 20 / 0.7);
}

.border-lime-900\/75{
  border-color: rgb(54 83 20 / 0.75);
}

.border-lime-900\/80{
  border-color: rgb(54 83 20 / 0.8);
}

.border-lime-900\/90{
  border-color: rgb(54 83 20 / 0.9);
}

.border-lime-900\/95{
  border-color: rgb(54 83 20 / 0.95);
}

.border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-orange-100{
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-orange-100\/0{
  border-color: rgb(255 237 213 / 0);
}

.border-orange-100\/10{
  border-color: rgb(255 237 213 / 0.1);
}

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

.border-orange-100\/20{
  border-color: rgb(255 237 213 / 0.2);
}

.border-orange-100\/25{
  border-color: rgb(255 237 213 / 0.25);
}

.border-orange-100\/30{
  border-color: rgb(255 237 213 / 0.3);
}

.border-orange-100\/40{
  border-color: rgb(255 237 213 / 0.4);
}

.border-orange-100\/5{
  border-color: rgb(255 237 213 / 0.05);
}

.border-orange-100\/50{
  border-color: rgb(255 237 213 / 0.5);
}

.border-orange-100\/60{
  border-color: rgb(255 237 213 / 0.6);
}

.border-orange-100\/70{
  border-color: rgb(255 237 213 / 0.7);
}

.border-orange-100\/75{
  border-color: rgb(255 237 213 / 0.75);
}

.border-orange-100\/80{
  border-color: rgb(255 237 213 / 0.8);
}

.border-orange-100\/90{
  border-color: rgb(255 237 213 / 0.9);
}

.border-orange-100\/95{
  border-color: rgb(255 237 213 / 0.95);
}

.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-orange-200\/0{
  border-color: rgb(254 215 170 / 0);
}

.border-orange-200\/10{
  border-color: rgb(254 215 170 / 0.1);
}

.border-orange-200\/100{
  border-color: rgb(254 215 170 / 1);
}

.border-orange-200\/20{
  border-color: rgb(254 215 170 / 0.2);
}

.border-orange-200\/25{
  border-color: rgb(254 215 170 / 0.25);
}

.border-orange-200\/30{
  border-color: rgb(254 215 170 / 0.3);
}

.border-orange-200\/40{
  border-color: rgb(254 215 170 / 0.4);
}

.border-orange-200\/5{
  border-color: rgb(254 215 170 / 0.05);
}

.border-orange-200\/50{
  border-color: rgb(254 215 170 / 0.5);
}

.border-orange-200\/60{
  border-color: rgb(254 215 170 / 0.6);
}

.border-orange-200\/70{
  border-color: rgb(254 215 170 / 0.7);
}

.border-orange-200\/75{
  border-color: rgb(254 215 170 / 0.75);
}

.border-orange-200\/80{
  border-color: rgb(254 215 170 / 0.8);
}

.border-orange-200\/90{
  border-color: rgb(254 215 170 / 0.9);
}

.border-orange-200\/95{
  border-color: rgb(254 215 170 / 0.95);
}

.border-orange-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-orange-300\/0{
  border-color: rgb(253 186 116 / 0);
}

.border-orange-300\/10{
  border-color: rgb(253 186 116 / 0.1);
}

.border-orange-300\/100{
  border-color: rgb(253 186 116 / 1);
}

.border-orange-300\/20{
  border-color: rgb(253 186 116 / 0.2);
}

.border-orange-300\/25{
  border-color: rgb(253 186 116 / 0.25);
}

.border-orange-300\/30{
  border-color: rgb(253 186 116 / 0.3);
}

.border-orange-300\/40{
  border-color: rgb(253 186 116 / 0.4);
}

.border-orange-300\/5{
  border-color: rgb(253 186 116 / 0.05);
}

.border-orange-300\/50{
  border-color: rgb(253 186 116 / 0.5);
}

.border-orange-300\/60{
  border-color: rgb(253 186 116 / 0.6);
}

.border-orange-300\/70{
  border-color: rgb(253 186 116 / 0.7);
}

.border-orange-300\/75{
  border-color: rgb(253 186 116 / 0.75);
}

.border-orange-300\/80{
  border-color: rgb(253 186 116 / 0.8);
}

.border-orange-300\/90{
  border-color: rgb(253 186 116 / 0.9);
}

.border-orange-300\/95{
  border-color: rgb(253 186 116 / 0.95);
}

.border-orange-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-orange-400\/0{
  border-color: rgb(251 146 60 / 0);
}

.border-orange-400\/10{
  border-color: rgb(251 146 60 / 0.1);
}

.border-orange-400\/100{
  border-color: rgb(251 146 60 / 1);
}

.border-orange-400\/20{
  border-color: rgb(251 146 60 / 0.2);
}

.border-orange-400\/25{
  border-color: rgb(251 146 60 / 0.25);
}

.border-orange-400\/30{
  border-color: rgb(251 146 60 / 0.3);
}

.border-orange-400\/40{
  border-color: rgb(251 146 60 / 0.4);
}

.border-orange-400\/5{
  border-color: rgb(251 146 60 / 0.05);
}

.border-orange-400\/50{
  border-color: rgb(251 146 60 / 0.5);
}

.border-orange-400\/60{
  border-color: rgb(251 146 60 / 0.6);
}

.border-orange-400\/70{
  border-color: rgb(251 146 60 / 0.7);
}

.border-orange-400\/75{
  border-color: rgb(251 146 60 / 0.75);
}

.border-orange-400\/80{
  border-color: rgb(251 146 60 / 0.8);
}

.border-orange-400\/90{
  border-color: rgb(251 146 60 / 0.9);
}

.border-orange-400\/95{
  border-color: rgb(251 146 60 / 0.95);
}

.border-orange-50{
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.border-orange-50\/0{
  border-color: rgb(255 247 237 / 0);
}

.border-orange-50\/10{
  border-color: rgb(255 247 237 / 0.1);
}

.border-orange-50\/100{
  border-color: rgb(255 247 237 / 1);
}

.border-orange-50\/20{
  border-color: rgb(255 247 237 / 0.2);
}

.border-orange-50\/25{
  border-color: rgb(255 247 237 / 0.25);
}

.border-orange-50\/30{
  border-color: rgb(255 247 237 / 0.3);
}

.border-orange-50\/40{
  border-color: rgb(255 247 237 / 0.4);
}

.border-orange-50\/5{
  border-color: rgb(255 247 237 / 0.05);
}

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

.border-orange-50\/60{
  border-color: rgb(255 247 237 / 0.6);
}

.border-orange-50\/70{
  border-color: rgb(255 247 237 / 0.7);
}

.border-orange-50\/75{
  border-color: rgb(255 247 237 / 0.75);
}

.border-orange-50\/80{
  border-color: rgb(255 247 237 / 0.8);
}

.border-orange-50\/90{
  border-color: rgb(255 247 237 / 0.9);
}

.border-orange-50\/95{
  border-color: rgb(255 247 237 / 0.95);
}

.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-orange-500\/0{
  border-color: rgb(249 115 22 / 0);
}

.border-orange-500\/10{
  border-color: rgb(249 115 22 / 0.1);
}

.border-orange-500\/100{
  border-color: rgb(249 115 22 / 1);
}

.border-orange-500\/20{
  border-color: rgb(249 115 22 / 0.2);
}

.border-orange-500\/25{
  border-color: rgb(249 115 22 / 0.25);
}

.border-orange-500\/30{
  border-color: rgb(249 115 22 / 0.3);
}

.border-orange-500\/40{
  border-color: rgb(249 115 22 / 0.4);
}

.border-orange-500\/5{
  border-color: rgb(249 115 22 / 0.05);
}

.border-orange-500\/50{
  border-color: rgb(249 115 22 / 0.5);
}

.border-orange-500\/60{
  border-color: rgb(249 115 22 / 0.6);
}

.border-orange-500\/70{
  border-color: rgb(249 115 22 / 0.7);
}

.border-orange-500\/75{
  border-color: rgb(249 115 22 / 0.75);
}

.border-orange-500\/80{
  border-color: rgb(249 115 22 / 0.8);
}

.border-orange-500\/90{
  border-color: rgb(249 115 22 / 0.9);
}

.border-orange-500\/95{
  border-color: rgb(249 115 22 / 0.95);
}

.border-orange-600{
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-orange-600\/0{
  border-color: rgb(234 88 12 / 0);
}

.border-orange-600\/10{
  border-color: rgb(234 88 12 / 0.1);
}

.border-orange-600\/100{
  border-color: rgb(234 88 12 / 1);
}

.border-orange-600\/20{
  border-color: rgb(234 88 12 / 0.2);
}

.border-orange-600\/25{
  border-color: rgb(234 88 12 / 0.25);
}

.border-orange-600\/30{
  border-color: rgb(234 88 12 / 0.3);
}

.border-orange-600\/40{
  border-color: rgb(234 88 12 / 0.4);
}

.border-orange-600\/5{
  border-color: rgb(234 88 12 / 0.05);
}

.border-orange-600\/50{
  border-color: rgb(234 88 12 / 0.5);
}

.border-orange-600\/60{
  border-color: rgb(234 88 12 / 0.6);
}

.border-orange-600\/70{
  border-color: rgb(234 88 12 / 0.7);
}

.border-orange-600\/75{
  border-color: rgb(234 88 12 / 0.75);
}

.border-orange-600\/80{
  border-color: rgb(234 88 12 / 0.8);
}

.border-orange-600\/90{
  border-color: rgb(234 88 12 / 0.9);
}

.border-orange-600\/95{
  border-color: rgb(234 88 12 / 0.95);
}

.border-orange-700{
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-orange-700\/0{
  border-color: rgb(194 65 12 / 0);
}

.border-orange-700\/10{
  border-color: rgb(194 65 12 / 0.1);
}

.border-orange-700\/100{
  border-color: rgb(194 65 12 / 1);
}

.border-orange-700\/20{
  border-color: rgb(194 65 12 / 0.2);
}

.border-orange-700\/25{
  border-color: rgb(194 65 12 / 0.25);
}

.border-orange-700\/30{
  border-color: rgb(194 65 12 / 0.3);
}

.border-orange-700\/40{
  border-color: rgb(194 65 12 / 0.4);
}

.border-orange-700\/5{
  border-color: rgb(194 65 12 / 0.05);
}

.border-orange-700\/50{
  border-color: rgb(194 65 12 / 0.5);
}

.border-orange-700\/60{
  border-color: rgb(194 65 12 / 0.6);
}

.border-orange-700\/70{
  border-color: rgb(194 65 12 / 0.7);
}

.border-orange-700\/75{
  border-color: rgb(194 65 12 / 0.75);
}

.border-orange-700\/80{
  border-color: rgb(194 65 12 / 0.8);
}

.border-orange-700\/90{
  border-color: rgb(194 65 12 / 0.9);
}

.border-orange-700\/95{
  border-color: rgb(194 65 12 / 0.95);
}

.border-orange-800{
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.border-orange-800\/0{
  border-color: rgb(154 52 18 / 0);
}

.border-orange-800\/10{
  border-color: rgb(154 52 18 / 0.1);
}

.border-orange-800\/100{
  border-color: rgb(154 52 18 / 1);
}

.border-orange-800\/20{
  border-color: rgb(154 52 18 / 0.2);
}

.border-orange-800\/25{
  border-color: rgb(154 52 18 / 0.25);
}

.border-orange-800\/30{
  border-color: rgb(154 52 18 / 0.3);
}

.border-orange-800\/40{
  border-color: rgb(154 52 18 / 0.4);
}

.border-orange-800\/5{
  border-color: rgb(154 52 18 / 0.05);
}

.border-orange-800\/50{
  border-color: rgb(154 52 18 / 0.5);
}

.border-orange-800\/60{
  border-color: rgb(154 52 18 / 0.6);
}

.border-orange-800\/70{
  border-color: rgb(154 52 18 / 0.7);
}

.border-orange-800\/75{
  border-color: rgb(154 52 18 / 0.75);
}

.border-orange-800\/80{
  border-color: rgb(154 52 18 / 0.8);
}

.border-orange-800\/90{
  border-color: rgb(154 52 18 / 0.9);
}

.border-orange-800\/95{
  border-color: rgb(154 52 18 / 0.95);
}

.border-orange-900{
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.border-orange-900\/0{
  border-color: rgb(124 45 18 / 0);
}

.border-orange-900\/10{
  border-color: rgb(124 45 18 / 0.1);
}

.border-orange-900\/100{
  border-color: rgb(124 45 18 / 1);
}

.border-orange-900\/20{
  border-color: rgb(124 45 18 / 0.2);
}

.border-orange-900\/25{
  border-color: rgb(124 45 18 / 0.25);
}

.border-orange-900\/30{
  border-color: rgb(124 45 18 / 0.3);
}

.border-orange-900\/40{
  border-color: rgb(124 45 18 / 0.4);
}

.border-orange-900\/5{
  border-color: rgb(124 45 18 / 0.05);
}

.border-orange-900\/50{
  border-color: rgb(124 45 18 / 0.5);
}

.border-orange-900\/60{
  border-color: rgb(124 45 18 / 0.6);
}

.border-orange-900\/70{
  border-color: rgb(124 45 18 / 0.7);
}

.border-orange-900\/75{
  border-color: rgb(124 45 18 / 0.75);
}

.border-orange-900\/80{
  border-color: rgb(124 45 18 / 0.8);
}

.border-orange-900\/90{
  border-color: rgb(124 45 18 / 0.9);
}

.border-orange-900\/95{
  border-color: rgb(124 45 18 / 0.95);
}

.border-pink-100{
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.border-pink-100\/0{
  border-color: rgb(252 231 243 / 0);
}

.border-pink-100\/10{
  border-color: rgb(252 231 243 / 0.1);
}

.border-pink-100\/100{
  border-color: rgb(252 231 243 / 1);
}

.border-pink-100\/20{
  border-color: rgb(252 231 243 / 0.2);
}

.border-pink-100\/25{
  border-color: rgb(252 231 243 / 0.25);
}

.border-pink-100\/30{
  border-color: rgb(252 231 243 / 0.3);
}

.border-pink-100\/40{
  border-color: rgb(252 231 243 / 0.4);
}

.border-pink-100\/5{
  border-color: rgb(252 231 243 / 0.05);
}

.border-pink-100\/50{
  border-color: rgb(252 231 243 / 0.5);
}

.border-pink-100\/60{
  border-color: rgb(252 231 243 / 0.6);
}

.border-pink-100\/70{
  border-color: rgb(252 231 243 / 0.7);
}

.border-pink-100\/75{
  border-color: rgb(252 231 243 / 0.75);
}

.border-pink-100\/80{
  border-color: rgb(252 231 243 / 0.8);
}

.border-pink-100\/90{
  border-color: rgb(252 231 243 / 0.9);
}

.border-pink-100\/95{
  border-color: rgb(252 231 243 / 0.95);
}

.border-pink-200{
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.border-pink-200\/0{
  border-color: rgb(251 207 232 / 0);
}

.border-pink-200\/10{
  border-color: rgb(251 207 232 / 0.1);
}

.border-pink-200\/100{
  border-color: rgb(251 207 232 / 1);
}

.border-pink-200\/20{
  border-color: rgb(251 207 232 / 0.2);
}

.border-pink-200\/25{
  border-color: rgb(251 207 232 / 0.25);
}

.border-pink-200\/30{
  border-color: rgb(251 207 232 / 0.3);
}

.border-pink-200\/40{
  border-color: rgb(251 207 232 / 0.4);
}

.border-pink-200\/5{
  border-color: rgb(251 207 232 / 0.05);
}

.border-pink-200\/50{
  border-color: rgb(251 207 232 / 0.5);
}

.border-pink-200\/60{
  border-color: rgb(251 207 232 / 0.6);
}

.border-pink-200\/70{
  border-color: rgb(251 207 232 / 0.7);
}

.border-pink-200\/75{
  border-color: rgb(251 207 232 / 0.75);
}

.border-pink-200\/80{
  border-color: rgb(251 207 232 / 0.8);
}

.border-pink-200\/90{
  border-color: rgb(251 207 232 / 0.9);
}

.border-pink-200\/95{
  border-color: rgb(251 207 232 / 0.95);
}

.border-pink-300{
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.border-pink-300\/0{
  border-color: rgb(249 168 212 / 0);
}

.border-pink-300\/10{
  border-color: rgb(249 168 212 / 0.1);
}

.border-pink-300\/100{
  border-color: rgb(249 168 212 / 1);
}

.border-pink-300\/20{
  border-color: rgb(249 168 212 / 0.2);
}

.border-pink-300\/25{
  border-color: rgb(249 168 212 / 0.25);
}

.border-pink-300\/30{
  border-color: rgb(249 168 212 / 0.3);
}

.border-pink-300\/40{
  border-color: rgb(249 168 212 / 0.4);
}

.border-pink-300\/5{
  border-color: rgb(249 168 212 / 0.05);
}

.border-pink-300\/50{
  border-color: rgb(249 168 212 / 0.5);
}

.border-pink-300\/60{
  border-color: rgb(249 168 212 / 0.6);
}

.border-pink-300\/70{
  border-color: rgb(249 168 212 / 0.7);
}

.border-pink-300\/75{
  border-color: rgb(249 168 212 / 0.75);
}

.border-pink-300\/80{
  border-color: rgb(249 168 212 / 0.8);
}

.border-pink-300\/90{
  border-color: rgb(249 168 212 / 0.9);
}

.border-pink-300\/95{
  border-color: rgb(249 168 212 / 0.95);
}

.border-pink-400{
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.border-pink-400\/0{
  border-color: rgb(244 114 182 / 0);
}

.border-pink-400\/10{
  border-color: rgb(244 114 182 / 0.1);
}

.border-pink-400\/100{
  border-color: rgb(244 114 182 / 1);
}

.border-pink-400\/20{
  border-color: rgb(244 114 182 / 0.2);
}

.border-pink-400\/25{
  border-color: rgb(244 114 182 / 0.25);
}

.border-pink-400\/30{
  border-color: rgb(244 114 182 / 0.3);
}

.border-pink-400\/40{
  border-color: rgb(244 114 182 / 0.4);
}

.border-pink-400\/5{
  border-color: rgb(244 114 182 / 0.05);
}

.border-pink-400\/50{
  border-color: rgb(244 114 182 / 0.5);
}

.border-pink-400\/60{
  border-color: rgb(244 114 182 / 0.6);
}

.border-pink-400\/70{
  border-color: rgb(244 114 182 / 0.7);
}

.border-pink-400\/75{
  border-color: rgb(244 114 182 / 0.75);
}

.border-pink-400\/80{
  border-color: rgb(244 114 182 / 0.8);
}

.border-pink-400\/90{
  border-color: rgb(244 114 182 / 0.9);
}

.border-pink-400\/95{
  border-color: rgb(244 114 182 / 0.95);
}

.border-pink-50{
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.border-pink-50\/0{
  border-color: rgb(253 242 248 / 0);
}

.border-pink-50\/10{
  border-color: rgb(253 242 248 / 0.1);
}

.border-pink-50\/100{
  border-color: rgb(253 242 248 / 1);
}

.border-pink-50\/20{
  border-color: rgb(253 242 248 / 0.2);
}

.border-pink-50\/25{
  border-color: rgb(253 242 248 / 0.25);
}

.border-pink-50\/30{
  border-color: rgb(253 242 248 / 0.3);
}

.border-pink-50\/40{
  border-color: rgb(253 242 248 / 0.4);
}

.border-pink-50\/5{
  border-color: rgb(253 242 248 / 0.05);
}

.border-pink-50\/50{
  border-color: rgb(253 242 248 / 0.5);
}

.border-pink-50\/60{
  border-color: rgb(253 242 248 / 0.6);
}

.border-pink-50\/70{
  border-color: rgb(253 242 248 / 0.7);
}

.border-pink-50\/75{
  border-color: rgb(253 242 248 / 0.75);
}

.border-pink-50\/80{
  border-color: rgb(253 242 248 / 0.8);
}

.border-pink-50\/90{
  border-color: rgb(253 242 248 / 0.9);
}

.border-pink-50\/95{
  border-color: rgb(253 242 248 / 0.95);
}

.border-pink-500{
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-pink-500\/0{
  border-color: rgb(236 72 153 / 0);
}

.border-pink-500\/10{
  border-color: rgb(236 72 153 / 0.1);
}

.border-pink-500\/100{
  border-color: rgb(236 72 153 / 1);
}

.border-pink-500\/20{
  border-color: rgb(236 72 153 / 0.2);
}

.border-pink-500\/25{
  border-color: rgb(236 72 153 / 0.25);
}

.border-pink-500\/30{
  border-color: rgb(236 72 153 / 0.3);
}

.border-pink-500\/40{
  border-color: rgb(236 72 153 / 0.4);
}

.border-pink-500\/5{
  border-color: rgb(236 72 153 / 0.05);
}

.border-pink-500\/50{
  border-color: rgb(236 72 153 / 0.5);
}

.border-pink-500\/60{
  border-color: rgb(236 72 153 / 0.6);
}

.border-pink-500\/70{
  border-color: rgb(236 72 153 / 0.7);
}

.border-pink-500\/75{
  border-color: rgb(236 72 153 / 0.75);
}

.border-pink-500\/80{
  border-color: rgb(236 72 153 / 0.8);
}

.border-pink-500\/90{
  border-color: rgb(236 72 153 / 0.9);
}

.border-pink-500\/95{
  border-color: rgb(236 72 153 / 0.95);
}

.border-pink-600{
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.border-pink-600\/0{
  border-color: rgb(219 39 119 / 0);
}

.border-pink-600\/10{
  border-color: rgb(219 39 119 / 0.1);
}

.border-pink-600\/100{
  border-color: rgb(219 39 119 / 1);
}

.border-pink-600\/20{
  border-color: rgb(219 39 119 / 0.2);
}

.border-pink-600\/25{
  border-color: rgb(219 39 119 / 0.25);
}

.border-pink-600\/30{
  border-color: rgb(219 39 119 / 0.3);
}

.border-pink-600\/40{
  border-color: rgb(219 39 119 / 0.4);
}

.border-pink-600\/5{
  border-color: rgb(219 39 119 / 0.05);
}

.border-pink-600\/50{
  border-color: rgb(219 39 119 / 0.5);
}

.border-pink-600\/60{
  border-color: rgb(219 39 119 / 0.6);
}

.border-pink-600\/70{
  border-color: rgb(219 39 119 / 0.7);
}

.border-pink-600\/75{
  border-color: rgb(219 39 119 / 0.75);
}

.border-pink-600\/80{
  border-color: rgb(219 39 119 / 0.8);
}

.border-pink-600\/90{
  border-color: rgb(219 39 119 / 0.9);
}

.border-pink-600\/95{
  border-color: rgb(219 39 119 / 0.95);
}

.border-pink-700{
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.border-pink-700\/0{
  border-color: rgb(190 24 93 / 0);
}

.border-pink-700\/10{
  border-color: rgb(190 24 93 / 0.1);
}

.border-pink-700\/100{
  border-color: rgb(190 24 93 / 1);
}

.border-pink-700\/20{
  border-color: rgb(190 24 93 / 0.2);
}

.border-pink-700\/25{
  border-color: rgb(190 24 93 / 0.25);
}

.border-pink-700\/30{
  border-color: rgb(190 24 93 / 0.3);
}

.border-pink-700\/40{
  border-color: rgb(190 24 93 / 0.4);
}

.border-pink-700\/5{
  border-color: rgb(190 24 93 / 0.05);
}

.border-pink-700\/50{
  border-color: rgb(190 24 93 / 0.5);
}

.border-pink-700\/60{
  border-color: rgb(190 24 93 / 0.6);
}

.border-pink-700\/70{
  border-color: rgb(190 24 93 / 0.7);
}

.border-pink-700\/75{
  border-color: rgb(190 24 93 / 0.75);
}

.border-pink-700\/80{
  border-color: rgb(190 24 93 / 0.8);
}

.border-pink-700\/90{
  border-color: rgb(190 24 93 / 0.9);
}

.border-pink-700\/95{
  border-color: rgb(190 24 93 / 0.95);
}

.border-pink-800{
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.border-pink-800\/0{
  border-color: rgb(157 23 77 / 0);
}

.border-pink-800\/10{
  border-color: rgb(157 23 77 / 0.1);
}

.border-pink-800\/100{
  border-color: rgb(157 23 77 / 1);
}

.border-pink-800\/20{
  border-color: rgb(157 23 77 / 0.2);
}

.border-pink-800\/25{
  border-color: rgb(157 23 77 / 0.25);
}

.border-pink-800\/30{
  border-color: rgb(157 23 77 / 0.3);
}

.border-pink-800\/40{
  border-color: rgb(157 23 77 / 0.4);
}

.border-pink-800\/5{
  border-color: rgb(157 23 77 / 0.05);
}

.border-pink-800\/50{
  border-color: rgb(157 23 77 / 0.5);
}

.border-pink-800\/60{
  border-color: rgb(157 23 77 / 0.6);
}

.border-pink-800\/70{
  border-color: rgb(157 23 77 / 0.7);
}

.border-pink-800\/75{
  border-color: rgb(157 23 77 / 0.75);
}

.border-pink-800\/80{
  border-color: rgb(157 23 77 / 0.8);
}

.border-pink-800\/90{
  border-color: rgb(157 23 77 / 0.9);
}

.border-pink-800\/95{
  border-color: rgb(157 23 77 / 0.95);
}

.border-pink-900{
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.border-pink-900\/0{
  border-color: rgb(131 24 67 / 0);
}

.border-pink-900\/10{
  border-color: rgb(131 24 67 / 0.1);
}

.border-pink-900\/100{
  border-color: rgb(131 24 67 / 1);
}

.border-pink-900\/20{
  border-color: rgb(131 24 67 / 0.2);
}

.border-pink-900\/25{
  border-color: rgb(131 24 67 / 0.25);
}

.border-pink-900\/30{
  border-color: rgb(131 24 67 / 0.3);
}

.border-pink-900\/40{
  border-color: rgb(131 24 67 / 0.4);
}

.border-pink-900\/5{
  border-color: rgb(131 24 67 / 0.05);
}

.border-pink-900\/50{
  border-color: rgb(131 24 67 / 0.5);
}

.border-pink-900\/60{
  border-color: rgb(131 24 67 / 0.6);
}

.border-pink-900\/70{
  border-color: rgb(131 24 67 / 0.7);
}

.border-pink-900\/75{
  border-color: rgb(131 24 67 / 0.75);
}

.border-pink-900\/80{
  border-color: rgb(131 24 67 / 0.8);
}

.border-pink-900\/90{
  border-color: rgb(131 24 67 / 0.9);
}

.border-pink-900\/95{
  border-color: rgb(131 24 67 / 0.95);
}

.border-purple-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.border-purple-100\/0{
  border-color: rgb(243 232 255 / 0);
}

.border-purple-100\/10{
  border-color: rgb(243 232 255 / 0.1);
}

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

.border-purple-100\/20{
  border-color: rgb(243 232 255 / 0.2);
}

.border-purple-100\/25{
  border-color: rgb(243 232 255 / 0.25);
}

.border-purple-100\/30{
  border-color: rgb(243 232 255 / 0.3);
}

.border-purple-100\/40{
  border-color: rgb(243 232 255 / 0.4);
}

.border-purple-100\/5{
  border-color: rgb(243 232 255 / 0.05);
}

.border-purple-100\/50{
  border-color: rgb(243 232 255 / 0.5);
}

.border-purple-100\/60{
  border-color: rgb(243 232 255 / 0.6);
}

.border-purple-100\/70{
  border-color: rgb(243 232 255 / 0.7);
}

.border-purple-100\/75{
  border-color: rgb(243 232 255 / 0.75);
}

.border-purple-100\/80{
  border-color: rgb(243 232 255 / 0.8);
}

.border-purple-100\/90{
  border-color: rgb(243 232 255 / 0.9);
}

.border-purple-100\/95{
  border-color: rgb(243 232 255 / 0.95);
}

.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-purple-200\/0{
  border-color: rgb(233 213 255 / 0);
}

.border-purple-200\/10{
  border-color: rgb(233 213 255 / 0.1);
}

.border-purple-200\/100{
  border-color: rgb(233 213 255 / 1);
}

.border-purple-200\/20{
  border-color: rgb(233 213 255 / 0.2);
}

.border-purple-200\/25{
  border-color: rgb(233 213 255 / 0.25);
}

.border-purple-200\/30{
  border-color: rgb(233 213 255 / 0.3);
}

.border-purple-200\/40{
  border-color: rgb(233 213 255 / 0.4);
}

.border-purple-200\/5{
  border-color: rgb(233 213 255 / 0.05);
}

.border-purple-200\/50{
  border-color: rgb(233 213 255 / 0.5);
}

.border-purple-200\/60{
  border-color: rgb(233 213 255 / 0.6);
}

.border-purple-200\/70{
  border-color: rgb(233 213 255 / 0.7);
}

.border-purple-200\/75{
  border-color: rgb(233 213 255 / 0.75);
}

.border-purple-200\/80{
  border-color: rgb(233 213 255 / 0.8);
}

.border-purple-200\/90{
  border-color: rgb(233 213 255 / 0.9);
}

.border-purple-200\/95{
  border-color: rgb(233 213 255 / 0.95);
}

.border-purple-300{
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-purple-300\/0{
  border-color: rgb(216 180 254 / 0);
}

.border-purple-300\/10{
  border-color: rgb(216 180 254 / 0.1);
}

.border-purple-300\/100{
  border-color: rgb(216 180 254 / 1);
}

.border-purple-300\/20{
  border-color: rgb(216 180 254 / 0.2);
}

.border-purple-300\/25{
  border-color: rgb(216 180 254 / 0.25);
}

.border-purple-300\/30{
  border-color: rgb(216 180 254 / 0.3);
}

.border-purple-300\/40{
  border-color: rgb(216 180 254 / 0.4);
}

.border-purple-300\/5{
  border-color: rgb(216 180 254 / 0.05);
}

.border-purple-300\/50{
  border-color: rgb(216 180 254 / 0.5);
}

.border-purple-300\/60{
  border-color: rgb(216 180 254 / 0.6);
}

.border-purple-300\/70{
  border-color: rgb(216 180 254 / 0.7);
}

.border-purple-300\/75{
  border-color: rgb(216 180 254 / 0.75);
}

.border-purple-300\/80{
  border-color: rgb(216 180 254 / 0.8);
}

.border-purple-300\/90{
  border-color: rgb(216 180 254 / 0.9);
}

.border-purple-300\/95{
  border-color: rgb(216 180 254 / 0.95);
}

.border-purple-400{
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-purple-400\/0{
  border-color: rgb(192 132 252 / 0);
}

.border-purple-400\/10{
  border-color: rgb(192 132 252 / 0.1);
}

.border-purple-400\/100{
  border-color: rgb(192 132 252 / 1);
}

.border-purple-400\/20{
  border-color: rgb(192 132 252 / 0.2);
}

.border-purple-400\/25{
  border-color: rgb(192 132 252 / 0.25);
}

.border-purple-400\/30{
  border-color: rgb(192 132 252 / 0.3);
}

.border-purple-400\/40{
  border-color: rgb(192 132 252 / 0.4);
}

.border-purple-400\/5{
  border-color: rgb(192 132 252 / 0.05);
}

.border-purple-400\/50{
  border-color: rgb(192 132 252 / 0.5);
}

.border-purple-400\/60{
  border-color: rgb(192 132 252 / 0.6);
}

.border-purple-400\/70{
  border-color: rgb(192 132 252 / 0.7);
}

.border-purple-400\/75{
  border-color: rgb(192 132 252 / 0.75);
}

.border-purple-400\/80{
  border-color: rgb(192 132 252 / 0.8);
}

.border-purple-400\/90{
  border-color: rgb(192 132 252 / 0.9);
}

.border-purple-400\/95{
  border-color: rgb(192 132 252 / 0.95);
}

.border-purple-50{
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.border-purple-50\/0{
  border-color: rgb(250 245 255 / 0);
}

.border-purple-50\/10{
  border-color: rgb(250 245 255 / 0.1);
}

.border-purple-50\/100{
  border-color: rgb(250 245 255 / 1);
}

.border-purple-50\/20{
  border-color: rgb(250 245 255 / 0.2);
}

.border-purple-50\/25{
  border-color: rgb(250 245 255 / 0.25);
}

.border-purple-50\/30{
  border-color: rgb(250 245 255 / 0.3);
}

.border-purple-50\/40{
  border-color: rgb(250 245 255 / 0.4);
}

.border-purple-50\/5{
  border-color: rgb(250 245 255 / 0.05);
}

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

.border-purple-50\/60{
  border-color: rgb(250 245 255 / 0.6);
}

.border-purple-50\/70{
  border-color: rgb(250 245 255 / 0.7);
}

.border-purple-50\/75{
  border-color: rgb(250 245 255 / 0.75);
}

.border-purple-50\/80{
  border-color: rgb(250 245 255 / 0.8);
}

.border-purple-50\/90{
  border-color: rgb(250 245 255 / 0.9);
}

.border-purple-50\/95{
  border-color: rgb(250 245 255 / 0.95);
}

.border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.border-purple-500\/0{
  border-color: rgb(168 85 247 / 0);
}

.border-purple-500\/10{
  border-color: rgb(168 85 247 / 0.1);
}

.border-purple-500\/100{
  border-color: rgb(168 85 247 / 1);
}

.border-purple-500\/20{
  border-color: rgb(168 85 247 / 0.2);
}

.border-purple-500\/25{
  border-color: rgb(168 85 247 / 0.25);
}

.border-purple-500\/30{
  border-color: rgb(168 85 247 / 0.3);
}

.border-purple-500\/40{
  border-color: rgb(168 85 247 / 0.4);
}

.border-purple-500\/5{
  border-color: rgb(168 85 247 / 0.05);
}

.border-purple-500\/50{
  border-color: rgb(168 85 247 / 0.5);
}

.border-purple-500\/60{
  border-color: rgb(168 85 247 / 0.6);
}

.border-purple-500\/70{
  border-color: rgb(168 85 247 / 0.7);
}

.border-purple-500\/75{
  border-color: rgb(168 85 247 / 0.75);
}

.border-purple-500\/80{
  border-color: rgb(168 85 247 / 0.8);
}

.border-purple-500\/90{
  border-color: rgb(168 85 247 / 0.9);
}

.border-purple-500\/95{
  border-color: rgb(168 85 247 / 0.95);
}

.border-purple-600{
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-purple-600\/0{
  border-color: rgb(147 51 234 / 0);
}

.border-purple-600\/10{
  border-color: rgb(147 51 234 / 0.1);
}

.border-purple-600\/100{
  border-color: rgb(147 51 234 / 1);
}

.border-purple-600\/20{
  border-color: rgb(147 51 234 / 0.2);
}

.border-purple-600\/25{
  border-color: rgb(147 51 234 / 0.25);
}

.border-purple-600\/30{
  border-color: rgb(147 51 234 / 0.3);
}

.border-purple-600\/40{
  border-color: rgb(147 51 234 / 0.4);
}

.border-purple-600\/5{
  border-color: rgb(147 51 234 / 0.05);
}

.border-purple-600\/50{
  border-color: rgb(147 51 234 / 0.5);
}

.border-purple-600\/60{
  border-color: rgb(147 51 234 / 0.6);
}

.border-purple-600\/70{
  border-color: rgb(147 51 234 / 0.7);
}

.border-purple-600\/75{
  border-color: rgb(147 51 234 / 0.75);
}

.border-purple-600\/80{
  border-color: rgb(147 51 234 / 0.8);
}

.border-purple-600\/90{
  border-color: rgb(147 51 234 / 0.9);
}

.border-purple-600\/95{
  border-color: rgb(147 51 234 / 0.95);
}

.border-purple-700{
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-purple-700\/0{
  border-color: rgb(126 34 206 / 0);
}

.border-purple-700\/10{
  border-color: rgb(126 34 206 / 0.1);
}

.border-purple-700\/100{
  border-color: rgb(126 34 206 / 1);
}

.border-purple-700\/20{
  border-color: rgb(126 34 206 / 0.2);
}

.border-purple-700\/25{
  border-color: rgb(126 34 206 / 0.25);
}

.border-purple-700\/30{
  border-color: rgb(126 34 206 / 0.3);
}

.border-purple-700\/40{
  border-color: rgb(126 34 206 / 0.4);
}

.border-purple-700\/5{
  border-color: rgb(126 34 206 / 0.05);
}

.border-purple-700\/50{
  border-color: rgb(126 34 206 / 0.5);
}

.border-purple-700\/60{
  border-color: rgb(126 34 206 / 0.6);
}

.border-purple-700\/70{
  border-color: rgb(126 34 206 / 0.7);
}

.border-purple-700\/75{
  border-color: rgb(126 34 206 / 0.75);
}

.border-purple-700\/80{
  border-color: rgb(126 34 206 / 0.8);
}

.border-purple-700\/90{
  border-color: rgb(126 34 206 / 0.9);
}

.border-purple-700\/95{
  border-color: rgb(126 34 206 / 0.95);
}

.border-purple-800{
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-purple-800\/0{
  border-color: rgb(107 33 168 / 0);
}

.border-purple-800\/10{
  border-color: rgb(107 33 168 / 0.1);
}

.border-purple-800\/100{
  border-color: rgb(107 33 168 / 1);
}

.border-purple-800\/20{
  border-color: rgb(107 33 168 / 0.2);
}

.border-purple-800\/25{
  border-color: rgb(107 33 168 / 0.25);
}

.border-purple-800\/30{
  border-color: rgb(107 33 168 / 0.3);
}

.border-purple-800\/40{
  border-color: rgb(107 33 168 / 0.4);
}

.border-purple-800\/5{
  border-color: rgb(107 33 168 / 0.05);
}

.border-purple-800\/50{
  border-color: rgb(107 33 168 / 0.5);
}

.border-purple-800\/60{
  border-color: rgb(107 33 168 / 0.6);
}

.border-purple-800\/70{
  border-color: rgb(107 33 168 / 0.7);
}

.border-purple-800\/75{
  border-color: rgb(107 33 168 / 0.75);
}

.border-purple-800\/80{
  border-color: rgb(107 33 168 / 0.8);
}

.border-purple-800\/90{
  border-color: rgb(107 33 168 / 0.9);
}

.border-purple-800\/95{
  border-color: rgb(107 33 168 / 0.95);
}

.border-purple-900{
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-purple-900\/0{
  border-color: rgb(88 28 135 / 0);
}

.border-purple-900\/10{
  border-color: rgb(88 28 135 / 0.1);
}

.border-purple-900\/100{
  border-color: rgb(88 28 135 / 1);
}

.border-purple-900\/20{
  border-color: rgb(88 28 135 / 0.2);
}

.border-purple-900\/25{
  border-color: rgb(88 28 135 / 0.25);
}

.border-purple-900\/30{
  border-color: rgb(88 28 135 / 0.3);
}

.border-purple-900\/40{
  border-color: rgb(88 28 135 / 0.4);
}

.border-purple-900\/5{
  border-color: rgb(88 28 135 / 0.05);
}

.border-purple-900\/50{
  border-color: rgb(88 28 135 / 0.5);
}

.border-purple-900\/60{
  border-color: rgb(88 28 135 / 0.6);
}

.border-purple-900\/70{
  border-color: rgb(88 28 135 / 0.7);
}

.border-purple-900\/75{
  border-color: rgb(88 28 135 / 0.75);
}

.border-purple-900\/80{
  border-color: rgb(88 28 135 / 0.8);
}

.border-purple-900\/90{
  border-color: rgb(88 28 135 / 0.9);
}

.border-purple-900\/95{
  border-color: rgb(88 28 135 / 0.95);
}

.border-red-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.border-red-100\/0{
  border-color: rgb(254 226 226 / 0);
}

.border-red-100\/10{
  border-color: rgb(254 226 226 / 0.1);
}

.border-red-100\/100{
  border-color: rgb(254 226 226 / 1);
}

.border-red-100\/20{
  border-color: rgb(254 226 226 / 0.2);
}

.border-red-100\/25{
  border-color: rgb(254 226 226 / 0.25);
}

.border-red-100\/30{
  border-color: rgb(254 226 226 / 0.3);
}

.border-red-100\/40{
  border-color: rgb(254 226 226 / 0.4);
}

.border-red-100\/5{
  border-color: rgb(254 226 226 / 0.05);
}

.border-red-100\/50{
  border-color: rgb(254 226 226 / 0.5);
}

.border-red-100\/60{
  border-color: rgb(254 226 226 / 0.6);
}

.border-red-100\/70{
  border-color: rgb(254 226 226 / 0.7);
}

.border-red-100\/75{
  border-color: rgb(254 226 226 / 0.75);
}

.border-red-100\/80{
  border-color: rgb(254 226 226 / 0.8);
}

.border-red-100\/90{
  border-color: rgb(254 226 226 / 0.9);
}

.border-red-100\/95{
  border-color: rgb(254 226 226 / 0.95);
}

.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-red-200\/0{
  border-color: rgb(254 202 202 / 0);
}

.border-red-200\/10{
  border-color: rgb(254 202 202 / 0.1);
}

.border-red-200\/100{
  border-color: rgb(254 202 202 / 1);
}

.border-red-200\/20{
  border-color: rgb(254 202 202 / 0.2);
}

.border-red-200\/25{
  border-color: rgb(254 202 202 / 0.25);
}

.border-red-200\/30{
  border-color: rgb(254 202 202 / 0.3);
}

.border-red-200\/40{
  border-color: rgb(254 202 202 / 0.4);
}

.border-red-200\/5{
  border-color: rgb(254 202 202 / 0.05);
}

.border-red-200\/50{
  border-color: rgb(254 202 202 / 0.5);
}

.border-red-200\/60{
  border-color: rgb(254 202 202 / 0.6);
}

.border-red-200\/70{
  border-color: rgb(254 202 202 / 0.7);
}

.border-red-200\/75{
  border-color: rgb(254 202 202 / 0.75);
}

.border-red-200\/80{
  border-color: rgb(254 202 202 / 0.8);
}

.border-red-200\/90{
  border-color: rgb(254 202 202 / 0.9);
}

.border-red-200\/95{
  border-color: rgb(254 202 202 / 0.95);
}

.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-red-300\/0{
  border-color: rgb(252 165 165 / 0);
}

.border-red-300\/10{
  border-color: rgb(252 165 165 / 0.1);
}

.border-red-300\/100{
  border-color: rgb(252 165 165 / 1);
}

.border-red-300\/20{
  border-color: rgb(252 165 165 / 0.2);
}

.border-red-300\/25{
  border-color: rgb(252 165 165 / 0.25);
}

.border-red-300\/30{
  border-color: rgb(252 165 165 / 0.3);
}

.border-red-300\/40{
  border-color: rgb(252 165 165 / 0.4);
}

.border-red-300\/5{
  border-color: rgb(252 165 165 / 0.05);
}

.border-red-300\/50{
  border-color: rgb(252 165 165 / 0.5);
}

.border-red-300\/60{
  border-color: rgb(252 165 165 / 0.6);
}

.border-red-300\/70{
  border-color: rgb(252 165 165 / 0.7);
}

.border-red-300\/75{
  border-color: rgb(252 165 165 / 0.75);
}

.border-red-300\/80{
  border-color: rgb(252 165 165 / 0.8);
}

.border-red-300\/90{
  border-color: rgb(252 165 165 / 0.9);
}

.border-red-300\/95{
  border-color: rgb(252 165 165 / 0.95);
}

.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-red-400\/0{
  border-color: rgb(248 113 113 / 0);
}

.border-red-400\/10{
  border-color: rgb(248 113 113 / 0.1);
}

.border-red-400\/100{
  border-color: rgb(248 113 113 / 1);
}

.border-red-400\/20{
  border-color: rgb(248 113 113 / 0.2);
}

.border-red-400\/25{
  border-color: rgb(248 113 113 / 0.25);
}

.border-red-400\/30{
  border-color: rgb(248 113 113 / 0.3);
}

.border-red-400\/40{
  border-color: rgb(248 113 113 / 0.4);
}

.border-red-400\/5{
  border-color: rgb(248 113 113 / 0.05);
}

.border-red-400\/50{
  border-color: rgb(248 113 113 / 0.5);
}

.border-red-400\/60{
  border-color: rgb(248 113 113 / 0.6);
}

.border-red-400\/70{
  border-color: rgb(248 113 113 / 0.7);
}

.border-red-400\/75{
  border-color: rgb(248 113 113 / 0.75);
}

.border-red-400\/80{
  border-color: rgb(248 113 113 / 0.8);
}

.border-red-400\/90{
  border-color: rgb(248 113 113 / 0.9);
}

.border-red-400\/95{
  border-color: rgb(248 113 113 / 0.95);
}

.border-red-50{
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-red-50\/0{
  border-color: rgb(254 242 242 / 0);
}

.border-red-50\/10{
  border-color: rgb(254 242 242 / 0.1);
}

.border-red-50\/100{
  border-color: rgb(254 242 242 / 1);
}

.border-red-50\/20{
  border-color: rgb(254 242 242 / 0.2);
}

.border-red-50\/25{
  border-color: rgb(254 242 242 / 0.25);
}

.border-red-50\/30{
  border-color: rgb(254 242 242 / 0.3);
}

.border-red-50\/40{
  border-color: rgb(254 242 242 / 0.4);
}

.border-red-50\/5{
  border-color: rgb(254 242 242 / 0.05);
}

.border-red-50\/50{
  border-color: rgb(254 242 242 / 0.5);
}

.border-red-50\/60{
  border-color: rgb(254 242 242 / 0.6);
}

.border-red-50\/70{
  border-color: rgb(254 242 242 / 0.7);
}

.border-red-50\/75{
  border-color: rgb(254 242 242 / 0.75);
}

.border-red-50\/80{
  border-color: rgb(254 242 242 / 0.8);
}

.border-red-50\/90{
  border-color: rgb(254 242 242 / 0.9);
}

.border-red-50\/95{
  border-color: rgb(254 242 242 / 0.95);
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-red-500\/0{
  border-color: rgb(239 68 68 / 0);
}

.border-red-500\/10{
  border-color: rgb(239 68 68 / 0.1);
}

.border-red-500\/100{
  border-color: rgb(239 68 68 / 1);
}

.border-red-500\/20{
  border-color: rgb(239 68 68 / 0.2);
}

.border-red-500\/25{
  border-color: rgb(239 68 68 / 0.25);
}

.border-red-500\/30{
  border-color: rgb(239 68 68 / 0.3);
}

.border-red-500\/40{
  border-color: rgb(239 68 68 / 0.4);
}

.border-red-500\/5{
  border-color: rgb(239 68 68 / 0.05);
}

.border-red-500\/50{
  border-color: rgb(239 68 68 / 0.5);
}

.border-red-500\/60{
  border-color: rgb(239 68 68 / 0.6);
}

.border-red-500\/70{
  border-color: rgb(239 68 68 / 0.7);
}

.border-red-500\/75{
  border-color: rgb(239 68 68 / 0.75);
}

.border-red-500\/80{
  border-color: rgb(239 68 68 / 0.8);
}

.border-red-500\/90{
  border-color: rgb(239 68 68 / 0.9);
}

.border-red-500\/95{
  border-color: rgb(239 68 68 / 0.95);
}

.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-red-600\/0{
  border-color: rgb(220 38 38 / 0);
}

.border-red-600\/10{
  border-color: rgb(220 38 38 / 0.1);
}

.border-red-600\/100{
  border-color: rgb(220 38 38 / 1);
}

.border-red-600\/20{
  border-color: rgb(220 38 38 / 0.2);
}

.border-red-600\/25{
  border-color: rgb(220 38 38 / 0.25);
}

.border-red-600\/30{
  border-color: rgb(220 38 38 / 0.3);
}

.border-red-600\/40{
  border-color: rgb(220 38 38 / 0.4);
}

.border-red-600\/5{
  border-color: rgb(220 38 38 / 0.05);
}

.border-red-600\/50{
  border-color: rgb(220 38 38 / 0.5);
}

.border-red-600\/60{
  border-color: rgb(220 38 38 / 0.6);
}

.border-red-600\/70{
  border-color: rgb(220 38 38 / 0.7);
}

.border-red-600\/75{
  border-color: rgb(220 38 38 / 0.75);
}

.border-red-600\/80{
  border-color: rgb(220 38 38 / 0.8);
}

.border-red-600\/90{
  border-color: rgb(220 38 38 / 0.9);
}

.border-red-600\/95{
  border-color: rgb(220 38 38 / 0.95);
}

.border-red-700{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-red-700\/0{
  border-color: rgb(185 28 28 / 0);
}

.border-red-700\/10{
  border-color: rgb(185 28 28 / 0.1);
}

.border-red-700\/100{
  border-color: rgb(185 28 28 / 1);
}

.border-red-700\/20{
  border-color: rgb(185 28 28 / 0.2);
}

.border-red-700\/25{
  border-color: rgb(185 28 28 / 0.25);
}

.border-red-700\/30{
  border-color: rgb(185 28 28 / 0.3);
}

.border-red-700\/40{
  border-color: rgb(185 28 28 / 0.4);
}

.border-red-700\/5{
  border-color: rgb(185 28 28 / 0.05);
}

.border-red-700\/50{
  border-color: rgb(185 28 28 / 0.5);
}

.border-red-700\/60{
  border-color: rgb(185 28 28 / 0.6);
}

.border-red-700\/70{
  border-color: rgb(185 28 28 / 0.7);
}

.border-red-700\/75{
  border-color: rgb(185 28 28 / 0.75);
}

.border-red-700\/80{
  border-color: rgb(185 28 28 / 0.8);
}

.border-red-700\/90{
  border-color: rgb(185 28 28 / 0.9);
}

.border-red-700\/95{
  border-color: rgb(185 28 28 / 0.95);
}

.border-red-800{
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-red-800\/0{
  border-color: rgb(153 27 27 / 0);
}

.border-red-800\/10{
  border-color: rgb(153 27 27 / 0.1);
}

.border-red-800\/100{
  border-color: rgb(153 27 27 / 1);
}

.border-red-800\/20{
  border-color: rgb(153 27 27 / 0.2);
}

.border-red-800\/25{
  border-color: rgb(153 27 27 / 0.25);
}

.border-red-800\/30{
  border-color: rgb(153 27 27 / 0.3);
}

.border-red-800\/40{
  border-color: rgb(153 27 27 / 0.4);
}

.border-red-800\/5{
  border-color: rgb(153 27 27 / 0.05);
}

.border-red-800\/50{
  border-color: rgb(153 27 27 / 0.5);
}

.border-red-800\/60{
  border-color: rgb(153 27 27 / 0.6);
}

.border-red-800\/70{
  border-color: rgb(153 27 27 / 0.7);
}

.border-red-800\/75{
  border-color: rgb(153 27 27 / 0.75);
}

.border-red-800\/80{
  border-color: rgb(153 27 27 / 0.8);
}

.border-red-800\/90{
  border-color: rgb(153 27 27 / 0.9);
}

.border-red-800\/95{
  border-color: rgb(153 27 27 / 0.95);
}

.border-red-900{
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-red-900\/0{
  border-color: rgb(127 29 29 / 0);
}

.border-red-900\/10{
  border-color: rgb(127 29 29 / 0.1);
}

.border-red-900\/100{
  border-color: rgb(127 29 29 / 1);
}

.border-red-900\/20{
  border-color: rgb(127 29 29 / 0.2);
}

.border-red-900\/25{
  border-color: rgb(127 29 29 / 0.25);
}

.border-red-900\/30{
  border-color: rgb(127 29 29 / 0.3);
}

.border-red-900\/40{
  border-color: rgb(127 29 29 / 0.4);
}

.border-red-900\/5{
  border-color: rgb(127 29 29 / 0.05);
}

.border-red-900\/50{
  border-color: rgb(127 29 29 / 0.5);
}

.border-red-900\/60{
  border-color: rgb(127 29 29 / 0.6);
}

.border-red-900\/70{
  border-color: rgb(127 29 29 / 0.7);
}

.border-red-900\/75{
  border-color: rgb(127 29 29 / 0.75);
}

.border-red-900\/80{
  border-color: rgb(127 29 29 / 0.8);
}

.border-red-900\/90{
  border-color: rgb(127 29 29 / 0.9);
}

.border-red-900\/95{
  border-color: rgb(127 29 29 / 0.95);
}

.border-rose-100{
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.border-rose-100\/0{
  border-color: rgb(255 228 230 / 0);
}

.border-rose-100\/10{
  border-color: rgb(255 228 230 / 0.1);
}

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

.border-rose-100\/20{
  border-color: rgb(255 228 230 / 0.2);
}

.border-rose-100\/25{
  border-color: rgb(255 228 230 / 0.25);
}

.border-rose-100\/30{
  border-color: rgb(255 228 230 / 0.3);
}

.border-rose-100\/40{
  border-color: rgb(255 228 230 / 0.4);
}

.border-rose-100\/5{
  border-color: rgb(255 228 230 / 0.05);
}

.border-rose-100\/50{
  border-color: rgb(255 228 230 / 0.5);
}

.border-rose-100\/60{
  border-color: rgb(255 228 230 / 0.6);
}

.border-rose-100\/70{
  border-color: rgb(255 228 230 / 0.7);
}

.border-rose-100\/75{
  border-color: rgb(255 228 230 / 0.75);
}

.border-rose-100\/80{
  border-color: rgb(255 228 230 / 0.8);
}

.border-rose-100\/90{
  border-color: rgb(255 228 230 / 0.9);
}

.border-rose-100\/95{
  border-color: rgb(255 228 230 / 0.95);
}

.border-rose-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-rose-200\/0{
  border-color: rgb(254 205 211 / 0);
}

.border-rose-200\/10{
  border-color: rgb(254 205 211 / 0.1);
}

.border-rose-200\/100{
  border-color: rgb(254 205 211 / 1);
}

.border-rose-200\/20{
  border-color: rgb(254 205 211 / 0.2);
}

.border-rose-200\/25{
  border-color: rgb(254 205 211 / 0.25);
}

.border-rose-200\/30{
  border-color: rgb(254 205 211 / 0.3);
}

.border-rose-200\/40{
  border-color: rgb(254 205 211 / 0.4);
}

.border-rose-200\/5{
  border-color: rgb(254 205 211 / 0.05);
}

.border-rose-200\/50{
  border-color: rgb(254 205 211 / 0.5);
}

.border-rose-200\/60{
  border-color: rgb(254 205 211 / 0.6);
}

.border-rose-200\/70{
  border-color: rgb(254 205 211 / 0.7);
}

.border-rose-200\/75{
  border-color: rgb(254 205 211 / 0.75);
}

.border-rose-200\/80{
  border-color: rgb(254 205 211 / 0.8);
}

.border-rose-200\/90{
  border-color: rgb(254 205 211 / 0.9);
}

.border-rose-200\/95{
  border-color: rgb(254 205 211 / 0.95);
}

.border-rose-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.border-rose-300\/0{
  border-color: rgb(253 164 175 / 0);
}

.border-rose-300\/10{
  border-color: rgb(253 164 175 / 0.1);
}

.border-rose-300\/100{
  border-color: rgb(253 164 175 / 1);
}

.border-rose-300\/20{
  border-color: rgb(253 164 175 / 0.2);
}

.border-rose-300\/25{
  border-color: rgb(253 164 175 / 0.25);
}

.border-rose-300\/30{
  border-color: rgb(253 164 175 / 0.3);
}

.border-rose-300\/40{
  border-color: rgb(253 164 175 / 0.4);
}

.border-rose-300\/5{
  border-color: rgb(253 164 175 / 0.05);
}

.border-rose-300\/50{
  border-color: rgb(253 164 175 / 0.5);
}

.border-rose-300\/60{
  border-color: rgb(253 164 175 / 0.6);
}

.border-rose-300\/70{
  border-color: rgb(253 164 175 / 0.7);
}

.border-rose-300\/75{
  border-color: rgb(253 164 175 / 0.75);
}

.border-rose-300\/80{
  border-color: rgb(253 164 175 / 0.8);
}

.border-rose-300\/90{
  border-color: rgb(253 164 175 / 0.9);
}

.border-rose-300\/95{
  border-color: rgb(253 164 175 / 0.95);
}

.border-rose-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-rose-400\/0{
  border-color: rgb(251 113 133 / 0);
}

.border-rose-400\/10{
  border-color: rgb(251 113 133 / 0.1);
}

.border-rose-400\/100{
  border-color: rgb(251 113 133 / 1);
}

.border-rose-400\/20{
  border-color: rgb(251 113 133 / 0.2);
}

.border-rose-400\/25{
  border-color: rgb(251 113 133 / 0.25);
}

.border-rose-400\/30{
  border-color: rgb(251 113 133 / 0.3);
}

.border-rose-400\/40{
  border-color: rgb(251 113 133 / 0.4);
}

.border-rose-400\/5{
  border-color: rgb(251 113 133 / 0.05);
}

.border-rose-400\/50{
  border-color: rgb(251 113 133 / 0.5);
}

.border-rose-400\/60{
  border-color: rgb(251 113 133 / 0.6);
}

.border-rose-400\/70{
  border-color: rgb(251 113 133 / 0.7);
}

.border-rose-400\/75{
  border-color: rgb(251 113 133 / 0.75);
}

.border-rose-400\/80{
  border-color: rgb(251 113 133 / 0.8);
}

.border-rose-400\/90{
  border-color: rgb(251 113 133 / 0.9);
}

.border-rose-400\/95{
  border-color: rgb(251 113 133 / 0.95);
}

.border-rose-50{
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.border-rose-50\/0{
  border-color: rgb(255 241 242 / 0);
}

.border-rose-50\/10{
  border-color: rgb(255 241 242 / 0.1);
}

.border-rose-50\/100{
  border-color: rgb(255 241 242 / 1);
}

.border-rose-50\/20{
  border-color: rgb(255 241 242 / 0.2);
}

.border-rose-50\/25{
  border-color: rgb(255 241 242 / 0.25);
}

.border-rose-50\/30{
  border-color: rgb(255 241 242 / 0.3);
}

.border-rose-50\/40{
  border-color: rgb(255 241 242 / 0.4);
}

.border-rose-50\/5{
  border-color: rgb(255 241 242 / 0.05);
}

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

.border-rose-50\/60{
  border-color: rgb(255 241 242 / 0.6);
}

.border-rose-50\/70{
  border-color: rgb(255 241 242 / 0.7);
}

.border-rose-50\/75{
  border-color: rgb(255 241 242 / 0.75);
}

.border-rose-50\/80{
  border-color: rgb(255 241 242 / 0.8);
}

.border-rose-50\/90{
  border-color: rgb(255 241 242 / 0.9);
}

.border-rose-50\/95{
  border-color: rgb(255 241 242 / 0.95);
}

.border-rose-500{
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-rose-500\/0{
  border-color: rgb(244 63 94 / 0);
}

.border-rose-500\/10{
  border-color: rgb(244 63 94 / 0.1);
}

.border-rose-500\/100{
  border-color: rgb(244 63 94 / 1);
}

.border-rose-500\/20{
  border-color: rgb(244 63 94 / 0.2);
}

.border-rose-500\/25{
  border-color: rgb(244 63 94 / 0.25);
}

.border-rose-500\/30{
  border-color: rgb(244 63 94 / 0.3);
}

.border-rose-500\/40{
  border-color: rgb(244 63 94 / 0.4);
}

.border-rose-500\/5{
  border-color: rgb(244 63 94 / 0.05);
}

.border-rose-500\/50{
  border-color: rgb(244 63 94 / 0.5);
}

.border-rose-500\/60{
  border-color: rgb(244 63 94 / 0.6);
}

.border-rose-500\/70{
  border-color: rgb(244 63 94 / 0.7);
}

.border-rose-500\/75{
  border-color: rgb(244 63 94 / 0.75);
}

.border-rose-500\/80{
  border-color: rgb(244 63 94 / 0.8);
}

.border-rose-500\/90{
  border-color: rgb(244 63 94 / 0.9);
}

.border-rose-500\/95{
  border-color: rgb(244 63 94 / 0.95);
}

.border-rose-600{
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.border-rose-600\/0{
  border-color: rgb(225 29 72 / 0);
}

.border-rose-600\/10{
  border-color: rgb(225 29 72 / 0.1);
}

.border-rose-600\/100{
  border-color: rgb(225 29 72 / 1);
}

.border-rose-600\/20{
  border-color: rgb(225 29 72 / 0.2);
}

.border-rose-600\/25{
  border-color: rgb(225 29 72 / 0.25);
}

.border-rose-600\/30{
  border-color: rgb(225 29 72 / 0.3);
}

.border-rose-600\/40{
  border-color: rgb(225 29 72 / 0.4);
}

.border-rose-600\/5{
  border-color: rgb(225 29 72 / 0.05);
}

.border-rose-600\/50{
  border-color: rgb(225 29 72 / 0.5);
}

.border-rose-600\/60{
  border-color: rgb(225 29 72 / 0.6);
}

.border-rose-600\/70{
  border-color: rgb(225 29 72 / 0.7);
}

.border-rose-600\/75{
  border-color: rgb(225 29 72 / 0.75);
}

.border-rose-600\/80{
  border-color: rgb(225 29 72 / 0.8);
}

.border-rose-600\/90{
  border-color: rgb(225 29 72 / 0.9);
}

.border-rose-600\/95{
  border-color: rgb(225 29 72 / 0.95);
}

.border-rose-700{
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.border-rose-700\/0{
  border-color: rgb(190 18 60 / 0);
}

.border-rose-700\/10{
  border-color: rgb(190 18 60 / 0.1);
}

.border-rose-700\/100{
  border-color: rgb(190 18 60 / 1);
}

.border-rose-700\/20{
  border-color: rgb(190 18 60 / 0.2);
}

.border-rose-700\/25{
  border-color: rgb(190 18 60 / 0.25);
}

.border-rose-700\/30{
  border-color: rgb(190 18 60 / 0.3);
}

.border-rose-700\/40{
  border-color: rgb(190 18 60 / 0.4);
}

.border-rose-700\/5{
  border-color: rgb(190 18 60 / 0.05);
}

.border-rose-700\/50{
  border-color: rgb(190 18 60 / 0.5);
}

.border-rose-700\/60{
  border-color: rgb(190 18 60 / 0.6);
}

.border-rose-700\/70{
  border-color: rgb(190 18 60 / 0.7);
}

.border-rose-700\/75{
  border-color: rgb(190 18 60 / 0.75);
}

.border-rose-700\/80{
  border-color: rgb(190 18 60 / 0.8);
}

.border-rose-700\/90{
  border-color: rgb(190 18 60 / 0.9);
}

.border-rose-700\/95{
  border-color: rgb(190 18 60 / 0.95);
}

.border-rose-800{
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.border-rose-800\/0{
  border-color: rgb(159 18 57 / 0);
}

.border-rose-800\/10{
  border-color: rgb(159 18 57 / 0.1);
}

.border-rose-800\/100{
  border-color: rgb(159 18 57 / 1);
}

.border-rose-800\/20{
  border-color: rgb(159 18 57 / 0.2);
}

.border-rose-800\/25{
  border-color: rgb(159 18 57 / 0.25);
}

.border-rose-800\/30{
  border-color: rgb(159 18 57 / 0.3);
}

.border-rose-800\/40{
  border-color: rgb(159 18 57 / 0.4);
}

.border-rose-800\/5{
  border-color: rgb(159 18 57 / 0.05);
}

.border-rose-800\/50{
  border-color: rgb(159 18 57 / 0.5);
}

.border-rose-800\/60{
  border-color: rgb(159 18 57 / 0.6);
}

.border-rose-800\/70{
  border-color: rgb(159 18 57 / 0.7);
}

.border-rose-800\/75{
  border-color: rgb(159 18 57 / 0.75);
}

.border-rose-800\/80{
  border-color: rgb(159 18 57 / 0.8);
}

.border-rose-800\/90{
  border-color: rgb(159 18 57 / 0.9);
}

.border-rose-800\/95{
  border-color: rgb(159 18 57 / 0.95);
}

.border-rose-900{
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.border-rose-900\/0{
  border-color: rgb(136 19 55 / 0);
}

.border-rose-900\/10{
  border-color: rgb(136 19 55 / 0.1);
}

.border-rose-900\/100{
  border-color: rgb(136 19 55 / 1);
}

.border-rose-900\/20{
  border-color: rgb(136 19 55 / 0.2);
}

.border-rose-900\/25{
  border-color: rgb(136 19 55 / 0.25);
}

.border-rose-900\/30{
  border-color: rgb(136 19 55 / 0.3);
}

.border-rose-900\/40{
  border-color: rgb(136 19 55 / 0.4);
}

.border-rose-900\/5{
  border-color: rgb(136 19 55 / 0.05);
}

.border-rose-900\/50{
  border-color: rgb(136 19 55 / 0.5);
}

.border-rose-900\/60{
  border-color: rgb(136 19 55 / 0.6);
}

.border-rose-900\/70{
  border-color: rgb(136 19 55 / 0.7);
}

.border-rose-900\/75{
  border-color: rgb(136 19 55 / 0.75);
}

.border-rose-900\/80{
  border-color: rgb(136 19 55 / 0.8);
}

.border-rose-900\/90{
  border-color: rgb(136 19 55 / 0.9);
}

.border-rose-900\/95{
  border-color: rgb(136 19 55 / 0.95);
}

.border-sky-100{
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.border-sky-100\/0{
  border-color: rgb(224 242 254 / 0);
}

.border-sky-100\/10{
  border-color: rgb(224 242 254 / 0.1);
}

.border-sky-100\/100{
  border-color: rgb(224 242 254 / 1);
}

.border-sky-100\/20{
  border-color: rgb(224 242 254 / 0.2);
}

.border-sky-100\/25{
  border-color: rgb(224 242 254 / 0.25);
}

.border-sky-100\/30{
  border-color: rgb(224 242 254 / 0.3);
}

.border-sky-100\/40{
  border-color: rgb(224 242 254 / 0.4);
}

.border-sky-100\/5{
  border-color: rgb(224 242 254 / 0.05);
}

.border-sky-100\/50{
  border-color: rgb(224 242 254 / 0.5);
}

.border-sky-100\/60{
  border-color: rgb(224 242 254 / 0.6);
}

.border-sky-100\/70{
  border-color: rgb(224 242 254 / 0.7);
}

.border-sky-100\/75{
  border-color: rgb(224 242 254 / 0.75);
}

.border-sky-100\/80{
  border-color: rgb(224 242 254 / 0.8);
}

.border-sky-100\/90{
  border-color: rgb(224 242 254 / 0.9);
}

.border-sky-100\/95{
  border-color: rgb(224 242 254 / 0.95);
}

.border-sky-200{
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-sky-200\/0{
  border-color: rgb(186 230 253 / 0);
}

.border-sky-200\/10{
  border-color: rgb(186 230 253 / 0.1);
}

.border-sky-200\/100{
  border-color: rgb(186 230 253 / 1);
}

.border-sky-200\/20{
  border-color: rgb(186 230 253 / 0.2);
}

.border-sky-200\/25{
  border-color: rgb(186 230 253 / 0.25);
}

.border-sky-200\/30{
  border-color: rgb(186 230 253 / 0.3);
}

.border-sky-200\/40{
  border-color: rgb(186 230 253 / 0.4);
}

.border-sky-200\/5{
  border-color: rgb(186 230 253 / 0.05);
}

.border-sky-200\/50{
  border-color: rgb(186 230 253 / 0.5);
}

.border-sky-200\/60{
  border-color: rgb(186 230 253 / 0.6);
}

.border-sky-200\/70{
  border-color: rgb(186 230 253 / 0.7);
}

.border-sky-200\/75{
  border-color: rgb(186 230 253 / 0.75);
}

.border-sky-200\/80{
  border-color: rgb(186 230 253 / 0.8);
}

.border-sky-200\/90{
  border-color: rgb(186 230 253 / 0.9);
}

.border-sky-200\/95{
  border-color: rgb(186 230 253 / 0.95);
}

.border-sky-300{
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-sky-300\/0{
  border-color: rgb(125 211 252 / 0);
}

.border-sky-300\/10{
  border-color: rgb(125 211 252 / 0.1);
}

.border-sky-300\/100{
  border-color: rgb(125 211 252 / 1);
}

.border-sky-300\/20{
  border-color: rgb(125 211 252 / 0.2);
}

.border-sky-300\/25{
  border-color: rgb(125 211 252 / 0.25);
}

.border-sky-300\/30{
  border-color: rgb(125 211 252 / 0.3);
}

.border-sky-300\/40{
  border-color: rgb(125 211 252 / 0.4);
}

.border-sky-300\/5{
  border-color: rgb(125 211 252 / 0.05);
}

.border-sky-300\/50{
  border-color: rgb(125 211 252 / 0.5);
}

.border-sky-300\/60{
  border-color: rgb(125 211 252 / 0.6);
}

.border-sky-300\/70{
  border-color: rgb(125 211 252 / 0.7);
}

.border-sky-300\/75{
  border-color: rgb(125 211 252 / 0.75);
}

.border-sky-300\/80{
  border-color: rgb(125 211 252 / 0.8);
}

.border-sky-300\/90{
  border-color: rgb(125 211 252 / 0.9);
}

.border-sky-300\/95{
  border-color: rgb(125 211 252 / 0.95);
}

.border-sky-400{
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-sky-400\/0{
  border-color: rgb(56 189 248 / 0);
}

.border-sky-400\/10{
  border-color: rgb(56 189 248 / 0.1);
}

.border-sky-400\/100{
  border-color: rgb(56 189 248 / 1);
}

.border-sky-400\/20{
  border-color: rgb(56 189 248 / 0.2);
}

.border-sky-400\/25{
  border-color: rgb(56 189 248 / 0.25);
}

.border-sky-400\/30{
  border-color: rgb(56 189 248 / 0.3);
}

.border-sky-400\/40{
  border-color: rgb(56 189 248 / 0.4);
}

.border-sky-400\/5{
  border-color: rgb(56 189 248 / 0.05);
}

.border-sky-400\/50{
  border-color: rgb(56 189 248 / 0.5);
}

.border-sky-400\/60{
  border-color: rgb(56 189 248 / 0.6);
}

.border-sky-400\/70{
  border-color: rgb(56 189 248 / 0.7);
}

.border-sky-400\/75{
  border-color: rgb(56 189 248 / 0.75);
}

.border-sky-400\/80{
  border-color: rgb(56 189 248 / 0.8);
}

.border-sky-400\/90{
  border-color: rgb(56 189 248 / 0.9);
}

.border-sky-400\/95{
  border-color: rgb(56 189 248 / 0.95);
}

.border-sky-50{
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-sky-50\/0{
  border-color: rgb(240 249 255 / 0);
}

.border-sky-50\/10{
  border-color: rgb(240 249 255 / 0.1);
}

.border-sky-50\/100{
  border-color: rgb(240 249 255 / 1);
}

.border-sky-50\/20{
  border-color: rgb(240 249 255 / 0.2);
}

.border-sky-50\/25{
  border-color: rgb(240 249 255 / 0.25);
}

.border-sky-50\/30{
  border-color: rgb(240 249 255 / 0.3);
}

.border-sky-50\/40{
  border-color: rgb(240 249 255 / 0.4);
}

.border-sky-50\/5{
  border-color: rgb(240 249 255 / 0.05);
}

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

.border-sky-50\/60{
  border-color: rgb(240 249 255 / 0.6);
}

.border-sky-50\/70{
  border-color: rgb(240 249 255 / 0.7);
}

.border-sky-50\/75{
  border-color: rgb(240 249 255 / 0.75);
}

.border-sky-50\/80{
  border-color: rgb(240 249 255 / 0.8);
}

.border-sky-50\/90{
  border-color: rgb(240 249 255 / 0.9);
}

.border-sky-50\/95{
  border-color: rgb(240 249 255 / 0.95);
}

.border-sky-500{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-sky-500\/0{
  border-color: rgb(14 165 233 / 0);
}

.border-sky-500\/10{
  border-color: rgb(14 165 233 / 0.1);
}

.border-sky-500\/100{
  border-color: rgb(14 165 233 / 1);
}

.border-sky-500\/20{
  border-color: rgb(14 165 233 / 0.2);
}

.border-sky-500\/25{
  border-color: rgb(14 165 233 / 0.25);
}

.border-sky-500\/30{
  border-color: rgb(14 165 233 / 0.3);
}

.border-sky-500\/40{
  border-color: rgb(14 165 233 / 0.4);
}

.border-sky-500\/5{
  border-color: rgb(14 165 233 / 0.05);
}

.border-sky-500\/50{
  border-color: rgb(14 165 233 / 0.5);
}

.border-sky-500\/60{
  border-color: rgb(14 165 233 / 0.6);
}

.border-sky-500\/70{
  border-color: rgb(14 165 233 / 0.7);
}

.border-sky-500\/75{
  border-color: rgb(14 165 233 / 0.75);
}

.border-sky-500\/80{
  border-color: rgb(14 165 233 / 0.8);
}

.border-sky-500\/90{
  border-color: rgb(14 165 233 / 0.9);
}

.border-sky-500\/95{
  border-color: rgb(14 165 233 / 0.95);
}

.border-sky-600{
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-sky-600\/0{
  border-color: rgb(2 132 199 / 0);
}

.border-sky-600\/10{
  border-color: rgb(2 132 199 / 0.1);
}

.border-sky-600\/100{
  border-color: rgb(2 132 199 / 1);
}

.border-sky-600\/20{
  border-color: rgb(2 132 199 / 0.2);
}

.border-sky-600\/25{
  border-color: rgb(2 132 199 / 0.25);
}

.border-sky-600\/30{
  border-color: rgb(2 132 199 / 0.3);
}

.border-sky-600\/40{
  border-color: rgb(2 132 199 / 0.4);
}

.border-sky-600\/5{
  border-color: rgb(2 132 199 / 0.05);
}

.border-sky-600\/50{
  border-color: rgb(2 132 199 / 0.5);
}

.border-sky-600\/60{
  border-color: rgb(2 132 199 / 0.6);
}

.border-sky-600\/70{
  border-color: rgb(2 132 199 / 0.7);
}

.border-sky-600\/75{
  border-color: rgb(2 132 199 / 0.75);
}

.border-sky-600\/80{
  border-color: rgb(2 132 199 / 0.8);
}

.border-sky-600\/90{
  border-color: rgb(2 132 199 / 0.9);
}

.border-sky-600\/95{
  border-color: rgb(2 132 199 / 0.95);
}

.border-sky-700{
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-sky-700\/0{
  border-color: rgb(3 105 161 / 0);
}

.border-sky-700\/10{
  border-color: rgb(3 105 161 / 0.1);
}

.border-sky-700\/100{
  border-color: rgb(3 105 161 / 1);
}

.border-sky-700\/20{
  border-color: rgb(3 105 161 / 0.2);
}

.border-sky-700\/25{
  border-color: rgb(3 105 161 / 0.25);
}

.border-sky-700\/30{
  border-color: rgb(3 105 161 / 0.3);
}

.border-sky-700\/40{
  border-color: rgb(3 105 161 / 0.4);
}

.border-sky-700\/5{
  border-color: rgb(3 105 161 / 0.05);
}

.border-sky-700\/50{
  border-color: rgb(3 105 161 / 0.5);
}

.border-sky-700\/60{
  border-color: rgb(3 105 161 / 0.6);
}

.border-sky-700\/70{
  border-color: rgb(3 105 161 / 0.7);
}

.border-sky-700\/75{
  border-color: rgb(3 105 161 / 0.75);
}

.border-sky-700\/80{
  border-color: rgb(3 105 161 / 0.8);
}

.border-sky-700\/90{
  border-color: rgb(3 105 161 / 0.9);
}

.border-sky-700\/95{
  border-color: rgb(3 105 161 / 0.95);
}

.border-sky-800{
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.border-sky-800\/0{
  border-color: rgb(7 89 133 / 0);
}

.border-sky-800\/10{
  border-color: rgb(7 89 133 / 0.1);
}

.border-sky-800\/100{
  border-color: rgb(7 89 133 / 1);
}

.border-sky-800\/20{
  border-color: rgb(7 89 133 / 0.2);
}

.border-sky-800\/25{
  border-color: rgb(7 89 133 / 0.25);
}

.border-sky-800\/30{
  border-color: rgb(7 89 133 / 0.3);
}

.border-sky-800\/40{
  border-color: rgb(7 89 133 / 0.4);
}

.border-sky-800\/5{
  border-color: rgb(7 89 133 / 0.05);
}

.border-sky-800\/50{
  border-color: rgb(7 89 133 / 0.5);
}

.border-sky-800\/60{
  border-color: rgb(7 89 133 / 0.6);
}

.border-sky-800\/70{
  border-color: rgb(7 89 133 / 0.7);
}

.border-sky-800\/75{
  border-color: rgb(7 89 133 / 0.75);
}

.border-sky-800\/80{
  border-color: rgb(7 89 133 / 0.8);
}

.border-sky-800\/90{
  border-color: rgb(7 89 133 / 0.9);
}

.border-sky-800\/95{
  border-color: rgb(7 89 133 / 0.95);
}

.border-sky-900{
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.border-sky-900\/0{
  border-color: rgb(12 74 110 / 0);
}

.border-sky-900\/10{
  border-color: rgb(12 74 110 / 0.1);
}

.border-sky-900\/100{
  border-color: rgb(12 74 110 / 1);
}

.border-sky-900\/20{
  border-color: rgb(12 74 110 / 0.2);
}

.border-sky-900\/25{
  border-color: rgb(12 74 110 / 0.25);
}

.border-sky-900\/30{
  border-color: rgb(12 74 110 / 0.3);
}

.border-sky-900\/40{
  border-color: rgb(12 74 110 / 0.4);
}

.border-sky-900\/5{
  border-color: rgb(12 74 110 / 0.05);
}

.border-sky-900\/50{
  border-color: rgb(12 74 110 / 0.5);
}

.border-sky-900\/60{
  border-color: rgb(12 74 110 / 0.6);
}

.border-sky-900\/70{
  border-color: rgb(12 74 110 / 0.7);
}

.border-sky-900\/75{
  border-color: rgb(12 74 110 / 0.75);
}

.border-sky-900\/80{
  border-color: rgb(12 74 110 / 0.8);
}

.border-sky-900\/90{
  border-color: rgb(12 74 110 / 0.9);
}

.border-sky-900\/95{
  border-color: rgb(12 74 110 / 0.95);
}

.border-slate-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-slate-100\/0{
  border-color: rgb(241 245 249 / 0);
}

.border-slate-100\/10{
  border-color: rgb(241 245 249 / 0.1);
}

.border-slate-100\/100{
  border-color: rgb(241 245 249 / 1);
}

.border-slate-100\/20{
  border-color: rgb(241 245 249 / 0.2);
}

.border-slate-100\/25{
  border-color: rgb(241 245 249 / 0.25);
}

.border-slate-100\/30{
  border-color: rgb(241 245 249 / 0.3);
}

.border-slate-100\/40{
  border-color: rgb(241 245 249 / 0.4);
}

.border-slate-100\/5{
  border-color: rgb(241 245 249 / 0.05);
}

.border-slate-100\/50{
  border-color: rgb(241 245 249 / 0.5);
}

.border-slate-100\/60{
  border-color: rgb(241 245 249 / 0.6);
}

.border-slate-100\/70{
  border-color: rgb(241 245 249 / 0.7);
}

.border-slate-100\/75{
  border-color: rgb(241 245 249 / 0.75);
}

.border-slate-100\/80{
  border-color: rgb(241 245 249 / 0.8);
}

.border-slate-100\/90{
  border-color: rgb(241 245 249 / 0.9);
}

.border-slate-100\/95{
  border-color: rgb(241 245 249 / 0.95);
}

.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-slate-200\/0{
  border-color: rgb(226 232 240 / 0);
}

.border-slate-200\/10{
  border-color: rgb(226 232 240 / 0.1);
}

.border-slate-200\/100{
  border-color: rgb(226 232 240 / 1);
}

.border-slate-200\/20{
  border-color: rgb(226 232 240 / 0.2);
}

.border-slate-200\/25{
  border-color: rgb(226 232 240 / 0.25);
}

.border-slate-200\/30{
  border-color: rgb(226 232 240 / 0.3);
}

.border-slate-200\/40{
  border-color: rgb(226 232 240 / 0.4);
}

.border-slate-200\/5{
  border-color: rgb(226 232 240 / 0.05);
}

.border-slate-200\/50{
  border-color: rgb(226 232 240 / 0.5);
}

.border-slate-200\/60{
  border-color: rgb(226 232 240 / 0.6);
}

.border-slate-200\/70{
  border-color: rgb(226 232 240 / 0.7);
}

.border-slate-200\/75{
  border-color: rgb(226 232 240 / 0.75);
}

.border-slate-200\/80{
  border-color: rgb(226 232 240 / 0.8);
}

.border-slate-200\/90{
  border-color: rgb(226 232 240 / 0.9);
}

.border-slate-200\/95{
  border-color: rgb(226 232 240 / 0.95);
}

.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-slate-300\/0{
  border-color: rgb(203 213 225 / 0);
}

.border-slate-300\/10{
  border-color: rgb(203 213 225 / 0.1);
}

.border-slate-300\/100{
  border-color: rgb(203 213 225 / 1);
}

.border-slate-300\/20{
  border-color: rgb(203 213 225 / 0.2);
}

.border-slate-300\/25{
  border-color: rgb(203 213 225 / 0.25);
}

.border-slate-300\/30{
  border-color: rgb(203 213 225 / 0.3);
}

.border-slate-300\/40{
  border-color: rgb(203 213 225 / 0.4);
}

.border-slate-300\/5{
  border-color: rgb(203 213 225 / 0.05);
}

.border-slate-300\/50{
  border-color: rgb(203 213 225 / 0.5);
}

.border-slate-300\/60{
  border-color: rgb(203 213 225 / 0.6);
}

.border-slate-300\/70{
  border-color: rgb(203 213 225 / 0.7);
}

.border-slate-300\/75{
  border-color: rgb(203 213 225 / 0.75);
}

.border-slate-300\/80{
  border-color: rgb(203 213 225 / 0.8);
}

.border-slate-300\/90{
  border-color: rgb(203 213 225 / 0.9);
}

.border-slate-300\/95{
  border-color: rgb(203 213 225 / 0.95);
}

.border-slate-400{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-slate-400\/0{
  border-color: rgb(148 163 184 / 0);
}

.border-slate-400\/10{
  border-color: rgb(148 163 184 / 0.1);
}

.border-slate-400\/100{
  border-color: rgb(148 163 184 / 1);
}

.border-slate-400\/20{
  border-color: rgb(148 163 184 / 0.2);
}

.border-slate-400\/25{
  border-color: rgb(148 163 184 / 0.25);
}

.border-slate-400\/30{
  border-color: rgb(148 163 184 / 0.3);
}

.border-slate-400\/40{
  border-color: rgb(148 163 184 / 0.4);
}

.border-slate-400\/5{
  border-color: rgb(148 163 184 / 0.05);
}

.border-slate-400\/50{
  border-color: rgb(148 163 184 / 0.5);
}

.border-slate-400\/60{
  border-color: rgb(148 163 184 / 0.6);
}

.border-slate-400\/70{
  border-color: rgb(148 163 184 / 0.7);
}

.border-slate-400\/75{
  border-color: rgb(148 163 184 / 0.75);
}

.border-slate-400\/80{
  border-color: rgb(148 163 184 / 0.8);
}

.border-slate-400\/90{
  border-color: rgb(148 163 184 / 0.9);
}

.border-slate-400\/95{
  border-color: rgb(148 163 184 / 0.95);
}

.border-slate-50{
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-slate-50\/0{
  border-color: rgb(248 250 252 / 0);
}

.border-slate-50\/10{
  border-color: rgb(248 250 252 / 0.1);
}

.border-slate-50\/100{
  border-color: rgb(248 250 252 / 1);
}

.border-slate-50\/20{
  border-color: rgb(248 250 252 / 0.2);
}

.border-slate-50\/25{
  border-color: rgb(248 250 252 / 0.25);
}

.border-slate-50\/30{
  border-color: rgb(248 250 252 / 0.3);
}

.border-slate-50\/40{
  border-color: rgb(248 250 252 / 0.4);
}

.border-slate-50\/5{
  border-color: rgb(248 250 252 / 0.05);
}

.border-slate-50\/50{
  border-color: rgb(248 250 252 / 0.5);
}

.border-slate-50\/60{
  border-color: rgb(248 250 252 / 0.6);
}

.border-slate-50\/70{
  border-color: rgb(248 250 252 / 0.7);
}

.border-slate-50\/75{
  border-color: rgb(248 250 252 / 0.75);
}

.border-slate-50\/80{
  border-color: rgb(248 250 252 / 0.8);
}

.border-slate-50\/90{
  border-color: rgb(248 250 252 / 0.9);
}

.border-slate-50\/95{
  border-color: rgb(248 250 252 / 0.95);
}

.border-slate-500{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-slate-500\/0{
  border-color: rgb(100 116 139 / 0);
}

.border-slate-500\/10{
  border-color: rgb(100 116 139 / 0.1);
}

.border-slate-500\/100{
  border-color: rgb(100 116 139 / 1);
}

.border-slate-500\/20{
  border-color: rgb(100 116 139 / 0.2);
}

.border-slate-500\/25{
  border-color: rgb(100 116 139 / 0.25);
}

.border-slate-500\/30{
  border-color: rgb(100 116 139 / 0.3);
}

.border-slate-500\/40{
  border-color: rgb(100 116 139 / 0.4);
}

.border-slate-500\/5{
  border-color: rgb(100 116 139 / 0.05);
}

.border-slate-500\/50{
  border-color: rgb(100 116 139 / 0.5);
}

.border-slate-500\/60{
  border-color: rgb(100 116 139 / 0.6);
}

.border-slate-500\/70{
  border-color: rgb(100 116 139 / 0.7);
}

.border-slate-500\/75{
  border-color: rgb(100 116 139 / 0.75);
}

.border-slate-500\/80{
  border-color: rgb(100 116 139 / 0.8);
}

.border-slate-500\/90{
  border-color: rgb(100 116 139 / 0.9);
}

.border-slate-500\/95{
  border-color: rgb(100 116 139 / 0.95);
}

.border-slate-600{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-slate-600\/0{
  border-color: rgb(71 85 105 / 0);
}

.border-slate-600\/10{
  border-color: rgb(71 85 105 / 0.1);
}

.border-slate-600\/100{
  border-color: rgb(71 85 105 / 1);
}

.border-slate-600\/20{
  border-color: rgb(71 85 105 / 0.2);
}

.border-slate-600\/25{
  border-color: rgb(71 85 105 / 0.25);
}

.border-slate-600\/30{
  border-color: rgb(71 85 105 / 0.3);
}

.border-slate-600\/40{
  border-color: rgb(71 85 105 / 0.4);
}

.border-slate-600\/5{
  border-color: rgb(71 85 105 / 0.05);
}

.border-slate-600\/50{
  border-color: rgb(71 85 105 / 0.5);
}

.border-slate-600\/60{
  border-color: rgb(71 85 105 / 0.6);
}

.border-slate-600\/70{
  border-color: rgb(71 85 105 / 0.7);
}

.border-slate-600\/75{
  border-color: rgb(71 85 105 / 0.75);
}

.border-slate-600\/80{
  border-color: rgb(71 85 105 / 0.8);
}

.border-slate-600\/90{
  border-color: rgb(71 85 105 / 0.9);
}

.border-slate-600\/95{
  border-color: rgb(71 85 105 / 0.95);
}

.border-slate-700{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-slate-700\/0{
  border-color: rgb(51 65 85 / 0);
}

.border-slate-700\/10{
  border-color: rgb(51 65 85 / 0.1);
}

.border-slate-700\/100{
  border-color: rgb(51 65 85 / 1);
}

.border-slate-700\/20{
  border-color: rgb(51 65 85 / 0.2);
}

.border-slate-700\/25{
  border-color: rgb(51 65 85 / 0.25);
}

.border-slate-700\/30{
  border-color: rgb(51 65 85 / 0.3);
}

.border-slate-700\/40{
  border-color: rgb(51 65 85 / 0.4);
}

.border-slate-700\/5{
  border-color: rgb(51 65 85 / 0.05);
}

.border-slate-700\/50{
  border-color: rgb(51 65 85 / 0.5);
}

.border-slate-700\/60{
  border-color: rgb(51 65 85 / 0.6);
}

.border-slate-700\/70{
  border-color: rgb(51 65 85 / 0.7);
}

.border-slate-700\/75{
  border-color: rgb(51 65 85 / 0.75);
}

.border-slate-700\/80{
  border-color: rgb(51 65 85 / 0.8);
}

.border-slate-700\/90{
  border-color: rgb(51 65 85 / 0.9);
}

.border-slate-700\/95{
  border-color: rgb(51 65 85 / 0.95);
}

.border-slate-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-slate-800\/0{
  border-color: rgb(30 41 59 / 0);
}

.border-slate-800\/10{
  border-color: rgb(30 41 59 / 0.1);
}

.border-slate-800\/100{
  border-color: rgb(30 41 59 / 1);
}

.border-slate-800\/20{
  border-color: rgb(30 41 59 / 0.2);
}

.border-slate-800\/25{
  border-color: rgb(30 41 59 / 0.25);
}

.border-slate-800\/30{
  border-color: rgb(30 41 59 / 0.3);
}

.border-slate-800\/40{
  border-color: rgb(30 41 59 / 0.4);
}

.border-slate-800\/5{
  border-color: rgb(30 41 59 / 0.05);
}

.border-slate-800\/50{
  border-color: rgb(30 41 59 / 0.5);
}

.border-slate-800\/60{
  border-color: rgb(30 41 59 / 0.6);
}

.border-slate-800\/70{
  border-color: rgb(30 41 59 / 0.7);
}

.border-slate-800\/75{
  border-color: rgb(30 41 59 / 0.75);
}

.border-slate-800\/80{
  border-color: rgb(30 41 59 / 0.8);
}

.border-slate-800\/90{
  border-color: rgb(30 41 59 / 0.9);
}

.border-slate-800\/95{
  border-color: rgb(30 41 59 / 0.95);
}

.border-slate-900{
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-slate-900\/0{
  border-color: rgb(15 23 42 / 0);
}

.border-slate-900\/10{
  border-color: rgb(15 23 42 / 0.1);
}

.border-slate-900\/100{
  border-color: rgb(15 23 42 / 1);
}

.border-slate-900\/20{
  border-color: rgb(15 23 42 / 0.2);
}

.border-slate-900\/25{
  border-color: rgb(15 23 42 / 0.25);
}

.border-slate-900\/30{
  border-color: rgb(15 23 42 / 0.3);
}

.border-slate-900\/40{
  border-color: rgb(15 23 42 / 0.4);
}

.border-slate-900\/5{
  border-color: rgb(15 23 42 / 0.05);
}

.border-slate-900\/50{
  border-color: rgb(15 23 42 / 0.5);
}

.border-slate-900\/60{
  border-color: rgb(15 23 42 / 0.6);
}

.border-slate-900\/70{
  border-color: rgb(15 23 42 / 0.7);
}

.border-slate-900\/75{
  border-color: rgb(15 23 42 / 0.75);
}

.border-slate-900\/80{
  border-color: rgb(15 23 42 / 0.8);
}

.border-slate-900\/90{
  border-color: rgb(15 23 42 / 0.9);
}

.border-slate-900\/95{
  border-color: rgb(15 23 42 / 0.95);
}

.border-stone-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.border-stone-100\/0{
  border-color: rgb(245 245 244 / 0);
}

.border-stone-100\/10{
  border-color: rgb(245 245 244 / 0.1);
}

.border-stone-100\/100{
  border-color: rgb(245 245 244 / 1);
}

.border-stone-100\/20{
  border-color: rgb(245 245 244 / 0.2);
}

.border-stone-100\/25{
  border-color: rgb(245 245 244 / 0.25);
}

.border-stone-100\/30{
  border-color: rgb(245 245 244 / 0.3);
}

.border-stone-100\/40{
  border-color: rgb(245 245 244 / 0.4);
}

.border-stone-100\/5{
  border-color: rgb(245 245 244 / 0.05);
}

.border-stone-100\/50{
  border-color: rgb(245 245 244 / 0.5);
}

.border-stone-100\/60{
  border-color: rgb(245 245 244 / 0.6);
}

.border-stone-100\/70{
  border-color: rgb(245 245 244 / 0.7);
}

.border-stone-100\/75{
  border-color: rgb(245 245 244 / 0.75);
}

.border-stone-100\/80{
  border-color: rgb(245 245 244 / 0.8);
}

.border-stone-100\/90{
  border-color: rgb(245 245 244 / 0.9);
}

.border-stone-100\/95{
  border-color: rgb(245 245 244 / 0.95);
}

.border-stone-200{
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-stone-200\/0{
  border-color: rgb(231 229 228 / 0);
}

.border-stone-200\/10{
  border-color: rgb(231 229 228 / 0.1);
}

.border-stone-200\/100{
  border-color: rgb(231 229 228 / 1);
}

.border-stone-200\/20{
  border-color: rgb(231 229 228 / 0.2);
}

.border-stone-200\/25{
  border-color: rgb(231 229 228 / 0.25);
}

.border-stone-200\/30{
  border-color: rgb(231 229 228 / 0.3);
}

.border-stone-200\/40{
  border-color: rgb(231 229 228 / 0.4);
}

.border-stone-200\/5{
  border-color: rgb(231 229 228 / 0.05);
}

.border-stone-200\/50{
  border-color: rgb(231 229 228 / 0.5);
}

.border-stone-200\/60{
  border-color: rgb(231 229 228 / 0.6);
}

.border-stone-200\/70{
  border-color: rgb(231 229 228 / 0.7);
}

.border-stone-200\/75{
  border-color: rgb(231 229 228 / 0.75);
}

.border-stone-200\/80{
  border-color: rgb(231 229 228 / 0.8);
}

.border-stone-200\/90{
  border-color: rgb(231 229 228 / 0.9);
}

.border-stone-200\/95{
  border-color: rgb(231 229 228 / 0.95);
}

.border-stone-300{
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-stone-300\/0{
  border-color: rgb(214 211 209 / 0);
}

.border-stone-300\/10{
  border-color: rgb(214 211 209 / 0.1);
}

.border-stone-300\/100{
  border-color: rgb(214 211 209 / 1);
}

.border-stone-300\/20{
  border-color: rgb(214 211 209 / 0.2);
}

.border-stone-300\/25{
  border-color: rgb(214 211 209 / 0.25);
}

.border-stone-300\/30{
  border-color: rgb(214 211 209 / 0.3);
}

.border-stone-300\/40{
  border-color: rgb(214 211 209 / 0.4);
}

.border-stone-300\/5{
  border-color: rgb(214 211 209 / 0.05);
}

.border-stone-300\/50{
  border-color: rgb(214 211 209 / 0.5);
}

.border-stone-300\/60{
  border-color: rgb(214 211 209 / 0.6);
}

.border-stone-300\/70{
  border-color: rgb(214 211 209 / 0.7);
}

.border-stone-300\/75{
  border-color: rgb(214 211 209 / 0.75);
}

.border-stone-300\/80{
  border-color: rgb(214 211 209 / 0.8);
}

.border-stone-300\/90{
  border-color: rgb(214 211 209 / 0.9);
}

.border-stone-300\/95{
  border-color: rgb(214 211 209 / 0.95);
}

.border-stone-400{
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-stone-400\/0{
  border-color: rgb(168 162 158 / 0);
}

.border-stone-400\/10{
  border-color: rgb(168 162 158 / 0.1);
}

.border-stone-400\/100{
  border-color: rgb(168 162 158 / 1);
}

.border-stone-400\/20{
  border-color: rgb(168 162 158 / 0.2);
}

.border-stone-400\/25{
  border-color: rgb(168 162 158 / 0.25);
}

.border-stone-400\/30{
  border-color: rgb(168 162 158 / 0.3);
}

.border-stone-400\/40{
  border-color: rgb(168 162 158 / 0.4);
}

.border-stone-400\/5{
  border-color: rgb(168 162 158 / 0.05);
}

.border-stone-400\/50{
  border-color: rgb(168 162 158 / 0.5);
}

.border-stone-400\/60{
  border-color: rgb(168 162 158 / 0.6);
}

.border-stone-400\/70{
  border-color: rgb(168 162 158 / 0.7);
}

.border-stone-400\/75{
  border-color: rgb(168 162 158 / 0.75);
}

.border-stone-400\/80{
  border-color: rgb(168 162 158 / 0.8);
}

.border-stone-400\/90{
  border-color: rgb(168 162 158 / 0.9);
}

.border-stone-400\/95{
  border-color: rgb(168 162 158 / 0.95);
}

.border-stone-50{
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.border-stone-50\/0{
  border-color: rgb(250 250 249 / 0);
}

.border-stone-50\/10{
  border-color: rgb(250 250 249 / 0.1);
}

.border-stone-50\/100{
  border-color: rgb(250 250 249 / 1);
}

.border-stone-50\/20{
  border-color: rgb(250 250 249 / 0.2);
}

.border-stone-50\/25{
  border-color: rgb(250 250 249 / 0.25);
}

.border-stone-50\/30{
  border-color: rgb(250 250 249 / 0.3);
}

.border-stone-50\/40{
  border-color: rgb(250 250 249 / 0.4);
}

.border-stone-50\/5{
  border-color: rgb(250 250 249 / 0.05);
}

.border-stone-50\/50{
  border-color: rgb(250 250 249 / 0.5);
}

.border-stone-50\/60{
  border-color: rgb(250 250 249 / 0.6);
}

.border-stone-50\/70{
  border-color: rgb(250 250 249 / 0.7);
}

.border-stone-50\/75{
  border-color: rgb(250 250 249 / 0.75);
}

.border-stone-50\/80{
  border-color: rgb(250 250 249 / 0.8);
}

.border-stone-50\/90{
  border-color: rgb(250 250 249 / 0.9);
}

.border-stone-50\/95{
  border-color: rgb(250 250 249 / 0.95);
}

.border-stone-500{
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-stone-500\/0{
  border-color: rgb(120 113 108 / 0);
}

.border-stone-500\/10{
  border-color: rgb(120 113 108 / 0.1);
}

.border-stone-500\/100{
  border-color: rgb(120 113 108 / 1);
}

.border-stone-500\/20{
  border-color: rgb(120 113 108 / 0.2);
}

.border-stone-500\/25{
  border-color: rgb(120 113 108 / 0.25);
}

.border-stone-500\/30{
  border-color: rgb(120 113 108 / 0.3);
}

.border-stone-500\/40{
  border-color: rgb(120 113 108 / 0.4);
}

.border-stone-500\/5{
  border-color: rgb(120 113 108 / 0.05);
}

.border-stone-500\/50{
  border-color: rgb(120 113 108 / 0.5);
}

.border-stone-500\/60{
  border-color: rgb(120 113 108 / 0.6);
}

.border-stone-500\/70{
  border-color: rgb(120 113 108 / 0.7);
}

.border-stone-500\/75{
  border-color: rgb(120 113 108 / 0.75);
}

.border-stone-500\/80{
  border-color: rgb(120 113 108 / 0.8);
}

.border-stone-500\/90{
  border-color: rgb(120 113 108 / 0.9);
}

.border-stone-500\/95{
  border-color: rgb(120 113 108 / 0.95);
}

.border-stone-600{
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-stone-600\/0{
  border-color: rgb(87 83 78 / 0);
}

.border-stone-600\/10{
  border-color: rgb(87 83 78 / 0.1);
}

.border-stone-600\/100{
  border-color: rgb(87 83 78 / 1);
}

.border-stone-600\/20{
  border-color: rgb(87 83 78 / 0.2);
}

.border-stone-600\/25{
  border-color: rgb(87 83 78 / 0.25);
}

.border-stone-600\/30{
  border-color: rgb(87 83 78 / 0.3);
}

.border-stone-600\/40{
  border-color: rgb(87 83 78 / 0.4);
}

.border-stone-600\/5{
  border-color: rgb(87 83 78 / 0.05);
}

.border-stone-600\/50{
  border-color: rgb(87 83 78 / 0.5);
}

.border-stone-600\/60{
  border-color: rgb(87 83 78 / 0.6);
}

.border-stone-600\/70{
  border-color: rgb(87 83 78 / 0.7);
}

.border-stone-600\/75{
  border-color: rgb(87 83 78 / 0.75);
}

.border-stone-600\/80{
  border-color: rgb(87 83 78 / 0.8);
}

.border-stone-600\/90{
  border-color: rgb(87 83 78 / 0.9);
}

.border-stone-600\/95{
  border-color: rgb(87 83 78 / 0.95);
}

.border-stone-700{
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-stone-700\/0{
  border-color: rgb(68 64 60 / 0);
}

.border-stone-700\/10{
  border-color: rgb(68 64 60 / 0.1);
}

.border-stone-700\/100{
  border-color: rgb(68 64 60 / 1);
}

.border-stone-700\/20{
  border-color: rgb(68 64 60 / 0.2);
}

.border-stone-700\/25{
  border-color: rgb(68 64 60 / 0.25);
}

.border-stone-700\/30{
  border-color: rgb(68 64 60 / 0.3);
}

.border-stone-700\/40{
  border-color: rgb(68 64 60 / 0.4);
}

.border-stone-700\/5{
  border-color: rgb(68 64 60 / 0.05);
}

.border-stone-700\/50{
  border-color: rgb(68 64 60 / 0.5);
}

.border-stone-700\/60{
  border-color: rgb(68 64 60 / 0.6);
}

.border-stone-700\/70{
  border-color: rgb(68 64 60 / 0.7);
}

.border-stone-700\/75{
  border-color: rgb(68 64 60 / 0.75);
}

.border-stone-700\/80{
  border-color: rgb(68 64 60 / 0.8);
}

.border-stone-700\/90{
  border-color: rgb(68 64 60 / 0.9);
}

.border-stone-700\/95{
  border-color: rgb(68 64 60 / 0.95);
}

.border-stone-800{
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.border-stone-800\/0{
  border-color: rgb(41 37 36 / 0);
}

.border-stone-800\/10{
  border-color: rgb(41 37 36 / 0.1);
}

.border-stone-800\/100{
  border-color: rgb(41 37 36 / 1);
}

.border-stone-800\/20{
  border-color: rgb(41 37 36 / 0.2);
}

.border-stone-800\/25{
  border-color: rgb(41 37 36 / 0.25);
}

.border-stone-800\/30{
  border-color: rgb(41 37 36 / 0.3);
}

.border-stone-800\/40{
  border-color: rgb(41 37 36 / 0.4);
}

.border-stone-800\/5{
  border-color: rgb(41 37 36 / 0.05);
}

.border-stone-800\/50{
  border-color: rgb(41 37 36 / 0.5);
}

.border-stone-800\/60{
  border-color: rgb(41 37 36 / 0.6);
}

.border-stone-800\/70{
  border-color: rgb(41 37 36 / 0.7);
}

.border-stone-800\/75{
  border-color: rgb(41 37 36 / 0.75);
}

.border-stone-800\/80{
  border-color: rgb(41 37 36 / 0.8);
}

.border-stone-800\/90{
  border-color: rgb(41 37 36 / 0.9);
}

.border-stone-800\/95{
  border-color: rgb(41 37 36 / 0.95);
}

.border-stone-900{
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.border-stone-900\/0{
  border-color: rgb(28 25 23 / 0);
}

.border-stone-900\/10{
  border-color: rgb(28 25 23 / 0.1);
}

.border-stone-900\/100{
  border-color: rgb(28 25 23 / 1);
}

.border-stone-900\/20{
  border-color: rgb(28 25 23 / 0.2);
}

.border-stone-900\/25{
  border-color: rgb(28 25 23 / 0.25);
}

.border-stone-900\/30{
  border-color: rgb(28 25 23 / 0.3);
}

.border-stone-900\/40{
  border-color: rgb(28 25 23 / 0.4);
}

.border-stone-900\/5{
  border-color: rgb(28 25 23 / 0.05);
}

.border-stone-900\/50{
  border-color: rgb(28 25 23 / 0.5);
}

.border-stone-900\/60{
  border-color: rgb(28 25 23 / 0.6);
}

.border-stone-900\/70{
  border-color: rgb(28 25 23 / 0.7);
}

.border-stone-900\/75{
  border-color: rgb(28 25 23 / 0.75);
}

.border-stone-900\/80{
  border-color: rgb(28 25 23 / 0.8);
}

.border-stone-900\/90{
  border-color: rgb(28 25 23 / 0.9);
}

.border-stone-900\/95{
  border-color: rgb(28 25 23 / 0.95);
}

.border-teal-100{
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.border-teal-100\/0{
  border-color: rgb(204 251 241 / 0);
}

.border-teal-100\/10{
  border-color: rgb(204 251 241 / 0.1);
}

.border-teal-100\/100{
  border-color: rgb(204 251 241 / 1);
}

.border-teal-100\/20{
  border-color: rgb(204 251 241 / 0.2);
}

.border-teal-100\/25{
  border-color: rgb(204 251 241 / 0.25);
}

.border-teal-100\/30{
  border-color: rgb(204 251 241 / 0.3);
}

.border-teal-100\/40{
  border-color: rgb(204 251 241 / 0.4);
}

.border-teal-100\/5{
  border-color: rgb(204 251 241 / 0.05);
}

.border-teal-100\/50{
  border-color: rgb(204 251 241 / 0.5);
}

.border-teal-100\/60{
  border-color: rgb(204 251 241 / 0.6);
}

.border-teal-100\/70{
  border-color: rgb(204 251 241 / 0.7);
}

.border-teal-100\/75{
  border-color: rgb(204 251 241 / 0.75);
}

.border-teal-100\/80{
  border-color: rgb(204 251 241 / 0.8);
}

.border-teal-100\/90{
  border-color: rgb(204 251 241 / 0.9);
}

.border-teal-100\/95{
  border-color: rgb(204 251 241 / 0.95);
}

.border-teal-200{
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.border-teal-200\/0{
  border-color: rgb(153 246 228 / 0);
}

.border-teal-200\/10{
  border-color: rgb(153 246 228 / 0.1);
}

.border-teal-200\/100{
  border-color: rgb(153 246 228 / 1);
}

.border-teal-200\/20{
  border-color: rgb(153 246 228 / 0.2);
}

.border-teal-200\/25{
  border-color: rgb(153 246 228 / 0.25);
}

.border-teal-200\/30{
  border-color: rgb(153 246 228 / 0.3);
}

.border-teal-200\/40{
  border-color: rgb(153 246 228 / 0.4);
}

.border-teal-200\/5{
  border-color: rgb(153 246 228 / 0.05);
}

.border-teal-200\/50{
  border-color: rgb(153 246 228 / 0.5);
}

.border-teal-200\/60{
  border-color: rgb(153 246 228 / 0.6);
}

.border-teal-200\/70{
  border-color: rgb(153 246 228 / 0.7);
}

.border-teal-200\/75{
  border-color: rgb(153 246 228 / 0.75);
}

.border-teal-200\/80{
  border-color: rgb(153 246 228 / 0.8);
}

.border-teal-200\/90{
  border-color: rgb(153 246 228 / 0.9);
}

.border-teal-200\/95{
  border-color: rgb(153 246 228 / 0.95);
}

.border-teal-300{
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.border-teal-300\/0{
  border-color: rgb(94 234 212 / 0);
}

.border-teal-300\/10{
  border-color: rgb(94 234 212 / 0.1);
}

.border-teal-300\/100{
  border-color: rgb(94 234 212 / 1);
}

.border-teal-300\/20{
  border-color: rgb(94 234 212 / 0.2);
}

.border-teal-300\/25{
  border-color: rgb(94 234 212 / 0.25);
}

.border-teal-300\/30{
  border-color: rgb(94 234 212 / 0.3);
}

.border-teal-300\/40{
  border-color: rgb(94 234 212 / 0.4);
}

.border-teal-300\/5{
  border-color: rgb(94 234 212 / 0.05);
}

.border-teal-300\/50{
  border-color: rgb(94 234 212 / 0.5);
}

.border-teal-300\/60{
  border-color: rgb(94 234 212 / 0.6);
}

.border-teal-300\/70{
  border-color: rgb(94 234 212 / 0.7);
}

.border-teal-300\/75{
  border-color: rgb(94 234 212 / 0.75);
}

.border-teal-300\/80{
  border-color: rgb(94 234 212 / 0.8);
}

.border-teal-300\/90{
  border-color: rgb(94 234 212 / 0.9);
}

.border-teal-300\/95{
  border-color: rgb(94 234 212 / 0.95);
}

.border-teal-400{
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.border-teal-400\/0{
  border-color: rgb(45 212 191 / 0);
}

.border-teal-400\/10{
  border-color: rgb(45 212 191 / 0.1);
}

.border-teal-400\/100{
  border-color: rgb(45 212 191 / 1);
}

.border-teal-400\/20{
  border-color: rgb(45 212 191 / 0.2);
}

.border-teal-400\/25{
  border-color: rgb(45 212 191 / 0.25);
}

.border-teal-400\/30{
  border-color: rgb(45 212 191 / 0.3);
}

.border-teal-400\/40{
  border-color: rgb(45 212 191 / 0.4);
}

.border-teal-400\/5{
  border-color: rgb(45 212 191 / 0.05);
}

.border-teal-400\/50{
  border-color: rgb(45 212 191 / 0.5);
}

.border-teal-400\/60{
  border-color: rgb(45 212 191 / 0.6);
}

.border-teal-400\/70{
  border-color: rgb(45 212 191 / 0.7);
}

.border-teal-400\/75{
  border-color: rgb(45 212 191 / 0.75);
}

.border-teal-400\/80{
  border-color: rgb(45 212 191 / 0.8);
}

.border-teal-400\/90{
  border-color: rgb(45 212 191 / 0.9);
}

.border-teal-400\/95{
  border-color: rgb(45 212 191 / 0.95);
}

.border-teal-50{
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.border-teal-50\/0{
  border-color: rgb(240 253 250 / 0);
}

.border-teal-50\/10{
  border-color: rgb(240 253 250 / 0.1);
}

.border-teal-50\/100{
  border-color: rgb(240 253 250 / 1);
}

.border-teal-50\/20{
  border-color: rgb(240 253 250 / 0.2);
}

.border-teal-50\/25{
  border-color: rgb(240 253 250 / 0.25);
}

.border-teal-50\/30{
  border-color: rgb(240 253 250 / 0.3);
}

.border-teal-50\/40{
  border-color: rgb(240 253 250 / 0.4);
}

.border-teal-50\/5{
  border-color: rgb(240 253 250 / 0.05);
}

.border-teal-50\/50{
  border-color: rgb(240 253 250 / 0.5);
}

.border-teal-50\/60{
  border-color: rgb(240 253 250 / 0.6);
}

.border-teal-50\/70{
  border-color: rgb(240 253 250 / 0.7);
}

.border-teal-50\/75{
  border-color: rgb(240 253 250 / 0.75);
}

.border-teal-50\/80{
  border-color: rgb(240 253 250 / 0.8);
}

.border-teal-50\/90{
  border-color: rgb(240 253 250 / 0.9);
}

.border-teal-50\/95{
  border-color: rgb(240 253 250 / 0.95);
}

.border-teal-500{
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-teal-500\/0{
  border-color: rgb(20 184 166 / 0);
}

.border-teal-500\/10{
  border-color: rgb(20 184 166 / 0.1);
}

.border-teal-500\/100{
  border-color: rgb(20 184 166 / 1);
}

.border-teal-500\/20{
  border-color: rgb(20 184 166 / 0.2);
}

.border-teal-500\/25{
  border-color: rgb(20 184 166 / 0.25);
}

.border-teal-500\/30{
  border-color: rgb(20 184 166 / 0.3);
}

.border-teal-500\/40{
  border-color: rgb(20 184 166 / 0.4);
}

.border-teal-500\/5{
  border-color: rgb(20 184 166 / 0.05);
}

.border-teal-500\/50{
  border-color: rgb(20 184 166 / 0.5);
}

.border-teal-500\/60{
  border-color: rgb(20 184 166 / 0.6);
}

.border-teal-500\/70{
  border-color: rgb(20 184 166 / 0.7);
}

.border-teal-500\/75{
  border-color: rgb(20 184 166 / 0.75);
}

.border-teal-500\/80{
  border-color: rgb(20 184 166 / 0.8);
}

.border-teal-500\/90{
  border-color: rgb(20 184 166 / 0.9);
}

.border-teal-500\/95{
  border-color: rgb(20 184 166 / 0.95);
}

.border-teal-600{
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-teal-600\/0{
  border-color: rgb(13 148 136 / 0);
}

.border-teal-600\/10{
  border-color: rgb(13 148 136 / 0.1);
}

.border-teal-600\/100{
  border-color: rgb(13 148 136 / 1);
}

.border-teal-600\/20{
  border-color: rgb(13 148 136 / 0.2);
}

.border-teal-600\/25{
  border-color: rgb(13 148 136 / 0.25);
}

.border-teal-600\/30{
  border-color: rgb(13 148 136 / 0.3);
}

.border-teal-600\/40{
  border-color: rgb(13 148 136 / 0.4);
}

.border-teal-600\/5{
  border-color: rgb(13 148 136 / 0.05);
}

.border-teal-600\/50{
  border-color: rgb(13 148 136 / 0.5);
}

.border-teal-600\/60{
  border-color: rgb(13 148 136 / 0.6);
}

.border-teal-600\/70{
  border-color: rgb(13 148 136 / 0.7);
}

.border-teal-600\/75{
  border-color: rgb(13 148 136 / 0.75);
}

.border-teal-600\/80{
  border-color: rgb(13 148 136 / 0.8);
}

.border-teal-600\/90{
  border-color: rgb(13 148 136 / 0.9);
}

.border-teal-600\/95{
  border-color: rgb(13 148 136 / 0.95);
}

.border-teal-700{
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-teal-700\/0{
  border-color: rgb(15 118 110 / 0);
}

.border-teal-700\/10{
  border-color: rgb(15 118 110 / 0.1);
}

.border-teal-700\/100{
  border-color: rgb(15 118 110 / 1);
}

.border-teal-700\/20{
  border-color: rgb(15 118 110 / 0.2);
}

.border-teal-700\/25{
  border-color: rgb(15 118 110 / 0.25);
}

.border-teal-700\/30{
  border-color: rgb(15 118 110 / 0.3);
}

.border-teal-700\/40{
  border-color: rgb(15 118 110 / 0.4);
}

.border-teal-700\/5{
  border-color: rgb(15 118 110 / 0.05);
}

.border-teal-700\/50{
  border-color: rgb(15 118 110 / 0.5);
}

.border-teal-700\/60{
  border-color: rgb(15 118 110 / 0.6);
}

.border-teal-700\/70{
  border-color: rgb(15 118 110 / 0.7);
}

.border-teal-700\/75{
  border-color: rgb(15 118 110 / 0.75);
}

.border-teal-700\/80{
  border-color: rgb(15 118 110 / 0.8);
}

.border-teal-700\/90{
  border-color: rgb(15 118 110 / 0.9);
}

.border-teal-700\/95{
  border-color: rgb(15 118 110 / 0.95);
}

.border-teal-800{
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.border-teal-800\/0{
  border-color: rgb(17 94 89 / 0);
}

.border-teal-800\/10{
  border-color: rgb(17 94 89 / 0.1);
}

.border-teal-800\/100{
  border-color: rgb(17 94 89 / 1);
}

.border-teal-800\/20{
  border-color: rgb(17 94 89 / 0.2);
}

.border-teal-800\/25{
  border-color: rgb(17 94 89 / 0.25);
}

.border-teal-800\/30{
  border-color: rgb(17 94 89 / 0.3);
}

.border-teal-800\/40{
  border-color: rgb(17 94 89 / 0.4);
}

.border-teal-800\/5{
  border-color: rgb(17 94 89 / 0.05);
}

.border-teal-800\/50{
  border-color: rgb(17 94 89 / 0.5);
}

.border-teal-800\/60{
  border-color: rgb(17 94 89 / 0.6);
}

.border-teal-800\/70{
  border-color: rgb(17 94 89 / 0.7);
}

.border-teal-800\/75{
  border-color: rgb(17 94 89 / 0.75);
}

.border-teal-800\/80{
  border-color: rgb(17 94 89 / 0.8);
}

.border-teal-800\/90{
  border-color: rgb(17 94 89 / 0.9);
}

.border-teal-800\/95{
  border-color: rgb(17 94 89 / 0.95);
}

.border-teal-900{
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.border-teal-900\/0{
  border-color: rgb(19 78 74 / 0);
}

.border-teal-900\/10{
  border-color: rgb(19 78 74 / 0.1);
}

.border-teal-900\/100{
  border-color: rgb(19 78 74 / 1);
}

.border-teal-900\/20{
  border-color: rgb(19 78 74 / 0.2);
}

.border-teal-900\/25{
  border-color: rgb(19 78 74 / 0.25);
}

.border-teal-900\/30{
  border-color: rgb(19 78 74 / 0.3);
}

.border-teal-900\/40{
  border-color: rgb(19 78 74 / 0.4);
}

.border-teal-900\/5{
  border-color: rgb(19 78 74 / 0.05);
}

.border-teal-900\/50{
  border-color: rgb(19 78 74 / 0.5);
}

.border-teal-900\/60{
  border-color: rgb(19 78 74 / 0.6);
}

.border-teal-900\/70{
  border-color: rgb(19 78 74 / 0.7);
}

.border-teal-900\/75{
  border-color: rgb(19 78 74 / 0.75);
}

.border-teal-900\/80{
  border-color: rgb(19 78 74 / 0.8);
}

.border-teal-900\/90{
  border-color: rgb(19 78 74 / 0.9);
}

.border-teal-900\/95{
  border-color: rgb(19 78 74 / 0.95);
}

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

.border-violet-100{
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-violet-100\/0{
  border-color: rgb(237 233 254 / 0);
}

.border-violet-100\/10{
  border-color: rgb(237 233 254 / 0.1);
}

.border-violet-100\/100{
  border-color: rgb(237 233 254 / 1);
}

.border-violet-100\/20{
  border-color: rgb(237 233 254 / 0.2);
}

.border-violet-100\/25{
  border-color: rgb(237 233 254 / 0.25);
}

.border-violet-100\/30{
  border-color: rgb(237 233 254 / 0.3);
}

.border-violet-100\/40{
  border-color: rgb(237 233 254 / 0.4);
}

.border-violet-100\/5{
  border-color: rgb(237 233 254 / 0.05);
}

.border-violet-100\/50{
  border-color: rgb(237 233 254 / 0.5);
}

.border-violet-100\/60{
  border-color: rgb(237 233 254 / 0.6);
}

.border-violet-100\/70{
  border-color: rgb(237 233 254 / 0.7);
}

.border-violet-100\/75{
  border-color: rgb(237 233 254 / 0.75);
}

.border-violet-100\/80{
  border-color: rgb(237 233 254 / 0.8);
}

.border-violet-100\/90{
  border-color: rgb(237 233 254 / 0.9);
}

.border-violet-100\/95{
  border-color: rgb(237 233 254 / 0.95);
}

.border-violet-200{
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.border-violet-200\/0{
  border-color: rgb(221 214 254 / 0);
}

.border-violet-200\/10{
  border-color: rgb(221 214 254 / 0.1);
}

.border-violet-200\/100{
  border-color: rgb(221 214 254 / 1);
}

.border-violet-200\/20{
  border-color: rgb(221 214 254 / 0.2);
}

.border-violet-200\/25{
  border-color: rgb(221 214 254 / 0.25);
}

.border-violet-200\/30{
  border-color: rgb(221 214 254 / 0.3);
}

.border-violet-200\/40{
  border-color: rgb(221 214 254 / 0.4);
}

.border-violet-200\/5{
  border-color: rgb(221 214 254 / 0.05);
}

.border-violet-200\/50{
  border-color: rgb(221 214 254 / 0.5);
}

.border-violet-200\/60{
  border-color: rgb(221 214 254 / 0.6);
}

.border-violet-200\/70{
  border-color: rgb(221 214 254 / 0.7);
}

.border-violet-200\/75{
  border-color: rgb(221 214 254 / 0.75);
}

.border-violet-200\/80{
  border-color: rgb(221 214 254 / 0.8);
}

.border-violet-200\/90{
  border-color: rgb(221 214 254 / 0.9);
}

.border-violet-200\/95{
  border-color: rgb(221 214 254 / 0.95);
}

.border-violet-300{
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.border-violet-300\/0{
  border-color: rgb(196 181 253 / 0);
}

.border-violet-300\/10{
  border-color: rgb(196 181 253 / 0.1);
}

.border-violet-300\/100{
  border-color: rgb(196 181 253 / 1);
}

.border-violet-300\/20{
  border-color: rgb(196 181 253 / 0.2);
}

.border-violet-300\/25{
  border-color: rgb(196 181 253 / 0.25);
}

.border-violet-300\/30{
  border-color: rgb(196 181 253 / 0.3);
}

.border-violet-300\/40{
  border-color: rgb(196 181 253 / 0.4);
}

.border-violet-300\/5{
  border-color: rgb(196 181 253 / 0.05);
}

.border-violet-300\/50{
  border-color: rgb(196 181 253 / 0.5);
}

.border-violet-300\/60{
  border-color: rgb(196 181 253 / 0.6);
}

.border-violet-300\/70{
  border-color: rgb(196 181 253 / 0.7);
}

.border-violet-300\/75{
  border-color: rgb(196 181 253 / 0.75);
}

.border-violet-300\/80{
  border-color: rgb(196 181 253 / 0.8);
}

.border-violet-300\/90{
  border-color: rgb(196 181 253 / 0.9);
}

.border-violet-300\/95{
  border-color: rgb(196 181 253 / 0.95);
}

.border-violet-400{
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.border-violet-400\/0{
  border-color: rgb(167 139 250 / 0);
}

.border-violet-400\/10{
  border-color: rgb(167 139 250 / 0.1);
}

.border-violet-400\/100{
  border-color: rgb(167 139 250 / 1);
}

.border-violet-400\/20{
  border-color: rgb(167 139 250 / 0.2);
}

.border-violet-400\/25{
  border-color: rgb(167 139 250 / 0.25);
}

.border-violet-400\/30{
  border-color: rgb(167 139 250 / 0.3);
}

.border-violet-400\/40{
  border-color: rgb(167 139 250 / 0.4);
}

.border-violet-400\/5{
  border-color: rgb(167 139 250 / 0.05);
}

.border-violet-400\/50{
  border-color: rgb(167 139 250 / 0.5);
}

.border-violet-400\/60{
  border-color: rgb(167 139 250 / 0.6);
}

.border-violet-400\/70{
  border-color: rgb(167 139 250 / 0.7);
}

.border-violet-400\/75{
  border-color: rgb(167 139 250 / 0.75);
}

.border-violet-400\/80{
  border-color: rgb(167 139 250 / 0.8);
}

.border-violet-400\/90{
  border-color: rgb(167 139 250 / 0.9);
}

.border-violet-400\/95{
  border-color: rgb(167 139 250 / 0.95);
}

.border-violet-50{
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.border-violet-50\/0{
  border-color: rgb(245 243 255 / 0);
}

.border-violet-50\/10{
  border-color: rgb(245 243 255 / 0.1);
}

.border-violet-50\/100{
  border-color: rgb(245 243 255 / 1);
}

.border-violet-50\/20{
  border-color: rgb(245 243 255 / 0.2);
}

.border-violet-50\/25{
  border-color: rgb(245 243 255 / 0.25);
}

.border-violet-50\/30{
  border-color: rgb(245 243 255 / 0.3);
}

.border-violet-50\/40{
  border-color: rgb(245 243 255 / 0.4);
}

.border-violet-50\/5{
  border-color: rgb(245 243 255 / 0.05);
}

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

.border-violet-50\/60{
  border-color: rgb(245 243 255 / 0.6);
}

.border-violet-50\/70{
  border-color: rgb(245 243 255 / 0.7);
}

.border-violet-50\/75{
  border-color: rgb(245 243 255 / 0.75);
}

.border-violet-50\/80{
  border-color: rgb(245 243 255 / 0.8);
}

.border-violet-50\/90{
  border-color: rgb(245 243 255 / 0.9);
}

.border-violet-50\/95{
  border-color: rgb(245 243 255 / 0.95);
}

.border-violet-500{
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.border-violet-500\/0{
  border-color: rgb(139 92 246 / 0);
}

.border-violet-500\/10{
  border-color: rgb(139 92 246 / 0.1);
}

.border-violet-500\/100{
  border-color: rgb(139 92 246 / 1);
}

.border-violet-500\/20{
  border-color: rgb(139 92 246 / 0.2);
}

.border-violet-500\/25{
  border-color: rgb(139 92 246 / 0.25);
}

.border-violet-500\/30{
  border-color: rgb(139 92 246 / 0.3);
}

.border-violet-500\/40{
  border-color: rgb(139 92 246 / 0.4);
}

.border-violet-500\/5{
  border-color: rgb(139 92 246 / 0.05);
}

.border-violet-500\/50{
  border-color: rgb(139 92 246 / 0.5);
}

.border-violet-500\/60{
  border-color: rgb(139 92 246 / 0.6);
}

.border-violet-500\/70{
  border-color: rgb(139 92 246 / 0.7);
}

.border-violet-500\/75{
  border-color: rgb(139 92 246 / 0.75);
}

.border-violet-500\/80{
  border-color: rgb(139 92 246 / 0.8);
}

.border-violet-500\/90{
  border-color: rgb(139 92 246 / 0.9);
}

.border-violet-500\/95{
  border-color: rgb(139 92 246 / 0.95);
}

.border-violet-600{
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.border-violet-600\/0{
  border-color: rgb(124 58 237 / 0);
}

.border-violet-600\/10{
  border-color: rgb(124 58 237 / 0.1);
}

.border-violet-600\/100{
  border-color: rgb(124 58 237 / 1);
}

.border-violet-600\/20{
  border-color: rgb(124 58 237 / 0.2);
}

.border-violet-600\/25{
  border-color: rgb(124 58 237 / 0.25);
}

.border-violet-600\/30{
  border-color: rgb(124 58 237 / 0.3);
}

.border-violet-600\/40{
  border-color: rgb(124 58 237 / 0.4);
}

.border-violet-600\/5{
  border-color: rgb(124 58 237 / 0.05);
}

.border-violet-600\/50{
  border-color: rgb(124 58 237 / 0.5);
}

.border-violet-600\/60{
  border-color: rgb(124 58 237 / 0.6);
}

.border-violet-600\/70{
  border-color: rgb(124 58 237 / 0.7);
}

.border-violet-600\/75{
  border-color: rgb(124 58 237 / 0.75);
}

.border-violet-600\/80{
  border-color: rgb(124 58 237 / 0.8);
}

.border-violet-600\/90{
  border-color: rgb(124 58 237 / 0.9);
}

.border-violet-600\/95{
  border-color: rgb(124 58 237 / 0.95);
}

.border-violet-700{
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.border-violet-700\/0{
  border-color: rgb(109 40 217 / 0);
}

.border-violet-700\/10{
  border-color: rgb(109 40 217 / 0.1);
}

.border-violet-700\/100{
  border-color: rgb(109 40 217 / 1);
}

.border-violet-700\/20{
  border-color: rgb(109 40 217 / 0.2);
}

.border-violet-700\/25{
  border-color: rgb(109 40 217 / 0.25);
}

.border-violet-700\/30{
  border-color: rgb(109 40 217 / 0.3);
}

.border-violet-700\/40{
  border-color: rgb(109 40 217 / 0.4);
}

.border-violet-700\/5{
  border-color: rgb(109 40 217 / 0.05);
}

.border-violet-700\/50{
  border-color: rgb(109 40 217 / 0.5);
}

.border-violet-700\/60{
  border-color: rgb(109 40 217 / 0.6);
}

.border-violet-700\/70{
  border-color: rgb(109 40 217 / 0.7);
}

.border-violet-700\/75{
  border-color: rgb(109 40 217 / 0.75);
}

.border-violet-700\/80{
  border-color: rgb(109 40 217 / 0.8);
}

.border-violet-700\/90{
  border-color: rgb(109 40 217 / 0.9);
}

.border-violet-700\/95{
  border-color: rgb(109 40 217 / 0.95);
}

.border-violet-800{
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.border-violet-800\/0{
  border-color: rgb(91 33 182 / 0);
}

.border-violet-800\/10{
  border-color: rgb(91 33 182 / 0.1);
}

.border-violet-800\/100{
  border-color: rgb(91 33 182 / 1);
}

.border-violet-800\/20{
  border-color: rgb(91 33 182 / 0.2);
}

.border-violet-800\/25{
  border-color: rgb(91 33 182 / 0.25);
}

.border-violet-800\/30{
  border-color: rgb(91 33 182 / 0.3);
}

.border-violet-800\/40{
  border-color: rgb(91 33 182 / 0.4);
}

.border-violet-800\/5{
  border-color: rgb(91 33 182 / 0.05);
}

.border-violet-800\/50{
  border-color: rgb(91 33 182 / 0.5);
}

.border-violet-800\/60{
  border-color: rgb(91 33 182 / 0.6);
}

.border-violet-800\/70{
  border-color: rgb(91 33 182 / 0.7);
}

.border-violet-800\/75{
  border-color: rgb(91 33 182 / 0.75);
}

.border-violet-800\/80{
  border-color: rgb(91 33 182 / 0.8);
}

.border-violet-800\/90{
  border-color: rgb(91 33 182 / 0.9);
}

.border-violet-800\/95{
  border-color: rgb(91 33 182 / 0.95);
}

.border-violet-900{
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.border-violet-900\/0{
  border-color: rgb(76 29 149 / 0);
}

.border-violet-900\/10{
  border-color: rgb(76 29 149 / 0.1);
}

.border-violet-900\/100{
  border-color: rgb(76 29 149 / 1);
}

.border-violet-900\/20{
  border-color: rgb(76 29 149 / 0.2);
}

.border-violet-900\/25{
  border-color: rgb(76 29 149 / 0.25);
}

.border-violet-900\/30{
  border-color: rgb(76 29 149 / 0.3);
}

.border-violet-900\/40{
  border-color: rgb(76 29 149 / 0.4);
}

.border-violet-900\/5{
  border-color: rgb(76 29 149 / 0.05);
}

.border-violet-900\/50{
  border-color: rgb(76 29 149 / 0.5);
}

.border-violet-900\/60{
  border-color: rgb(76 29 149 / 0.6);
}

.border-violet-900\/70{
  border-color: rgb(76 29 149 / 0.7);
}

.border-violet-900\/75{
  border-color: rgb(76 29 149 / 0.75);
}

.border-violet-900\/80{
  border-color: rgb(76 29 149 / 0.8);
}

.border-violet-900\/90{
  border-color: rgb(76 29 149 / 0.9);
}

.border-violet-900\/95{
  border-color: rgb(76 29 149 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-yellow-900\/0{
  border-color: rgb(113 63 18 / 0);
}

.border-yellow-900\/10{
  border-color: rgb(113 63 18 / 0.1);
}

.border-yellow-900\/100{
  border-color: rgb(113 63 18 / 1);
}

.border-yellow-900\/20{
  border-color: rgb(113 63 18 / 0.2);
}

.border-yellow-900\/25{
  border-color: rgb(113 63 18 / 0.25);
}

.border-yellow-900\/30{
  border-color: rgb(113 63 18 / 0.3);
}

.border-yellow-900\/40{
  border-color: rgb(113 63 18 / 0.4);
}

.border-yellow-900\/5{
  border-color: rgb(113 63 18 / 0.05);
}

.border-yellow-900\/50{
  border-color: rgb(113 63 18 / 0.5);
}

.border-yellow-900\/60{
  border-color: rgb(113 63 18 / 0.6);
}

.border-yellow-900\/70{
  border-color: rgb(113 63 18 / 0.7);
}

.border-yellow-900\/75{
  border-color: rgb(113 63 18 / 0.75);
}

.border-yellow-900\/80{
  border-color: rgb(113 63 18 / 0.8);
}

.border-yellow-900\/90{
  border-color: rgb(113 63 18 / 0.9);
}

.border-yellow-900\/95{
  border-color: rgb(113 63 18 / 0.95);
}

.border-zinc-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.\!border-l-amber-400{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 191 36 / var(--tw-border-opacity)) !important;
}

.\!border-l-blue-500{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}

.\!border-l-lime-500{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(132 204 22 / var(--tw-border-opacity)) !important;
}

.\!border-l-orange-500{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity)) !important;
}

.\!border-l-purple-400{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(192 132 252 / var(--tw-border-opacity)) !important;
}

.border-b-gray-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-t-cyan-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.\!bg-amber-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important;
}

.\!bg-cyan-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity)) !important;
}

.\!bg-cyan-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity)) !important;
}

.\!bg-lime-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity)) !important;
}

.\!bg-lime-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity)) !important;
}

.\!bg-lime-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity)) !important;
}

.\!bg-lime-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity)) !important;
}

.\!bg-lime-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity)) !important;
}

.\!bg-recurved_blue_white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 240 242 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}

.\!bg-rose-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity)) !important;
}

.\!bg-rose-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity)) !important;
}

.\!bg-rose-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity)) !important;
}

.\!bg-rose-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity)) !important;
}

.\!bg-rose-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity)) !important;
}

.\!bg-sky-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity)) !important;
}

.\!bg-slate-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
}

.\!bg-transparent{
  background-color: transparent !important;
}

.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

.bg-amber-100\/0{
  background-color: rgb(254 243 199 / 0);
}

.bg-amber-100\/10{
  background-color: rgb(254 243 199 / 0.1);
}

.bg-amber-100\/100{
  background-color: rgb(254 243 199 / 1);
}

.bg-amber-100\/20{
  background-color: rgb(254 243 199 / 0.2);
}

.bg-amber-100\/25{
  background-color: rgb(254 243 199 / 0.25);
}

.bg-amber-100\/30{
  background-color: rgb(254 243 199 / 0.3);
}

.bg-amber-100\/40{
  background-color: rgb(254 243 199 / 0.4);
}

.bg-amber-100\/5{
  background-color: rgb(254 243 199 / 0.05);
}

.bg-amber-100\/50{
  background-color: rgb(254 243 199 / 0.5);
}

.bg-amber-100\/60{
  background-color: rgb(254 243 199 / 0.6);
}

.bg-amber-100\/70{
  background-color: rgb(254 243 199 / 0.7);
}

.bg-amber-100\/75{
  background-color: rgb(254 243 199 / 0.75);
}

.bg-amber-100\/80{
  background-color: rgb(254 243 199 / 0.8);
}

.bg-amber-100\/90{
  background-color: rgb(254 243 199 / 0.9);
}

.bg-amber-100\/95{
  background-color: rgb(254 243 199 / 0.95);
}

.bg-amber-200{
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}

.bg-amber-200\/0{
  background-color: rgb(253 230 138 / 0);
}

.bg-amber-200\/10{
  background-color: rgb(253 230 138 / 0.1);
}

.bg-amber-200\/100{
  background-color: rgb(253 230 138 / 1);
}

.bg-amber-200\/20{
  background-color: rgb(253 230 138 / 0.2);
}

.bg-amber-200\/25{
  background-color: rgb(253 230 138 / 0.25);
}

.bg-amber-200\/30{
  background-color: rgb(253 230 138 / 0.3);
}

.bg-amber-200\/40{
  background-color: rgb(253 230 138 / 0.4);
}

.bg-amber-200\/5{
  background-color: rgb(253 230 138 / 0.05);
}

.bg-amber-200\/50{
  background-color: rgb(253 230 138 / 0.5);
}

.bg-amber-200\/60{
  background-color: rgb(253 230 138 / 0.6);
}

.bg-amber-200\/70{
  background-color: rgb(253 230 138 / 0.7);
}

.bg-amber-200\/75{
  background-color: rgb(253 230 138 / 0.75);
}

.bg-amber-200\/80{
  background-color: rgb(253 230 138 / 0.8);
}

.bg-amber-200\/90{
  background-color: rgb(253 230 138 / 0.9);
}

.bg-amber-200\/95{
  background-color: rgb(253 230 138 / 0.95);
}

.bg-amber-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}

.bg-amber-300\/0{
  background-color: rgb(252 211 77 / 0);
}

.bg-amber-300\/10{
  background-color: rgb(252 211 77 / 0.1);
}

.bg-amber-300\/100{
  background-color: rgb(252 211 77 / 1);
}

.bg-amber-300\/20{
  background-color: rgb(252 211 77 / 0.2);
}

.bg-amber-300\/25{
  background-color: rgb(252 211 77 / 0.25);
}

.bg-amber-300\/30{
  background-color: rgb(252 211 77 / 0.3);
}

.bg-amber-300\/40{
  background-color: rgb(252 211 77 / 0.4);
}

.bg-amber-300\/5{
  background-color: rgb(252 211 77 / 0.05);
}

.bg-amber-300\/50{
  background-color: rgb(252 211 77 / 0.5);
}

.bg-amber-300\/60{
  background-color: rgb(252 211 77 / 0.6);
}

.bg-amber-300\/70{
  background-color: rgb(252 211 77 / 0.7);
}

.bg-amber-300\/75{
  background-color: rgb(252 211 77 / 0.75);
}

.bg-amber-300\/80{
  background-color: rgb(252 211 77 / 0.8);
}

.bg-amber-300\/90{
  background-color: rgb(252 211 77 / 0.9);
}

.bg-amber-300\/95{
  background-color: rgb(252 211 77 / 0.95);
}

.bg-amber-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}

.bg-amber-400\/0{
  background-color: rgb(251 191 36 / 0);
}

.bg-amber-400\/10{
  background-color: rgb(251 191 36 / 0.1);
}

.bg-amber-400\/100{
  background-color: rgb(251 191 36 / 1);
}

.bg-amber-400\/20{
  background-color: rgb(251 191 36 / 0.2);
}

.bg-amber-400\/25{
  background-color: rgb(251 191 36 / 0.25);
}

.bg-amber-400\/30{
  background-color: rgb(251 191 36 / 0.3);
}

.bg-amber-400\/40{
  background-color: rgb(251 191 36 / 0.4);
}

.bg-amber-400\/5{
  background-color: rgb(251 191 36 / 0.05);
}

.bg-amber-400\/50{
  background-color: rgb(251 191 36 / 0.5);
}

.bg-amber-400\/60{
  background-color: rgb(251 191 36 / 0.6);
}

.bg-amber-400\/70{
  background-color: rgb(251 191 36 / 0.7);
}

.bg-amber-400\/75{
  background-color: rgb(251 191 36 / 0.75);
}

.bg-amber-400\/80{
  background-color: rgb(251 191 36 / 0.8);
}

.bg-amber-400\/90{
  background-color: rgb(251 191 36 / 0.9);
}

.bg-amber-400\/95{
  background-color: rgb(251 191 36 / 0.95);
}

.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}

.bg-amber-50\/0{
  background-color: rgb(255 251 235 / 0);
}

.bg-amber-50\/10{
  background-color: rgb(255 251 235 / 0.1);
}

.bg-amber-50\/100{
  background-color: rgb(255 251 235 / 1);
}

.bg-amber-50\/20{
  background-color: rgb(255 251 235 / 0.2);
}

.bg-amber-50\/25{
  background-color: rgb(255 251 235 / 0.25);
}

.bg-amber-50\/30{
  background-color: rgb(255 251 235 / 0.3);
}

.bg-amber-50\/40{
  background-color: rgb(255 251 235 / 0.4);
}

.bg-amber-50\/5{
  background-color: rgb(255 251 235 / 0.05);
}

.bg-amber-50\/50{
  background-color: rgb(255 251 235 / 0.5);
}

.bg-amber-50\/60{
  background-color: rgb(255 251 235 / 0.6);
}

.bg-amber-50\/70{
  background-color: rgb(255 251 235 / 0.7);
}

.bg-amber-50\/75{
  background-color: rgb(255 251 235 / 0.75);
}

.bg-amber-50\/80{
  background-color: rgb(255 251 235 / 0.8);
}

.bg-amber-50\/90{
  background-color: rgb(255 251 235 / 0.9);
}

.bg-amber-50\/95{
  background-color: rgb(255 251 235 / 0.95);
}

.bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

.bg-amber-500\/0{
  background-color: rgb(245 158 11 / 0);
}

.bg-amber-500\/10{
  background-color: rgb(245 158 11 / 0.1);
}

.bg-amber-500\/100{
  background-color: rgb(245 158 11 / 1);
}

.bg-amber-500\/20{
  background-color: rgb(245 158 11 / 0.2);
}

.bg-amber-500\/25{
  background-color: rgb(245 158 11 / 0.25);
}

.bg-amber-500\/30{
  background-color: rgb(245 158 11 / 0.3);
}

.bg-amber-500\/40{
  background-color: rgb(245 158 11 / 0.4);
}

.bg-amber-500\/5{
  background-color: rgb(245 158 11 / 0.05);
}

.bg-amber-500\/50{
  background-color: rgb(245 158 11 / 0.5);
}

.bg-amber-500\/60{
  background-color: rgb(245 158 11 / 0.6);
}

.bg-amber-500\/70{
  background-color: rgb(245 158 11 / 0.7);
}

.bg-amber-500\/75{
  background-color: rgb(245 158 11 / 0.75);
}

.bg-amber-500\/80{
  background-color: rgb(245 158 11 / 0.8);
}

.bg-amber-500\/90{
  background-color: rgb(245 158 11 / 0.9);
}

.bg-amber-500\/95{
  background-color: rgb(245 158 11 / 0.95);
}

.bg-amber-600{
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}

.bg-amber-600\/0{
  background-color: rgb(217 119 6 / 0);
}

.bg-amber-600\/10{
  background-color: rgb(217 119 6 / 0.1);
}

.bg-amber-600\/100{
  background-color: rgb(217 119 6 / 1);
}

.bg-amber-600\/20{
  background-color: rgb(217 119 6 / 0.2);
}

.bg-amber-600\/25{
  background-color: rgb(217 119 6 / 0.25);
}

.bg-amber-600\/30{
  background-color: rgb(217 119 6 / 0.3);
}

.bg-amber-600\/40{
  background-color: rgb(217 119 6 / 0.4);
}

.bg-amber-600\/5{
  background-color: rgb(217 119 6 / 0.05);
}

.bg-amber-600\/50{
  background-color: rgb(217 119 6 / 0.5);
}

.bg-amber-600\/60{
  background-color: rgb(217 119 6 / 0.6);
}

.bg-amber-600\/70{
  background-color: rgb(217 119 6 / 0.7);
}

.bg-amber-600\/75{
  background-color: rgb(217 119 6 / 0.75);
}

.bg-amber-600\/80{
  background-color: rgb(217 119 6 / 0.8);
}

.bg-amber-600\/90{
  background-color: rgb(217 119 6 / 0.9);
}

.bg-amber-600\/95{
  background-color: rgb(217 119 6 / 0.95);
}

.bg-amber-700{
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}

.bg-amber-700\/0{
  background-color: rgb(180 83 9 / 0);
}

.bg-amber-700\/10{
  background-color: rgb(180 83 9 / 0.1);
}

.bg-amber-700\/100{
  background-color: rgb(180 83 9 / 1);
}

.bg-amber-700\/20{
  background-color: rgb(180 83 9 / 0.2);
}

.bg-amber-700\/25{
  background-color: rgb(180 83 9 / 0.25);
}

.bg-amber-700\/30{
  background-color: rgb(180 83 9 / 0.3);
}

.bg-amber-700\/40{
  background-color: rgb(180 83 9 / 0.4);
}

.bg-amber-700\/5{
  background-color: rgb(180 83 9 / 0.05);
}

.bg-amber-700\/50{
  background-color: rgb(180 83 9 / 0.5);
}

.bg-amber-700\/60{
  background-color: rgb(180 83 9 / 0.6);
}

.bg-amber-700\/70{
  background-color: rgb(180 83 9 / 0.7);
}

.bg-amber-700\/75{
  background-color: rgb(180 83 9 / 0.75);
}

.bg-amber-700\/80{
  background-color: rgb(180 83 9 / 0.8);
}

.bg-amber-700\/90{
  background-color: rgb(180 83 9 / 0.9);
}

.bg-amber-700\/95{
  background-color: rgb(180 83 9 / 0.95);
}

.bg-amber-800{
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}

.bg-amber-800\/0{
  background-color: rgb(146 64 14 / 0);
}

.bg-amber-800\/10{
  background-color: rgb(146 64 14 / 0.1);
}

.bg-amber-800\/100{
  background-color: rgb(146 64 14 / 1);
}

.bg-amber-800\/20{
  background-color: rgb(146 64 14 / 0.2);
}

.bg-amber-800\/25{
  background-color: rgb(146 64 14 / 0.25);
}

.bg-amber-800\/30{
  background-color: rgb(146 64 14 / 0.3);
}

.bg-amber-800\/40{
  background-color: rgb(146 64 14 / 0.4);
}

.bg-amber-800\/5{
  background-color: rgb(146 64 14 / 0.05);
}

.bg-amber-800\/50{
  background-color: rgb(146 64 14 / 0.5);
}

.bg-amber-800\/60{
  background-color: rgb(146 64 14 / 0.6);
}

.bg-amber-800\/70{
  background-color: rgb(146 64 14 / 0.7);
}

.bg-amber-800\/75{
  background-color: rgb(146 64 14 / 0.75);
}

.bg-amber-800\/80{
  background-color: rgb(146 64 14 / 0.8);
}

.bg-amber-800\/90{
  background-color: rgb(146 64 14 / 0.9);
}

.bg-amber-800\/95{
  background-color: rgb(146 64 14 / 0.95);
}

.bg-amber-900{
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}

.bg-amber-900\/0{
  background-color: rgb(120 53 15 / 0);
}

.bg-amber-900\/10{
  background-color: rgb(120 53 15 / 0.1);
}

.bg-amber-900\/100{
  background-color: rgb(120 53 15 / 1);
}

.bg-amber-900\/20{
  background-color: rgb(120 53 15 / 0.2);
}

.bg-amber-900\/25{
  background-color: rgb(120 53 15 / 0.25);
}

.bg-amber-900\/30{
  background-color: rgb(120 53 15 / 0.3);
}

.bg-amber-900\/40{
  background-color: rgb(120 53 15 / 0.4);
}

.bg-amber-900\/5{
  background-color: rgb(120 53 15 / 0.05);
}

.bg-amber-900\/50{
  background-color: rgb(120 53 15 / 0.5);
}

.bg-amber-900\/60{
  background-color: rgb(120 53 15 / 0.6);
}

.bg-amber-900\/70{
  background-color: rgb(120 53 15 / 0.7);
}

.bg-amber-900\/75{
  background-color: rgb(120 53 15 / 0.75);
}

.bg-amber-900\/80{
  background-color: rgb(120 53 15 / 0.8);
}

.bg-amber-900\/90{
  background-color: rgb(120 53 15 / 0.9);
}

.bg-amber-900\/95{
  background-color: rgb(120 53 15 / 0.95);
}

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

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-blue-100\/0{
  background-color: rgb(219 234 254 / 0);
}

.bg-blue-100\/10{
  background-color: rgb(219 234 254 / 0.1);
}

.bg-blue-100\/100{
  background-color: rgb(219 234 254 / 1);
}

.bg-blue-100\/20{
  background-color: rgb(219 234 254 / 0.2);
}

.bg-blue-100\/25{
  background-color: rgb(219 234 254 / 0.25);
}

.bg-blue-100\/30{
  background-color: rgb(219 234 254 / 0.3);
}

.bg-blue-100\/40{
  background-color: rgb(219 234 254 / 0.4);
}

.bg-blue-100\/5{
  background-color: rgb(219 234 254 / 0.05);
}

.bg-blue-100\/50{
  background-color: rgb(219 234 254 / 0.5);
}

.bg-blue-100\/60{
  background-color: rgb(219 234 254 / 0.6);
}

.bg-blue-100\/70{
  background-color: rgb(219 234 254 / 0.7);
}

.bg-blue-100\/75{
  background-color: rgb(219 234 254 / 0.75);
}

.bg-blue-100\/80{
  background-color: rgb(219 234 254 / 0.8);
}

.bg-blue-100\/90{
  background-color: rgb(219 234 254 / 0.9);
}

.bg-blue-100\/95{
  background-color: rgb(219 234 254 / 0.95);
}

.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-blue-200\/0{
  background-color: rgb(191 219 254 / 0);
}

.bg-blue-200\/10{
  background-color: rgb(191 219 254 / 0.1);
}

.bg-blue-200\/100{
  background-color: rgb(191 219 254 / 1);
}

.bg-blue-200\/20{
  background-color: rgb(191 219 254 / 0.2);
}

.bg-blue-200\/25{
  background-color: rgb(191 219 254 / 0.25);
}

.bg-blue-200\/30{
  background-color: rgb(191 219 254 / 0.3);
}

.bg-blue-200\/40{
  background-color: rgb(191 219 254 / 0.4);
}

.bg-blue-200\/5{
  background-color: rgb(191 219 254 / 0.05);
}

.bg-blue-200\/50{
  background-color: rgb(191 219 254 / 0.5);
}

.bg-blue-200\/60{
  background-color: rgb(191 219 254 / 0.6);
}

.bg-blue-200\/70{
  background-color: rgb(191 219 254 / 0.7);
}

.bg-blue-200\/75{
  background-color: rgb(191 219 254 / 0.75);
}

.bg-blue-200\/80{
  background-color: rgb(191 219 254 / 0.8);
}

.bg-blue-200\/90{
  background-color: rgb(191 219 254 / 0.9);
}

.bg-blue-200\/95{
  background-color: rgb(191 219 254 / 0.95);
}

.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}

.bg-blue-300\/0{
  background-color: rgb(147 197 253 / 0);
}

.bg-blue-300\/10{
  background-color: rgb(147 197 253 / 0.1);
}

.bg-blue-300\/100{
  background-color: rgb(147 197 253 / 1);
}

.bg-blue-300\/20{
  background-color: rgb(147 197 253 / 0.2);
}

.bg-blue-300\/25{
  background-color: rgb(147 197 253 / 0.25);
}

.bg-blue-300\/30{
  background-color: rgb(147 197 253 / 0.3);
}

.bg-blue-300\/40{
  background-color: rgb(147 197 253 / 0.4);
}

.bg-blue-300\/5{
  background-color: rgb(147 197 253 / 0.05);
}

.bg-blue-300\/50{
  background-color: rgb(147 197 253 / 0.5);
}

.bg-blue-300\/60{
  background-color: rgb(147 197 253 / 0.6);
}

.bg-blue-300\/70{
  background-color: rgb(147 197 253 / 0.7);
}

.bg-blue-300\/75{
  background-color: rgb(147 197 253 / 0.75);
}

.bg-blue-300\/80{
  background-color: rgb(147 197 253 / 0.8);
}

.bg-blue-300\/90{
  background-color: rgb(147 197 253 / 0.9);
}

.bg-blue-300\/95{
  background-color: rgb(147 197 253 / 0.95);
}

.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.bg-blue-400\/0{
  background-color: rgb(96 165 250 / 0);
}

.bg-blue-400\/10{
  background-color: rgb(96 165 250 / 0.1);
}

.bg-blue-400\/100{
  background-color: rgb(96 165 250 / 1);
}

.bg-blue-400\/20{
  background-color: rgb(96 165 250 / 0.2);
}

.bg-blue-400\/25{
  background-color: rgb(96 165 250 / 0.25);
}

.bg-blue-400\/30{
  background-color: rgb(96 165 250 / 0.3);
}

.bg-blue-400\/40{
  background-color: rgb(96 165 250 / 0.4);
}

.bg-blue-400\/5{
  background-color: rgb(96 165 250 / 0.05);
}

.bg-blue-400\/50{
  background-color: rgb(96 165 250 / 0.5);
}

.bg-blue-400\/60{
  background-color: rgb(96 165 250 / 0.6);
}

.bg-blue-400\/70{
  background-color: rgb(96 165 250 / 0.7);
}

.bg-blue-400\/75{
  background-color: rgb(96 165 250 / 0.75);
}

.bg-blue-400\/80{
  background-color: rgb(96 165 250 / 0.8);
}

.bg-blue-400\/90{
  background-color: rgb(96 165 250 / 0.9);
}

.bg-blue-400\/95{
  background-color: rgb(96 165 250 / 0.95);
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-blue-50\/0{
  background-color: rgb(239 246 255 / 0);
}

.bg-blue-50\/10{
  background-color: rgb(239 246 255 / 0.1);
}

.bg-blue-50\/100{
  background-color: rgb(239 246 255 / 1);
}

.bg-blue-50\/20{
  background-color: rgb(239 246 255 / 0.2);
}

.bg-blue-50\/25{
  background-color: rgb(239 246 255 / 0.25);
}

.bg-blue-50\/30{
  background-color: rgb(239 246 255 / 0.3);
}

.bg-blue-50\/40{
  background-color: rgb(239 246 255 / 0.4);
}

.bg-blue-50\/5{
  background-color: rgb(239 246 255 / 0.05);
}

.bg-blue-50\/50{
  background-color: rgb(239 246 255 / 0.5);
}

.bg-blue-50\/60{
  background-color: rgb(239 246 255 / 0.6);
}

.bg-blue-50\/70{
  background-color: rgb(239 246 255 / 0.7);
}

.bg-blue-50\/75{
  background-color: rgb(239 246 255 / 0.75);
}

.bg-blue-50\/80{
  background-color: rgb(239 246 255 / 0.8);
}

.bg-blue-50\/90{
  background-color: rgb(239 246 255 / 0.9);
}

.bg-blue-50\/95{
  background-color: rgb(239 246 255 / 0.95);
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-blue-500\/0{
  background-color: rgb(59 130 246 / 0);
}

.bg-blue-500\/10{
  background-color: rgb(59 130 246 / 0.1);
}

.bg-blue-500\/100{
  background-color: rgb(59 130 246 / 1);
}

.bg-blue-500\/20{
  background-color: rgb(59 130 246 / 0.2);
}

.bg-blue-500\/25{
  background-color: rgb(59 130 246 / 0.25);
}

.bg-blue-500\/30{
  background-color: rgb(59 130 246 / 0.3);
}

.bg-blue-500\/40{
  background-color: rgb(59 130 246 / 0.4);
}

.bg-blue-500\/5{
  background-color: rgb(59 130 246 / 0.05);
}

.bg-blue-500\/50{
  background-color: rgb(59 130 246 / 0.5);
}

.bg-blue-500\/60{
  background-color: rgb(59 130 246 / 0.6);
}

.bg-blue-500\/70{
  background-color: rgb(59 130 246 / 0.7);
}

.bg-blue-500\/75{
  background-color: rgb(59 130 246 / 0.75);
}

.bg-blue-500\/80{
  background-color: rgb(59 130 246 / 0.8);
}

.bg-blue-500\/90{
  background-color: rgb(59 130 246 / 0.9);
}

.bg-blue-500\/95{
  background-color: rgb(59 130 246 / 0.95);
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-blue-600\/0{
  background-color: rgb(37 99 235 / 0);
}

.bg-blue-600\/10{
  background-color: rgb(37 99 235 / 0.1);
}

.bg-blue-600\/100{
  background-color: rgb(37 99 235 / 1);
}

.bg-blue-600\/20{
  background-color: rgb(37 99 235 / 0.2);
}

.bg-blue-600\/25{
  background-color: rgb(37 99 235 / 0.25);
}

.bg-blue-600\/30{
  background-color: rgb(37 99 235 / 0.3);
}

.bg-blue-600\/40{
  background-color: rgb(37 99 235 / 0.4);
}

.bg-blue-600\/5{
  background-color: rgb(37 99 235 / 0.05);
}

.bg-blue-600\/50{
  background-color: rgb(37 99 235 / 0.5);
}

.bg-blue-600\/60{
  background-color: rgb(37 99 235 / 0.6);
}

.bg-blue-600\/70{
  background-color: rgb(37 99 235 / 0.7);
}

.bg-blue-600\/75{
  background-color: rgb(37 99 235 / 0.75);
}

.bg-blue-600\/80{
  background-color: rgb(37 99 235 / 0.8);
}

.bg-blue-600\/90{
  background-color: rgb(37 99 235 / 0.9);
}

.bg-blue-600\/95{
  background-color: rgb(37 99 235 / 0.95);
}

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

.bg-blue-700\/0{
  background-color: rgb(29 78 216 / 0);
}

.bg-blue-700\/10{
  background-color: rgb(29 78 216 / 0.1);
}

.bg-blue-700\/100{
  background-color: rgb(29 78 216 / 1);
}

.bg-blue-700\/20{
  background-color: rgb(29 78 216 / 0.2);
}

.bg-blue-700\/25{
  background-color: rgb(29 78 216 / 0.25);
}

.bg-blue-700\/30{
  background-color: rgb(29 78 216 / 0.3);
}

.bg-blue-700\/40{
  background-color: rgb(29 78 216 / 0.4);
}

.bg-blue-700\/5{
  background-color: rgb(29 78 216 / 0.05);
}

.bg-blue-700\/50{
  background-color: rgb(29 78 216 / 0.5);
}

.bg-blue-700\/60{
  background-color: rgb(29 78 216 / 0.6);
}

.bg-blue-700\/70{
  background-color: rgb(29 78 216 / 0.7);
}

.bg-blue-700\/75{
  background-color: rgb(29 78 216 / 0.75);
}

.bg-blue-700\/80{
  background-color: rgb(29 78 216 / 0.8);
}

.bg-blue-700\/90{
  background-color: rgb(29 78 216 / 0.9);
}

.bg-blue-700\/95{
  background-color: rgb(29 78 216 / 0.95);
}

.bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.bg-blue-800\/0{
  background-color: rgb(30 64 175 / 0);
}

.bg-blue-800\/10{
  background-color: rgb(30 64 175 / 0.1);
}

.bg-blue-800\/100{
  background-color: rgb(30 64 175 / 1);
}

.bg-blue-800\/20{
  background-color: rgb(30 64 175 / 0.2);
}

.bg-blue-800\/25{
  background-color: rgb(30 64 175 / 0.25);
}

.bg-blue-800\/30{
  background-color: rgb(30 64 175 / 0.3);
}

.bg-blue-800\/40{
  background-color: rgb(30 64 175 / 0.4);
}

.bg-blue-800\/5{
  background-color: rgb(30 64 175 / 0.05);
}

.bg-blue-800\/50{
  background-color: rgb(30 64 175 / 0.5);
}

.bg-blue-800\/60{
  background-color: rgb(30 64 175 / 0.6);
}

.bg-blue-800\/70{
  background-color: rgb(30 64 175 / 0.7);
}

.bg-blue-800\/75{
  background-color: rgb(30 64 175 / 0.75);
}

.bg-blue-800\/80{
  background-color: rgb(30 64 175 / 0.8);
}

.bg-blue-800\/90{
  background-color: rgb(30 64 175 / 0.9);
}

.bg-blue-800\/95{
  background-color: rgb(30 64 175 / 0.95);
}

.bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

.bg-blue-900\/0{
  background-color: rgb(30 58 138 / 0);
}

.bg-blue-900\/10{
  background-color: rgb(30 58 138 / 0.1);
}

.bg-blue-900\/100{
  background-color: rgb(30 58 138 / 1);
}

.bg-blue-900\/20{
  background-color: rgb(30 58 138 / 0.2);
}

.bg-blue-900\/25{
  background-color: rgb(30 58 138 / 0.25);
}

.bg-blue-900\/30{
  background-color: rgb(30 58 138 / 0.3);
}

.bg-blue-900\/40{
  background-color: rgb(30 58 138 / 0.4);
}

.bg-blue-900\/5{
  background-color: rgb(30 58 138 / 0.05);
}

.bg-blue-900\/50{
  background-color: rgb(30 58 138 / 0.5);
}

.bg-blue-900\/60{
  background-color: rgb(30 58 138 / 0.6);
}

.bg-blue-900\/70{
  background-color: rgb(30 58 138 / 0.7);
}

.bg-blue-900\/75{
  background-color: rgb(30 58 138 / 0.75);
}

.bg-blue-900\/80{
  background-color: rgb(30 58 138 / 0.8);
}

.bg-blue-900\/90{
  background-color: rgb(30 58 138 / 0.9);
}

.bg-blue-900\/95{
  background-color: rgb(30 58 138 / 0.95);
}

.bg-cyan-100{
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}

.bg-cyan-100\/0{
  background-color: rgb(207 250 254 / 0);
}

.bg-cyan-100\/10{
  background-color: rgb(207 250 254 / 0.1);
}

.bg-cyan-100\/100{
  background-color: rgb(207 250 254 / 1);
}

.bg-cyan-100\/20{
  background-color: rgb(207 250 254 / 0.2);
}

.bg-cyan-100\/25{
  background-color: rgb(207 250 254 / 0.25);
}

.bg-cyan-100\/30{
  background-color: rgb(207 250 254 / 0.3);
}

.bg-cyan-100\/40{
  background-color: rgb(207 250 254 / 0.4);
}

.bg-cyan-100\/5{
  background-color: rgb(207 250 254 / 0.05);
}

.bg-cyan-100\/50{
  background-color: rgb(207 250 254 / 0.5);
}

.bg-cyan-100\/60{
  background-color: rgb(207 250 254 / 0.6);
}

.bg-cyan-100\/70{
  background-color: rgb(207 250 254 / 0.7);
}

.bg-cyan-100\/75{
  background-color: rgb(207 250 254 / 0.75);
}

.bg-cyan-100\/80{
  background-color: rgb(207 250 254 / 0.8);
}

.bg-cyan-100\/90{
  background-color: rgb(207 250 254 / 0.9);
}

.bg-cyan-100\/95{
  background-color: rgb(207 250 254 / 0.95);
}

.bg-cyan-200{
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}

.bg-cyan-200\/0{
  background-color: rgb(165 243 252 / 0);
}

.bg-cyan-200\/10{
  background-color: rgb(165 243 252 / 0.1);
}

.bg-cyan-200\/100{
  background-color: rgb(165 243 252 / 1);
}

.bg-cyan-200\/20{
  background-color: rgb(165 243 252 / 0.2);
}

.bg-cyan-200\/25{
  background-color: rgb(165 243 252 / 0.25);
}

.bg-cyan-200\/30{
  background-color: rgb(165 243 252 / 0.3);
}

.bg-cyan-200\/40{
  background-color: rgb(165 243 252 / 0.4);
}

.bg-cyan-200\/5{
  background-color: rgb(165 243 252 / 0.05);
}

.bg-cyan-200\/50{
  background-color: rgb(165 243 252 / 0.5);
}

.bg-cyan-200\/60{
  background-color: rgb(165 243 252 / 0.6);
}

.bg-cyan-200\/70{
  background-color: rgb(165 243 252 / 0.7);
}

.bg-cyan-200\/75{
  background-color: rgb(165 243 252 / 0.75);
}

.bg-cyan-200\/80{
  background-color: rgb(165 243 252 / 0.8);
}

.bg-cyan-200\/90{
  background-color: rgb(165 243 252 / 0.9);
}

.bg-cyan-200\/95{
  background-color: rgb(165 243 252 / 0.95);
}

.bg-cyan-300{
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}

.bg-cyan-300\/0{
  background-color: rgb(103 232 249 / 0);
}

.bg-cyan-300\/10{
  background-color: rgb(103 232 249 / 0.1);
}

.bg-cyan-300\/100{
  background-color: rgb(103 232 249 / 1);
}

.bg-cyan-300\/20{
  background-color: rgb(103 232 249 / 0.2);
}

.bg-cyan-300\/25{
  background-color: rgb(103 232 249 / 0.25);
}

.bg-cyan-300\/30{
  background-color: rgb(103 232 249 / 0.3);
}

.bg-cyan-300\/40{
  background-color: rgb(103 232 249 / 0.4);
}

.bg-cyan-300\/5{
  background-color: rgb(103 232 249 / 0.05);
}

.bg-cyan-300\/50{
  background-color: rgb(103 232 249 / 0.5);
}

.bg-cyan-300\/60{
  background-color: rgb(103 232 249 / 0.6);
}

.bg-cyan-300\/70{
  background-color: rgb(103 232 249 / 0.7);
}

.bg-cyan-300\/75{
  background-color: rgb(103 232 249 / 0.75);
}

.bg-cyan-300\/80{
  background-color: rgb(103 232 249 / 0.8);
}

.bg-cyan-300\/90{
  background-color: rgb(103 232 249 / 0.9);
}

.bg-cyan-300\/95{
  background-color: rgb(103 232 249 / 0.95);
}

.bg-cyan-400{
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}

.bg-cyan-400\/0{
  background-color: rgb(34 211 238 / 0);
}

.bg-cyan-400\/10{
  background-color: rgb(34 211 238 / 0.1);
}

.bg-cyan-400\/100{
  background-color: rgb(34 211 238 / 1);
}

.bg-cyan-400\/20{
  background-color: rgb(34 211 238 / 0.2);
}

.bg-cyan-400\/25{
  background-color: rgb(34 211 238 / 0.25);
}

.bg-cyan-400\/30{
  background-color: rgb(34 211 238 / 0.3);
}

.bg-cyan-400\/40{
  background-color: rgb(34 211 238 / 0.4);
}

.bg-cyan-400\/5{
  background-color: rgb(34 211 238 / 0.05);
}

.bg-cyan-400\/50{
  background-color: rgb(34 211 238 / 0.5);
}

.bg-cyan-400\/60{
  background-color: rgb(34 211 238 / 0.6);
}

.bg-cyan-400\/70{
  background-color: rgb(34 211 238 / 0.7);
}

.bg-cyan-400\/75{
  background-color: rgb(34 211 238 / 0.75);
}

.bg-cyan-400\/80{
  background-color: rgb(34 211 238 / 0.8);
}

.bg-cyan-400\/90{
  background-color: rgb(34 211 238 / 0.9);
}

.bg-cyan-400\/95{
  background-color: rgb(34 211 238 / 0.95);
}

.bg-cyan-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}

.bg-cyan-50\/0{
  background-color: rgb(236 254 255 / 0);
}

.bg-cyan-50\/10{
  background-color: rgb(236 254 255 / 0.1);
}

.bg-cyan-50\/100{
  background-color: rgb(236 254 255 / 1);
}

.bg-cyan-50\/20{
  background-color: rgb(236 254 255 / 0.2);
}

.bg-cyan-50\/25{
  background-color: rgb(236 254 255 / 0.25);
}

.bg-cyan-50\/30{
  background-color: rgb(236 254 255 / 0.3);
}

.bg-cyan-50\/40{
  background-color: rgb(236 254 255 / 0.4);
}

.bg-cyan-50\/5{
  background-color: rgb(236 254 255 / 0.05);
}

.bg-cyan-50\/50{
  background-color: rgb(236 254 255 / 0.5);
}

.bg-cyan-50\/60{
  background-color: rgb(236 254 255 / 0.6);
}

.bg-cyan-50\/70{
  background-color: rgb(236 254 255 / 0.7);
}

.bg-cyan-50\/75{
  background-color: rgb(236 254 255 / 0.75);
}

.bg-cyan-50\/80{
  background-color: rgb(236 254 255 / 0.8);
}

.bg-cyan-50\/90{
  background-color: rgb(236 254 255 / 0.9);
}

.bg-cyan-50\/95{
  background-color: rgb(236 254 255 / 0.95);
}

.bg-cyan-500{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}

.bg-cyan-500\/0{
  background-color: rgb(6 182 212 / 0);
}

.bg-cyan-500\/10{
  background-color: rgb(6 182 212 / 0.1);
}

.bg-cyan-500\/100{
  background-color: rgb(6 182 212 / 1);
}

.bg-cyan-500\/20{
  background-color: rgb(6 182 212 / 0.2);
}

.bg-cyan-500\/25{
  background-color: rgb(6 182 212 / 0.25);
}

.bg-cyan-500\/30{
  background-color: rgb(6 182 212 / 0.3);
}

.bg-cyan-500\/40{
  background-color: rgb(6 182 212 / 0.4);
}

.bg-cyan-500\/5{
  background-color: rgb(6 182 212 / 0.05);
}

.bg-cyan-500\/50{
  background-color: rgb(6 182 212 / 0.5);
}

.bg-cyan-500\/60{
  background-color: rgb(6 182 212 / 0.6);
}

.bg-cyan-500\/70{
  background-color: rgb(6 182 212 / 0.7);
}

.bg-cyan-500\/75{
  background-color: rgb(6 182 212 / 0.75);
}

.bg-cyan-500\/80{
  background-color: rgb(6 182 212 / 0.8);
}

.bg-cyan-500\/90{
  background-color: rgb(6 182 212 / 0.9);
}

.bg-cyan-500\/95{
  background-color: rgb(6 182 212 / 0.95);
}

.bg-cyan-600{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}

.bg-cyan-600\/0{
  background-color: rgb(8 145 178 / 0);
}

.bg-cyan-600\/10{
  background-color: rgb(8 145 178 / 0.1);
}

.bg-cyan-600\/100{
  background-color: rgb(8 145 178 / 1);
}

.bg-cyan-600\/20{
  background-color: rgb(8 145 178 / 0.2);
}

.bg-cyan-600\/25{
  background-color: rgb(8 145 178 / 0.25);
}

.bg-cyan-600\/30{
  background-color: rgb(8 145 178 / 0.3);
}

.bg-cyan-600\/40{
  background-color: rgb(8 145 178 / 0.4);
}

.bg-cyan-600\/5{
  background-color: rgb(8 145 178 / 0.05);
}

.bg-cyan-600\/50{
  background-color: rgb(8 145 178 / 0.5);
}

.bg-cyan-600\/60{
  background-color: rgb(8 145 178 / 0.6);
}

.bg-cyan-600\/70{
  background-color: rgb(8 145 178 / 0.7);
}

.bg-cyan-600\/75{
  background-color: rgb(8 145 178 / 0.75);
}

.bg-cyan-600\/80{
  background-color: rgb(8 145 178 / 0.8);
}

.bg-cyan-600\/90{
  background-color: rgb(8 145 178 / 0.9);
}

.bg-cyan-600\/95{
  background-color: rgb(8 145 178 / 0.95);
}

.bg-cyan-700{
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}

.bg-cyan-700\/0{
  background-color: rgb(14 116 144 / 0);
}

.bg-cyan-700\/10{
  background-color: rgb(14 116 144 / 0.1);
}

.bg-cyan-700\/100{
  background-color: rgb(14 116 144 / 1);
}

.bg-cyan-700\/20{
  background-color: rgb(14 116 144 / 0.2);
}

.bg-cyan-700\/25{
  background-color: rgb(14 116 144 / 0.25);
}

.bg-cyan-700\/30{
  background-color: rgb(14 116 144 / 0.3);
}

.bg-cyan-700\/40{
  background-color: rgb(14 116 144 / 0.4);
}

.bg-cyan-700\/5{
  background-color: rgb(14 116 144 / 0.05);
}

.bg-cyan-700\/50{
  background-color: rgb(14 116 144 / 0.5);
}

.bg-cyan-700\/60{
  background-color: rgb(14 116 144 / 0.6);
}

.bg-cyan-700\/70{
  background-color: rgb(14 116 144 / 0.7);
}

.bg-cyan-700\/75{
  background-color: rgb(14 116 144 / 0.75);
}

.bg-cyan-700\/80{
  background-color: rgb(14 116 144 / 0.8);
}

.bg-cyan-700\/90{
  background-color: rgb(14 116 144 / 0.9);
}

.bg-cyan-700\/95{
  background-color: rgb(14 116 144 / 0.95);
}

.bg-cyan-800{
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}

.bg-cyan-800\/0{
  background-color: rgb(21 94 117 / 0);
}

.bg-cyan-800\/10{
  background-color: rgb(21 94 117 / 0.1);
}

.bg-cyan-800\/100{
  background-color: rgb(21 94 117 / 1);
}

.bg-cyan-800\/20{
  background-color: rgb(21 94 117 / 0.2);
}

.bg-cyan-800\/25{
  background-color: rgb(21 94 117 / 0.25);
}

.bg-cyan-800\/30{
  background-color: rgb(21 94 117 / 0.3);
}

.bg-cyan-800\/40{
  background-color: rgb(21 94 117 / 0.4);
}

.bg-cyan-800\/5{
  background-color: rgb(21 94 117 / 0.05);
}

.bg-cyan-800\/50{
  background-color: rgb(21 94 117 / 0.5);
}

.bg-cyan-800\/60{
  background-color: rgb(21 94 117 / 0.6);
}

.bg-cyan-800\/70{
  background-color: rgb(21 94 117 / 0.7);
}

.bg-cyan-800\/75{
  background-color: rgb(21 94 117 / 0.75);
}

.bg-cyan-800\/80{
  background-color: rgb(21 94 117 / 0.8);
}

.bg-cyan-800\/90{
  background-color: rgb(21 94 117 / 0.9);
}

.bg-cyan-800\/95{
  background-color: rgb(21 94 117 / 0.95);
}

.bg-cyan-900{
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}

.bg-cyan-900\/0{
  background-color: rgb(22 78 99 / 0);
}

.bg-cyan-900\/10{
  background-color: rgb(22 78 99 / 0.1);
}

.bg-cyan-900\/100{
  background-color: rgb(22 78 99 / 1);
}

.bg-cyan-900\/20{
  background-color: rgb(22 78 99 / 0.2);
}

.bg-cyan-900\/25{
  background-color: rgb(22 78 99 / 0.25);
}

.bg-cyan-900\/30{
  background-color: rgb(22 78 99 / 0.3);
}

.bg-cyan-900\/40{
  background-color: rgb(22 78 99 / 0.4);
}

.bg-cyan-900\/5{
  background-color: rgb(22 78 99 / 0.05);
}

.bg-cyan-900\/50{
  background-color: rgb(22 78 99 / 0.5);
}

.bg-cyan-900\/60{
  background-color: rgb(22 78 99 / 0.6);
}

.bg-cyan-900\/70{
  background-color: rgb(22 78 99 / 0.7);
}

.bg-cyan-900\/75{
  background-color: rgb(22 78 99 / 0.75);
}

.bg-cyan-900\/80{
  background-color: rgb(22 78 99 / 0.8);
}

.bg-cyan-900\/90{
  background-color: rgb(22 78 99 / 0.9);
}

.bg-cyan-900\/95{
  background-color: rgb(22 78 99 / 0.95);
}

.bg-darkBlue{
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}

.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

.bg-emerald-100\/0{
  background-color: rgb(209 250 229 / 0);
}

.bg-emerald-100\/10{
  background-color: rgb(209 250 229 / 0.1);
}

.bg-emerald-100\/100{
  background-color: rgb(209 250 229 / 1);
}

.bg-emerald-100\/20{
  background-color: rgb(209 250 229 / 0.2);
}

.bg-emerald-100\/25{
  background-color: rgb(209 250 229 / 0.25);
}

.bg-emerald-100\/30{
  background-color: rgb(209 250 229 / 0.3);
}

.bg-emerald-100\/40{
  background-color: rgb(209 250 229 / 0.4);
}

.bg-emerald-100\/5{
  background-color: rgb(209 250 229 / 0.05);
}

.bg-emerald-100\/50{
  background-color: rgb(209 250 229 / 0.5);
}

.bg-emerald-100\/60{
  background-color: rgb(209 250 229 / 0.6);
}

.bg-emerald-100\/70{
  background-color: rgb(209 250 229 / 0.7);
}

.bg-emerald-100\/75{
  background-color: rgb(209 250 229 / 0.75);
}

.bg-emerald-100\/80{
  background-color: rgb(209 250 229 / 0.8);
}

.bg-emerald-100\/90{
  background-color: rgb(209 250 229 / 0.9);
}

.bg-emerald-100\/95{
  background-color: rgb(209 250 229 / 0.95);
}

.bg-emerald-200{
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}

.bg-emerald-200\/0{
  background-color: rgb(167 243 208 / 0);
}

.bg-emerald-200\/10{
  background-color: rgb(167 243 208 / 0.1);
}

.bg-emerald-200\/100{
  background-color: rgb(167 243 208 / 1);
}

.bg-emerald-200\/20{
  background-color: rgb(167 243 208 / 0.2);
}

.bg-emerald-200\/25{
  background-color: rgb(167 243 208 / 0.25);
}

.bg-emerald-200\/30{
  background-color: rgb(167 243 208 / 0.3);
}

.bg-emerald-200\/40{
  background-color: rgb(167 243 208 / 0.4);
}

.bg-emerald-200\/5{
  background-color: rgb(167 243 208 / 0.05);
}

.bg-emerald-200\/50{
  background-color: rgb(167 243 208 / 0.5);
}

.bg-emerald-200\/60{
  background-color: rgb(167 243 208 / 0.6);
}

.bg-emerald-200\/70{
  background-color: rgb(167 243 208 / 0.7);
}

.bg-emerald-200\/75{
  background-color: rgb(167 243 208 / 0.75);
}

.bg-emerald-200\/80{
  background-color: rgb(167 243 208 / 0.8);
}

.bg-emerald-200\/90{
  background-color: rgb(167 243 208 / 0.9);
}

.bg-emerald-200\/95{
  background-color: rgb(167 243 208 / 0.95);
}

.bg-emerald-300{
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}

.bg-emerald-300\/0{
  background-color: rgb(110 231 183 / 0);
}

.bg-emerald-300\/10{
  background-color: rgb(110 231 183 / 0.1);
}

.bg-emerald-300\/100{
  background-color: rgb(110 231 183 / 1);
}

.bg-emerald-300\/20{
  background-color: rgb(110 231 183 / 0.2);
}

.bg-emerald-300\/25{
  background-color: rgb(110 231 183 / 0.25);
}

.bg-emerald-300\/30{
  background-color: rgb(110 231 183 / 0.3);
}

.bg-emerald-300\/40{
  background-color: rgb(110 231 183 / 0.4);
}

.bg-emerald-300\/5{
  background-color: rgb(110 231 183 / 0.05);
}

.bg-emerald-300\/50{
  background-color: rgb(110 231 183 / 0.5);
}

.bg-emerald-300\/60{
  background-color: rgb(110 231 183 / 0.6);
}

.bg-emerald-300\/70{
  background-color: rgb(110 231 183 / 0.7);
}

.bg-emerald-300\/75{
  background-color: rgb(110 231 183 / 0.75);
}

.bg-emerald-300\/80{
  background-color: rgb(110 231 183 / 0.8);
}

.bg-emerald-300\/90{
  background-color: rgb(110 231 183 / 0.9);
}

.bg-emerald-300\/95{
  background-color: rgb(110 231 183 / 0.95);
}

.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}

.bg-emerald-400\/0{
  background-color: rgb(52 211 153 / 0);
}

.bg-emerald-400\/10{
  background-color: rgb(52 211 153 / 0.1);
}

.bg-emerald-400\/100{
  background-color: rgb(52 211 153 / 1);
}

.bg-emerald-400\/20{
  background-color: rgb(52 211 153 / 0.2);
}

.bg-emerald-400\/25{
  background-color: rgb(52 211 153 / 0.25);
}

.bg-emerald-400\/30{
  background-color: rgb(52 211 153 / 0.3);
}

.bg-emerald-400\/40{
  background-color: rgb(52 211 153 / 0.4);
}

.bg-emerald-400\/5{
  background-color: rgb(52 211 153 / 0.05);
}

.bg-emerald-400\/50{
  background-color: rgb(52 211 153 / 0.5);
}

.bg-emerald-400\/60{
  background-color: rgb(52 211 153 / 0.6);
}

.bg-emerald-400\/70{
  background-color: rgb(52 211 153 / 0.7);
}

.bg-emerald-400\/75{
  background-color: rgb(52 211 153 / 0.75);
}

.bg-emerald-400\/80{
  background-color: rgb(52 211 153 / 0.8);
}

.bg-emerald-400\/90{
  background-color: rgb(52 211 153 / 0.9);
}

.bg-emerald-400\/95{
  background-color: rgb(52 211 153 / 0.95);
}

.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.bg-emerald-50\/0{
  background-color: rgb(236 253 245 / 0);
}

.bg-emerald-50\/10{
  background-color: rgb(236 253 245 / 0.1);
}

.bg-emerald-50\/100{
  background-color: rgb(236 253 245 / 1);
}

.bg-emerald-50\/20{
  background-color: rgb(236 253 245 / 0.2);
}

.bg-emerald-50\/25{
  background-color: rgb(236 253 245 / 0.25);
}

.bg-emerald-50\/30{
  background-color: rgb(236 253 245 / 0.3);
}

.bg-emerald-50\/40{
  background-color: rgb(236 253 245 / 0.4);
}

.bg-emerald-50\/5{
  background-color: rgb(236 253 245 / 0.05);
}

.bg-emerald-50\/50{
  background-color: rgb(236 253 245 / 0.5);
}

.bg-emerald-50\/60{
  background-color: rgb(236 253 245 / 0.6);
}

.bg-emerald-50\/70{
  background-color: rgb(236 253 245 / 0.7);
}

.bg-emerald-50\/75{
  background-color: rgb(236 253 245 / 0.75);
}

.bg-emerald-50\/80{
  background-color: rgb(236 253 245 / 0.8);
}

.bg-emerald-50\/90{
  background-color: rgb(236 253 245 / 0.9);
}

.bg-emerald-50\/95{
  background-color: rgb(236 253 245 / 0.95);
}

.bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-emerald-500\/0{
  background-color: rgb(16 185 129 / 0);
}

.bg-emerald-500\/10{
  background-color: rgb(16 185 129 / 0.1);
}

.bg-emerald-500\/100{
  background-color: rgb(16 185 129 / 1);
}

.bg-emerald-500\/20{
  background-color: rgb(16 185 129 / 0.2);
}

.bg-emerald-500\/25{
  background-color: rgb(16 185 129 / 0.25);
}

.bg-emerald-500\/30{
  background-color: rgb(16 185 129 / 0.3);
}

.bg-emerald-500\/40{
  background-color: rgb(16 185 129 / 0.4);
}

.bg-emerald-500\/5{
  background-color: rgb(16 185 129 / 0.05);
}

.bg-emerald-500\/50{
  background-color: rgb(16 185 129 / 0.5);
}

.bg-emerald-500\/60{
  background-color: rgb(16 185 129 / 0.6);
}

.bg-emerald-500\/70{
  background-color: rgb(16 185 129 / 0.7);
}

.bg-emerald-500\/75{
  background-color: rgb(16 185 129 / 0.75);
}

.bg-emerald-500\/80{
  background-color: rgb(16 185 129 / 0.8);
}

.bg-emerald-500\/90{
  background-color: rgb(16 185 129 / 0.9);
}

.bg-emerald-500\/95{
  background-color: rgb(16 185 129 / 0.95);
}

.bg-emerald-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.bg-emerald-600\/0{
  background-color: rgb(5 150 105 / 0);
}

.bg-emerald-600\/10{
  background-color: rgb(5 150 105 / 0.1);
}

.bg-emerald-600\/100{
  background-color: rgb(5 150 105 / 1);
}

.bg-emerald-600\/20{
  background-color: rgb(5 150 105 / 0.2);
}

.bg-emerald-600\/25{
  background-color: rgb(5 150 105 / 0.25);
}

.bg-emerald-600\/30{
  background-color: rgb(5 150 105 / 0.3);
}

.bg-emerald-600\/40{
  background-color: rgb(5 150 105 / 0.4);
}

.bg-emerald-600\/5{
  background-color: rgb(5 150 105 / 0.05);
}

.bg-emerald-600\/50{
  background-color: rgb(5 150 105 / 0.5);
}

.bg-emerald-600\/60{
  background-color: rgb(5 150 105 / 0.6);
}

.bg-emerald-600\/70{
  background-color: rgb(5 150 105 / 0.7);
}

.bg-emerald-600\/75{
  background-color: rgb(5 150 105 / 0.75);
}

.bg-emerald-600\/80{
  background-color: rgb(5 150 105 / 0.8);
}

.bg-emerald-600\/90{
  background-color: rgb(5 150 105 / 0.9);
}

.bg-emerald-600\/95{
  background-color: rgb(5 150 105 / 0.95);
}

.bg-emerald-700{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

.bg-emerald-700\/0{
  background-color: rgb(4 120 87 / 0);
}

.bg-emerald-700\/10{
  background-color: rgb(4 120 87 / 0.1);
}

.bg-emerald-700\/100{
  background-color: rgb(4 120 87 / 1);
}

.bg-emerald-700\/20{
  background-color: rgb(4 120 87 / 0.2);
}

.bg-emerald-700\/25{
  background-color: rgb(4 120 87 / 0.25);
}

.bg-emerald-700\/30{
  background-color: rgb(4 120 87 / 0.3);
}

.bg-emerald-700\/40{
  background-color: rgb(4 120 87 / 0.4);
}

.bg-emerald-700\/5{
  background-color: rgb(4 120 87 / 0.05);
}

.bg-emerald-700\/50{
  background-color: rgb(4 120 87 / 0.5);
}

.bg-emerald-700\/60{
  background-color: rgb(4 120 87 / 0.6);
}

.bg-emerald-700\/70{
  background-color: rgb(4 120 87 / 0.7);
}

.bg-emerald-700\/75{
  background-color: rgb(4 120 87 / 0.75);
}

.bg-emerald-700\/80{
  background-color: rgb(4 120 87 / 0.8);
}

.bg-emerald-700\/90{
  background-color: rgb(4 120 87 / 0.9);
}

.bg-emerald-700\/95{
  background-color: rgb(4 120 87 / 0.95);
}

.bg-emerald-800{
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}

.bg-emerald-800\/0{
  background-color: rgb(6 95 70 / 0);
}

.bg-emerald-800\/10{
  background-color: rgb(6 95 70 / 0.1);
}

.bg-emerald-800\/100{
  background-color: rgb(6 95 70 / 1);
}

.bg-emerald-800\/20{
  background-color: rgb(6 95 70 / 0.2);
}

.bg-emerald-800\/25{
  background-color: rgb(6 95 70 / 0.25);
}

.bg-emerald-800\/30{
  background-color: rgb(6 95 70 / 0.3);
}

.bg-emerald-800\/40{
  background-color: rgb(6 95 70 / 0.4);
}

.bg-emerald-800\/5{
  background-color: rgb(6 95 70 / 0.05);
}

.bg-emerald-800\/50{
  background-color: rgb(6 95 70 / 0.5);
}

.bg-emerald-800\/60{
  background-color: rgb(6 95 70 / 0.6);
}

.bg-emerald-800\/70{
  background-color: rgb(6 95 70 / 0.7);
}

.bg-emerald-800\/75{
  background-color: rgb(6 95 70 / 0.75);
}

.bg-emerald-800\/80{
  background-color: rgb(6 95 70 / 0.8);
}

.bg-emerald-800\/90{
  background-color: rgb(6 95 70 / 0.9);
}

.bg-emerald-800\/95{
  background-color: rgb(6 95 70 / 0.95);
}

.bg-emerald-900{
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}

.bg-emerald-900\/0{
  background-color: rgb(6 78 59 / 0);
}

.bg-emerald-900\/10{
  background-color: rgb(6 78 59 / 0.1);
}

.bg-emerald-900\/100{
  background-color: rgb(6 78 59 / 1);
}

.bg-emerald-900\/20{
  background-color: rgb(6 78 59 / 0.2);
}

.bg-emerald-900\/25{
  background-color: rgb(6 78 59 / 0.25);
}

.bg-emerald-900\/30{
  background-color: rgb(6 78 59 / 0.3);
}

.bg-emerald-900\/40{
  background-color: rgb(6 78 59 / 0.4);
}

.bg-emerald-900\/5{
  background-color: rgb(6 78 59 / 0.05);
}

.bg-emerald-900\/50{
  background-color: rgb(6 78 59 / 0.5);
}

.bg-emerald-900\/60{
  background-color: rgb(6 78 59 / 0.6);
}

.bg-emerald-900\/70{
  background-color: rgb(6 78 59 / 0.7);
}

.bg-emerald-900\/75{
  background-color: rgb(6 78 59 / 0.75);
}

.bg-emerald-900\/80{
  background-color: rgb(6 78 59 / 0.8);
}

.bg-emerald-900\/90{
  background-color: rgb(6 78 59 / 0.9);
}

.bg-emerald-900\/95{
  background-color: rgb(6 78 59 / 0.95);
}

.bg-fuchsia-100{
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}

.bg-fuchsia-100\/0{
  background-color: rgb(250 232 255 / 0);
}

.bg-fuchsia-100\/10{
  background-color: rgb(250 232 255 / 0.1);
}

.bg-fuchsia-100\/100{
  background-color: rgb(250 232 255 / 1);
}

.bg-fuchsia-100\/20{
  background-color: rgb(250 232 255 / 0.2);
}

.bg-fuchsia-100\/25{
  background-color: rgb(250 232 255 / 0.25);
}

.bg-fuchsia-100\/30{
  background-color: rgb(250 232 255 / 0.3);
}

.bg-fuchsia-100\/40{
  background-color: rgb(250 232 255 / 0.4);
}

.bg-fuchsia-100\/5{
  background-color: rgb(250 232 255 / 0.05);
}

.bg-fuchsia-100\/50{
  background-color: rgb(250 232 255 / 0.5);
}

.bg-fuchsia-100\/60{
  background-color: rgb(250 232 255 / 0.6);
}

.bg-fuchsia-100\/70{
  background-color: rgb(250 232 255 / 0.7);
}

.bg-fuchsia-100\/75{
  background-color: rgb(250 232 255 / 0.75);
}

.bg-fuchsia-100\/80{
  background-color: rgb(250 232 255 / 0.8);
}

.bg-fuchsia-100\/90{
  background-color: rgb(250 232 255 / 0.9);
}

.bg-fuchsia-100\/95{
  background-color: rgb(250 232 255 / 0.95);
}

.bg-fuchsia-200{
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}

.bg-fuchsia-200\/0{
  background-color: rgb(245 208 254 / 0);
}

.bg-fuchsia-200\/10{
  background-color: rgb(245 208 254 / 0.1);
}

.bg-fuchsia-200\/100{
  background-color: rgb(245 208 254 / 1);
}

.bg-fuchsia-200\/20{
  background-color: rgb(245 208 254 / 0.2);
}

.bg-fuchsia-200\/25{
  background-color: rgb(245 208 254 / 0.25);
}

.bg-fuchsia-200\/30{
  background-color: rgb(245 208 254 / 0.3);
}

.bg-fuchsia-200\/40{
  background-color: rgb(245 208 254 / 0.4);
}

.bg-fuchsia-200\/5{
  background-color: rgb(245 208 254 / 0.05);
}

.bg-fuchsia-200\/50{
  background-color: rgb(245 208 254 / 0.5);
}

.bg-fuchsia-200\/60{
  background-color: rgb(245 208 254 / 0.6);
}

.bg-fuchsia-200\/70{
  background-color: rgb(245 208 254 / 0.7);
}

.bg-fuchsia-200\/75{
  background-color: rgb(245 208 254 / 0.75);
}

.bg-fuchsia-200\/80{
  background-color: rgb(245 208 254 / 0.8);
}

.bg-fuchsia-200\/90{
  background-color: rgb(245 208 254 / 0.9);
}

.bg-fuchsia-200\/95{
  background-color: rgb(245 208 254 / 0.95);
}

.bg-fuchsia-300{
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}

.bg-fuchsia-300\/0{
  background-color: rgb(240 171 252 / 0);
}

.bg-fuchsia-300\/10{
  background-color: rgb(240 171 252 / 0.1);
}

.bg-fuchsia-300\/100{
  background-color: rgb(240 171 252 / 1);
}

.bg-fuchsia-300\/20{
  background-color: rgb(240 171 252 / 0.2);
}

.bg-fuchsia-300\/25{
  background-color: rgb(240 171 252 / 0.25);
}

.bg-fuchsia-300\/30{
  background-color: rgb(240 171 252 / 0.3);
}

.bg-fuchsia-300\/40{
  background-color: rgb(240 171 252 / 0.4);
}

.bg-fuchsia-300\/5{
  background-color: rgb(240 171 252 / 0.05);
}

.bg-fuchsia-300\/50{
  background-color: rgb(240 171 252 / 0.5);
}

.bg-fuchsia-300\/60{
  background-color: rgb(240 171 252 / 0.6);
}

.bg-fuchsia-300\/70{
  background-color: rgb(240 171 252 / 0.7);
}

.bg-fuchsia-300\/75{
  background-color: rgb(240 171 252 / 0.75);
}

.bg-fuchsia-300\/80{
  background-color: rgb(240 171 252 / 0.8);
}

.bg-fuchsia-300\/90{
  background-color: rgb(240 171 252 / 0.9);
}

.bg-fuchsia-300\/95{
  background-color: rgb(240 171 252 / 0.95);
}

.bg-fuchsia-400{
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}

.bg-fuchsia-400\/0{
  background-color: rgb(232 121 249 / 0);
}

.bg-fuchsia-400\/10{
  background-color: rgb(232 121 249 / 0.1);
}

.bg-fuchsia-400\/100{
  background-color: rgb(232 121 249 / 1);
}

.bg-fuchsia-400\/20{
  background-color: rgb(232 121 249 / 0.2);
}

.bg-fuchsia-400\/25{
  background-color: rgb(232 121 249 / 0.25);
}

.bg-fuchsia-400\/30{
  background-color: rgb(232 121 249 / 0.3);
}

.bg-fuchsia-400\/40{
  background-color: rgb(232 121 249 / 0.4);
}

.bg-fuchsia-400\/5{
  background-color: rgb(232 121 249 / 0.05);
}

.bg-fuchsia-400\/50{
  background-color: rgb(232 121 249 / 0.5);
}

.bg-fuchsia-400\/60{
  background-color: rgb(232 121 249 / 0.6);
}

.bg-fuchsia-400\/70{
  background-color: rgb(232 121 249 / 0.7);
}

.bg-fuchsia-400\/75{
  background-color: rgb(232 121 249 / 0.75);
}

.bg-fuchsia-400\/80{
  background-color: rgb(232 121 249 / 0.8);
}

.bg-fuchsia-400\/90{
  background-color: rgb(232 121 249 / 0.9);
}

.bg-fuchsia-400\/95{
  background-color: rgb(232 121 249 / 0.95);
}

.bg-fuchsia-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}

.bg-fuchsia-50\/0{
  background-color: rgb(253 244 255 / 0);
}

.bg-fuchsia-50\/10{
  background-color: rgb(253 244 255 / 0.1);
}

.bg-fuchsia-50\/100{
  background-color: rgb(253 244 255 / 1);
}

.bg-fuchsia-50\/20{
  background-color: rgb(253 244 255 / 0.2);
}

.bg-fuchsia-50\/25{
  background-color: rgb(253 244 255 / 0.25);
}

.bg-fuchsia-50\/30{
  background-color: rgb(253 244 255 / 0.3);
}

.bg-fuchsia-50\/40{
  background-color: rgb(253 244 255 / 0.4);
}

.bg-fuchsia-50\/5{
  background-color: rgb(253 244 255 / 0.05);
}

.bg-fuchsia-50\/50{
  background-color: rgb(253 244 255 / 0.5);
}

.bg-fuchsia-50\/60{
  background-color: rgb(253 244 255 / 0.6);
}

.bg-fuchsia-50\/70{
  background-color: rgb(253 244 255 / 0.7);
}

.bg-fuchsia-50\/75{
  background-color: rgb(253 244 255 / 0.75);
}

.bg-fuchsia-50\/80{
  background-color: rgb(253 244 255 / 0.8);
}

.bg-fuchsia-50\/90{
  background-color: rgb(253 244 255 / 0.9);
}

.bg-fuchsia-50\/95{
  background-color: rgb(253 244 255 / 0.95);
}

.bg-fuchsia-500{
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}

.bg-fuchsia-500\/0{
  background-color: rgb(217 70 239 / 0);
}

.bg-fuchsia-500\/10{
  background-color: rgb(217 70 239 / 0.1);
}

.bg-fuchsia-500\/100{
  background-color: rgb(217 70 239 / 1);
}

.bg-fuchsia-500\/20{
  background-color: rgb(217 70 239 / 0.2);
}

.bg-fuchsia-500\/25{
  background-color: rgb(217 70 239 / 0.25);
}

.bg-fuchsia-500\/30{
  background-color: rgb(217 70 239 / 0.3);
}

.bg-fuchsia-500\/40{
  background-color: rgb(217 70 239 / 0.4);
}

.bg-fuchsia-500\/5{
  background-color: rgb(217 70 239 / 0.05);
}

.bg-fuchsia-500\/50{
  background-color: rgb(217 70 239 / 0.5);
}

.bg-fuchsia-500\/60{
  background-color: rgb(217 70 239 / 0.6);
}

.bg-fuchsia-500\/70{
  background-color: rgb(217 70 239 / 0.7);
}

.bg-fuchsia-500\/75{
  background-color: rgb(217 70 239 / 0.75);
}

.bg-fuchsia-500\/80{
  background-color: rgb(217 70 239 / 0.8);
}

.bg-fuchsia-500\/90{
  background-color: rgb(217 70 239 / 0.9);
}

.bg-fuchsia-500\/95{
  background-color: rgb(217 70 239 / 0.95);
}

.bg-fuchsia-600{
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}

.bg-fuchsia-600\/0{
  background-color: rgb(192 38 211 / 0);
}

.bg-fuchsia-600\/10{
  background-color: rgb(192 38 211 / 0.1);
}

.bg-fuchsia-600\/100{
  background-color: rgb(192 38 211 / 1);
}

.bg-fuchsia-600\/20{
  background-color: rgb(192 38 211 / 0.2);
}

.bg-fuchsia-600\/25{
  background-color: rgb(192 38 211 / 0.25);
}

.bg-fuchsia-600\/30{
  background-color: rgb(192 38 211 / 0.3);
}

.bg-fuchsia-600\/40{
  background-color: rgb(192 38 211 / 0.4);
}

.bg-fuchsia-600\/5{
  background-color: rgb(192 38 211 / 0.05);
}

.bg-fuchsia-600\/50{
  background-color: rgb(192 38 211 / 0.5);
}

.bg-fuchsia-600\/60{
  background-color: rgb(192 38 211 / 0.6);
}

.bg-fuchsia-600\/70{
  background-color: rgb(192 38 211 / 0.7);
}

.bg-fuchsia-600\/75{
  background-color: rgb(192 38 211 / 0.75);
}

.bg-fuchsia-600\/80{
  background-color: rgb(192 38 211 / 0.8);
}

.bg-fuchsia-600\/90{
  background-color: rgb(192 38 211 / 0.9);
}

.bg-fuchsia-600\/95{
  background-color: rgb(192 38 211 / 0.95);
}

.bg-fuchsia-700{
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}

.bg-fuchsia-700\/0{
  background-color: rgb(162 28 175 / 0);
}

.bg-fuchsia-700\/10{
  background-color: rgb(162 28 175 / 0.1);
}

.bg-fuchsia-700\/100{
  background-color: rgb(162 28 175 / 1);
}

.bg-fuchsia-700\/20{
  background-color: rgb(162 28 175 / 0.2);
}

.bg-fuchsia-700\/25{
  background-color: rgb(162 28 175 / 0.25);
}

.bg-fuchsia-700\/30{
  background-color: rgb(162 28 175 / 0.3);
}

.bg-fuchsia-700\/40{
  background-color: rgb(162 28 175 / 0.4);
}

.bg-fuchsia-700\/5{
  background-color: rgb(162 28 175 / 0.05);
}

.bg-fuchsia-700\/50{
  background-color: rgb(162 28 175 / 0.5);
}

.bg-fuchsia-700\/60{
  background-color: rgb(162 28 175 / 0.6);
}

.bg-fuchsia-700\/70{
  background-color: rgb(162 28 175 / 0.7);
}

.bg-fuchsia-700\/75{
  background-color: rgb(162 28 175 / 0.75);
}

.bg-fuchsia-700\/80{
  background-color: rgb(162 28 175 / 0.8);
}

.bg-fuchsia-700\/90{
  background-color: rgb(162 28 175 / 0.9);
}

.bg-fuchsia-700\/95{
  background-color: rgb(162 28 175 / 0.95);
}

.bg-fuchsia-800{
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}

.bg-fuchsia-800\/0{
  background-color: rgb(134 25 143 / 0);
}

.bg-fuchsia-800\/10{
  background-color: rgb(134 25 143 / 0.1);
}

.bg-fuchsia-800\/100{
  background-color: rgb(134 25 143 / 1);
}

.bg-fuchsia-800\/20{
  background-color: rgb(134 25 143 / 0.2);
}

.bg-fuchsia-800\/25{
  background-color: rgb(134 25 143 / 0.25);
}

.bg-fuchsia-800\/30{
  background-color: rgb(134 25 143 / 0.3);
}

.bg-fuchsia-800\/40{
  background-color: rgb(134 25 143 / 0.4);
}

.bg-fuchsia-800\/5{
  background-color: rgb(134 25 143 / 0.05);
}

.bg-fuchsia-800\/50{
  background-color: rgb(134 25 143 / 0.5);
}

.bg-fuchsia-800\/60{
  background-color: rgb(134 25 143 / 0.6);
}

.bg-fuchsia-800\/70{
  background-color: rgb(134 25 143 / 0.7);
}

.bg-fuchsia-800\/75{
  background-color: rgb(134 25 143 / 0.75);
}

.bg-fuchsia-800\/80{
  background-color: rgb(134 25 143 / 0.8);
}

.bg-fuchsia-800\/90{
  background-color: rgb(134 25 143 / 0.9);
}

.bg-fuchsia-800\/95{
  background-color: rgb(134 25 143 / 0.95);
}

.bg-fuchsia-900{
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}

.bg-fuchsia-900\/0{
  background-color: rgb(112 26 117 / 0);
}

.bg-fuchsia-900\/10{
  background-color: rgb(112 26 117 / 0.1);
}

.bg-fuchsia-900\/100{
  background-color: rgb(112 26 117 / 1);
}

.bg-fuchsia-900\/20{
  background-color: rgb(112 26 117 / 0.2);
}

.bg-fuchsia-900\/25{
  background-color: rgb(112 26 117 / 0.25);
}

.bg-fuchsia-900\/30{
  background-color: rgb(112 26 117 / 0.3);
}

.bg-fuchsia-900\/40{
  background-color: rgb(112 26 117 / 0.4);
}

.bg-fuchsia-900\/5{
  background-color: rgb(112 26 117 / 0.05);
}

.bg-fuchsia-900\/50{
  background-color: rgb(112 26 117 / 0.5);
}

.bg-fuchsia-900\/60{
  background-color: rgb(112 26 117 / 0.6);
}

.bg-fuchsia-900\/70{
  background-color: rgb(112 26 117 / 0.7);
}

.bg-fuchsia-900\/75{
  background-color: rgb(112 26 117 / 0.75);
}

.bg-fuchsia-900\/80{
  background-color: rgb(112 26 117 / 0.8);
}

.bg-fuchsia-900\/90{
  background-color: rgb(112 26 117 / 0.9);
}

.bg-fuchsia-900\/95{
  background-color: rgb(112 26 117 / 0.95);
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-gray-100\/0{
  background-color: rgb(245 245 245 / 0);
}

.bg-gray-100\/10{
  background-color: rgb(245 245 245 / 0.1);
}

.bg-gray-100\/100{
  background-color: rgb(245 245 245 / 1);
}

.bg-gray-100\/20{
  background-color: rgb(245 245 245 / 0.2);
}

.bg-gray-100\/25{
  background-color: rgb(245 245 245 / 0.25);
}

.bg-gray-100\/30{
  background-color: rgb(245 245 245 / 0.3);
}

.bg-gray-100\/40{
  background-color: rgb(245 245 245 / 0.4);
}

.bg-gray-100\/5{
  background-color: rgb(245 245 245 / 0.05);
}

.bg-gray-100\/50{
  background-color: rgb(245 245 245 / 0.5);
}

.bg-gray-100\/60{
  background-color: rgb(245 245 245 / 0.6);
}

.bg-gray-100\/70{
  background-color: rgb(245 245 245 / 0.7);
}

.bg-gray-100\/75{
  background-color: rgb(245 245 245 / 0.75);
}

.bg-gray-100\/80{
  background-color: rgb(245 245 245 / 0.8);
}

.bg-gray-100\/90{
  background-color: rgb(245 245 245 / 0.9);
}

.bg-gray-100\/95{
  background-color: rgb(245 245 245 / 0.95);
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-gray-200\/0{
  background-color: rgb(229 229 229 / 0);
}

.bg-gray-200\/10{
  background-color: rgb(229 229 229 / 0.1);
}

.bg-gray-200\/100{
  background-color: rgb(229 229 229 / 1);
}

.bg-gray-200\/20{
  background-color: rgb(229 229 229 / 0.2);
}

.bg-gray-200\/25{
  background-color: rgb(229 229 229 / 0.25);
}

.bg-gray-200\/30{
  background-color: rgb(229 229 229 / 0.3);
}

.bg-gray-200\/40{
  background-color: rgb(229 229 229 / 0.4);
}

.bg-gray-200\/5{
  background-color: rgb(229 229 229 / 0.05);
}

.bg-gray-200\/50{
  background-color: rgb(229 229 229 / 0.5);
}

.bg-gray-200\/60{
  background-color: rgb(229 229 229 / 0.6);
}

.bg-gray-200\/70{
  background-color: rgb(229 229 229 / 0.7);
}

.bg-gray-200\/75{
  background-color: rgb(229 229 229 / 0.75);
}

.bg-gray-200\/80{
  background-color: rgb(229 229 229 / 0.8);
}

.bg-gray-200\/90{
  background-color: rgb(229 229 229 / 0.9);
}

.bg-gray-200\/95{
  background-color: rgb(229 229 229 / 0.95);
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.bg-gray-300\/0{
  background-color: rgb(212 212 212 / 0);
}

.bg-gray-300\/10{
  background-color: rgb(212 212 212 / 0.1);
}

.bg-gray-300\/100{
  background-color: rgb(212 212 212 / 1);
}

.bg-gray-300\/20{
  background-color: rgb(212 212 212 / 0.2);
}

.bg-gray-300\/25{
  background-color: rgb(212 212 212 / 0.25);
}

.bg-gray-300\/30{
  background-color: rgb(212 212 212 / 0.3);
}

.bg-gray-300\/40{
  background-color: rgb(212 212 212 / 0.4);
}

.bg-gray-300\/5{
  background-color: rgb(212 212 212 / 0.05);
}

.bg-gray-300\/50{
  background-color: rgb(212 212 212 / 0.5);
}

.bg-gray-300\/60{
  background-color: rgb(212 212 212 / 0.6);
}

.bg-gray-300\/70{
  background-color: rgb(212 212 212 / 0.7);
}

.bg-gray-300\/75{
  background-color: rgb(212 212 212 / 0.75);
}

.bg-gray-300\/80{
  background-color: rgb(212 212 212 / 0.8);
}

.bg-gray-300\/90{
  background-color: rgb(212 212 212 / 0.9);
}

.bg-gray-300\/95{
  background-color: rgb(212 212 212 / 0.95);
}

.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}

.bg-gray-400\/0{
  background-color: rgb(163 163 163 / 0);
}

.bg-gray-400\/10{
  background-color: rgb(163 163 163 / 0.1);
}

.bg-gray-400\/100{
  background-color: rgb(163 163 163 / 1);
}

.bg-gray-400\/20{
  background-color: rgb(163 163 163 / 0.2);
}

.bg-gray-400\/25{
  background-color: rgb(163 163 163 / 0.25);
}

.bg-gray-400\/30{
  background-color: rgb(163 163 163 / 0.3);
}

.bg-gray-400\/40{
  background-color: rgb(163 163 163 / 0.4);
}

.bg-gray-400\/5{
  background-color: rgb(163 163 163 / 0.05);
}

.bg-gray-400\/50{
  background-color: rgb(163 163 163 / 0.5);
}

.bg-gray-400\/60{
  background-color: rgb(163 163 163 / 0.6);
}

.bg-gray-400\/70{
  background-color: rgb(163 163 163 / 0.7);
}

.bg-gray-400\/75{
  background-color: rgb(163 163 163 / 0.75);
}

.bg-gray-400\/80{
  background-color: rgb(163 163 163 / 0.8);
}

.bg-gray-400\/90{
  background-color: rgb(163 163 163 / 0.9);
}

.bg-gray-400\/95{
  background-color: rgb(163 163 163 / 0.95);
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-gray-50\/0{
  background-color: rgb(250 250 250 / 0);
}

.bg-gray-50\/10{
  background-color: rgb(250 250 250 / 0.1);
}

.bg-gray-50\/100{
  background-color: rgb(250 250 250 / 1);
}

.bg-gray-50\/20{
  background-color: rgb(250 250 250 / 0.2);
}

.bg-gray-50\/25{
  background-color: rgb(250 250 250 / 0.25);
}

.bg-gray-50\/30{
  background-color: rgb(250 250 250 / 0.3);
}

.bg-gray-50\/40{
  background-color: rgb(250 250 250 / 0.4);
}

.bg-gray-50\/5{
  background-color: rgb(250 250 250 / 0.05);
}

.bg-gray-50\/50{
  background-color: rgb(250 250 250 / 0.5);
}

.bg-gray-50\/60{
  background-color: rgb(250 250 250 / 0.6);
}

.bg-gray-50\/70{
  background-color: rgb(250 250 250 / 0.7);
}

.bg-gray-50\/75{
  background-color: rgb(250 250 250 / 0.75);
}

.bg-gray-50\/80{
  background-color: rgb(250 250 250 / 0.8);
}

.bg-gray-50\/90{
  background-color: rgb(250 250 250 / 0.9);
}

.bg-gray-50\/95{
  background-color: rgb(250 250 250 / 0.95);
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.bg-gray-500\/0{
  background-color: rgb(115 115 115 / 0);
}

.bg-gray-500\/10{
  background-color: rgb(115 115 115 / 0.1);
}

.bg-gray-500\/100{
  background-color: rgb(115 115 115 / 1);
}

.bg-gray-500\/20{
  background-color: rgb(115 115 115 / 0.2);
}

.bg-gray-500\/25{
  background-color: rgb(115 115 115 / 0.25);
}

.bg-gray-500\/30{
  background-color: rgb(115 115 115 / 0.3);
}

.bg-gray-500\/40{
  background-color: rgb(115 115 115 / 0.4);
}

.bg-gray-500\/5{
  background-color: rgb(115 115 115 / 0.05);
}

.bg-gray-500\/50{
  background-color: rgb(115 115 115 / 0.5);
}

.bg-gray-500\/60{
  background-color: rgb(115 115 115 / 0.6);
}

.bg-gray-500\/70{
  background-color: rgb(115 115 115 / 0.7);
}

.bg-gray-500\/75{
  background-color: rgb(115 115 115 / 0.75);
}

.bg-gray-500\/80{
  background-color: rgb(115 115 115 / 0.8);
}

.bg-gray-500\/90{
  background-color: rgb(115 115 115 / 0.9);
}

.bg-gray-500\/95{
  background-color: rgb(115 115 115 / 0.95);
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.bg-gray-600\/0{
  background-color: rgb(82 82 82 / 0);
}

.bg-gray-600\/10{
  background-color: rgb(82 82 82 / 0.1);
}

.bg-gray-600\/100{
  background-color: rgb(82 82 82 / 1);
}

.bg-gray-600\/20{
  background-color: rgb(82 82 82 / 0.2);
}

.bg-gray-600\/25{
  background-color: rgb(82 82 82 / 0.25);
}

.bg-gray-600\/30{
  background-color: rgb(82 82 82 / 0.3);
}

.bg-gray-600\/40{
  background-color: rgb(82 82 82 / 0.4);
}

.bg-gray-600\/5{
  background-color: rgb(82 82 82 / 0.05);
}

.bg-gray-600\/50{
  background-color: rgb(82 82 82 / 0.5);
}

.bg-gray-600\/60{
  background-color: rgb(82 82 82 / 0.6);
}

.bg-gray-600\/70{
  background-color: rgb(82 82 82 / 0.7);
}

.bg-gray-600\/75{
  background-color: rgb(82 82 82 / 0.75);
}

.bg-gray-600\/80{
  background-color: rgb(82 82 82 / 0.8);
}

.bg-gray-600\/90{
  background-color: rgb(82 82 82 / 0.9);
}

.bg-gray-600\/95{
  background-color: rgb(82 82 82 / 0.95);
}

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.bg-gray-700\/0{
  background-color: rgb(64 64 64 / 0);
}

.bg-gray-700\/10{
  background-color: rgb(64 64 64 / 0.1);
}

.bg-gray-700\/100{
  background-color: rgb(64 64 64 / 1);
}

.bg-gray-700\/20{
  background-color: rgb(64 64 64 / 0.2);
}

.bg-gray-700\/25{
  background-color: rgb(64 64 64 / 0.25);
}

.bg-gray-700\/30{
  background-color: rgb(64 64 64 / 0.3);
}

.bg-gray-700\/40{
  background-color: rgb(64 64 64 / 0.4);
}

.bg-gray-700\/5{
  background-color: rgb(64 64 64 / 0.05);
}

.bg-gray-700\/50{
  background-color: rgb(64 64 64 / 0.5);
}

.bg-gray-700\/60{
  background-color: rgb(64 64 64 / 0.6);
}

.bg-gray-700\/70{
  background-color: rgb(64 64 64 / 0.7);
}

.bg-gray-700\/75{
  background-color: rgb(64 64 64 / 0.75);
}

.bg-gray-700\/80{
  background-color: rgb(64 64 64 / 0.8);
}

.bg-gray-700\/90{
  background-color: rgb(64 64 64 / 0.9);
}

.bg-gray-700\/95{
  background-color: rgb(64 64 64 / 0.95);
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.bg-gray-800\/0{
  background-color: rgb(38 38 38 / 0);
}

.bg-gray-800\/10{
  background-color: rgb(38 38 38 / 0.1);
}

.bg-gray-800\/100{
  background-color: rgb(38 38 38 / 1);
}

.bg-gray-800\/20{
  background-color: rgb(38 38 38 / 0.2);
}

.bg-gray-800\/25{
  background-color: rgb(38 38 38 / 0.25);
}

.bg-gray-800\/30{
  background-color: rgb(38 38 38 / 0.3);
}

.bg-gray-800\/40{
  background-color: rgb(38 38 38 / 0.4);
}

.bg-gray-800\/5{
  background-color: rgb(38 38 38 / 0.05);
}

.bg-gray-800\/50{
  background-color: rgb(38 38 38 / 0.5);
}

.bg-gray-800\/60{
  background-color: rgb(38 38 38 / 0.6);
}

.bg-gray-800\/70{
  background-color: rgb(38 38 38 / 0.7);
}

.bg-gray-800\/75{
  background-color: rgb(38 38 38 / 0.75);
}

.bg-gray-800\/80{
  background-color: rgb(38 38 38 / 0.8);
}

.bg-gray-800\/90{
  background-color: rgb(38 38 38 / 0.9);
}

.bg-gray-800\/95{
  background-color: rgb(38 38 38 / 0.95);
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.bg-gray-900\/0{
  background-color: rgb(23 23 23 / 0);
}

.bg-gray-900\/10{
  background-color: rgb(23 23 23 / 0.1);
}

.bg-gray-900\/100{
  background-color: rgb(23 23 23 / 1);
}

.bg-gray-900\/20{
  background-color: rgb(23 23 23 / 0.2);
}

.bg-gray-900\/25{
  background-color: rgb(23 23 23 / 0.25);
}

.bg-gray-900\/30{
  background-color: rgb(23 23 23 / 0.3);
}

.bg-gray-900\/40{
  background-color: rgb(23 23 23 / 0.4);
}

.bg-gray-900\/5{
  background-color: rgb(23 23 23 / 0.05);
}

.bg-gray-900\/50{
  background-color: rgb(23 23 23 / 0.5);
}

.bg-gray-900\/60{
  background-color: rgb(23 23 23 / 0.6);
}

.bg-gray-900\/70{
  background-color: rgb(23 23 23 / 0.7);
}

.bg-gray-900\/75{
  background-color: rgb(23 23 23 / 0.75);
}

.bg-gray-900\/80{
  background-color: rgb(23 23 23 / 0.8);
}

.bg-gray-900\/90{
  background-color: rgb(23 23 23 / 0.9);
}

.bg-gray-900\/95{
  background-color: rgb(23 23 23 / 0.95);
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

.bg-green-100\/0{
  background-color: rgb(209 250 229 / 0);
}

.bg-green-100\/10{
  background-color: rgb(209 250 229 / 0.1);
}

.bg-green-100\/100{
  background-color: rgb(209 250 229 / 1);
}

.bg-green-100\/20{
  background-color: rgb(209 250 229 / 0.2);
}

.bg-green-100\/25{
  background-color: rgb(209 250 229 / 0.25);
}

.bg-green-100\/30{
  background-color: rgb(209 250 229 / 0.3);
}

.bg-green-100\/40{
  background-color: rgb(209 250 229 / 0.4);
}

.bg-green-100\/5{
  background-color: rgb(209 250 229 / 0.05);
}

.bg-green-100\/50{
  background-color: rgb(209 250 229 / 0.5);
}

.bg-green-100\/60{
  background-color: rgb(209 250 229 / 0.6);
}

.bg-green-100\/70{
  background-color: rgb(209 250 229 / 0.7);
}

.bg-green-100\/75{
  background-color: rgb(209 250 229 / 0.75);
}

.bg-green-100\/80{
  background-color: rgb(209 250 229 / 0.8);
}

.bg-green-100\/90{
  background-color: rgb(209 250 229 / 0.9);
}

.bg-green-100\/95{
  background-color: rgb(209 250 229 / 0.95);
}

.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}

.bg-green-200\/0{
  background-color: rgb(167 243 208 / 0);
}

.bg-green-200\/10{
  background-color: rgb(167 243 208 / 0.1);
}

.bg-green-200\/100{
  background-color: rgb(167 243 208 / 1);
}

.bg-green-200\/20{
  background-color: rgb(167 243 208 / 0.2);
}

.bg-green-200\/25{
  background-color: rgb(167 243 208 / 0.25);
}

.bg-green-200\/30{
  background-color: rgb(167 243 208 / 0.3);
}

.bg-green-200\/40{
  background-color: rgb(167 243 208 / 0.4);
}

.bg-green-200\/5{
  background-color: rgb(167 243 208 / 0.05);
}

.bg-green-200\/50{
  background-color: rgb(167 243 208 / 0.5);
}

.bg-green-200\/60{
  background-color: rgb(167 243 208 / 0.6);
}

.bg-green-200\/70{
  background-color: rgb(167 243 208 / 0.7);
}

.bg-green-200\/75{
  background-color: rgb(167 243 208 / 0.75);
}

.bg-green-200\/80{
  background-color: rgb(167 243 208 / 0.8);
}

.bg-green-200\/90{
  background-color: rgb(167 243 208 / 0.9);
}

.bg-green-200\/95{
  background-color: rgb(167 243 208 / 0.95);
}

.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}

.bg-green-300\/0{
  background-color: rgb(110 231 183 / 0);
}

.bg-green-300\/10{
  background-color: rgb(110 231 183 / 0.1);
}

.bg-green-300\/100{
  background-color: rgb(110 231 183 / 1);
}

.bg-green-300\/20{
  background-color: rgb(110 231 183 / 0.2);
}

.bg-green-300\/25{
  background-color: rgb(110 231 183 / 0.25);
}

.bg-green-300\/30{
  background-color: rgb(110 231 183 / 0.3);
}

.bg-green-300\/40{
  background-color: rgb(110 231 183 / 0.4);
}

.bg-green-300\/5{
  background-color: rgb(110 231 183 / 0.05);
}

.bg-green-300\/50{
  background-color: rgb(110 231 183 / 0.5);
}

.bg-green-300\/60{
  background-color: rgb(110 231 183 / 0.6);
}

.bg-green-300\/70{
  background-color: rgb(110 231 183 / 0.7);
}

.bg-green-300\/75{
  background-color: rgb(110 231 183 / 0.75);
}

.bg-green-300\/80{
  background-color: rgb(110 231 183 / 0.8);
}

.bg-green-300\/90{
  background-color: rgb(110 231 183 / 0.9);
}

.bg-green-300\/95{
  background-color: rgb(110 231 183 / 0.95);
}

.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}

.bg-green-400\/0{
  background-color: rgb(52 211 153 / 0);
}

.bg-green-400\/10{
  background-color: rgb(52 211 153 / 0.1);
}

.bg-green-400\/100{
  background-color: rgb(52 211 153 / 1);
}

.bg-green-400\/20{
  background-color: rgb(52 211 153 / 0.2);
}

.bg-green-400\/25{
  background-color: rgb(52 211 153 / 0.25);
}

.bg-green-400\/30{
  background-color: rgb(52 211 153 / 0.3);
}

.bg-green-400\/40{
  background-color: rgb(52 211 153 / 0.4);
}

.bg-green-400\/5{
  background-color: rgb(52 211 153 / 0.05);
}

.bg-green-400\/50{
  background-color: rgb(52 211 153 / 0.5);
}

.bg-green-400\/60{
  background-color: rgb(52 211 153 / 0.6);
}

.bg-green-400\/70{
  background-color: rgb(52 211 153 / 0.7);
}

.bg-green-400\/75{
  background-color: rgb(52 211 153 / 0.75);
}

.bg-green-400\/80{
  background-color: rgb(52 211 153 / 0.8);
}

.bg-green-400\/90{
  background-color: rgb(52 211 153 / 0.9);
}

.bg-green-400\/95{
  background-color: rgb(52 211 153 / 0.95);
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.bg-green-50\/0{
  background-color: rgb(236 253 245 / 0);
}

.bg-green-50\/10{
  background-color: rgb(236 253 245 / 0.1);
}

.bg-green-50\/100{
  background-color: rgb(236 253 245 / 1);
}

.bg-green-50\/20{
  background-color: rgb(236 253 245 / 0.2);
}

.bg-green-50\/25{
  background-color: rgb(236 253 245 / 0.25);
}

.bg-green-50\/30{
  background-color: rgb(236 253 245 / 0.3);
}

.bg-green-50\/40{
  background-color: rgb(236 253 245 / 0.4);
}

.bg-green-50\/5{
  background-color: rgb(236 253 245 / 0.05);
}

.bg-green-50\/50{
  background-color: rgb(236 253 245 / 0.5);
}

.bg-green-50\/60{
  background-color: rgb(236 253 245 / 0.6);
}

.bg-green-50\/70{
  background-color: rgb(236 253 245 / 0.7);
}

.bg-green-50\/75{
  background-color: rgb(236 253 245 / 0.75);
}

.bg-green-50\/80{
  background-color: rgb(236 253 245 / 0.8);
}

.bg-green-50\/90{
  background-color: rgb(236 253 245 / 0.9);
}

.bg-green-50\/95{
  background-color: rgb(236 253 245 / 0.95);
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-green-500\/0{
  background-color: rgb(16 185 129 / 0);
}

.bg-green-500\/10{
  background-color: rgb(16 185 129 / 0.1);
}

.bg-green-500\/100{
  background-color: rgb(16 185 129 / 1);
}

.bg-green-500\/20{
  background-color: rgb(16 185 129 / 0.2);
}

.bg-green-500\/25{
  background-color: rgb(16 185 129 / 0.25);
}

.bg-green-500\/30{
  background-color: rgb(16 185 129 / 0.3);
}

.bg-green-500\/40{
  background-color: rgb(16 185 129 / 0.4);
}

.bg-green-500\/5{
  background-color: rgb(16 185 129 / 0.05);
}

.bg-green-500\/50{
  background-color: rgb(16 185 129 / 0.5);
}

.bg-green-500\/60{
  background-color: rgb(16 185 129 / 0.6);
}

.bg-green-500\/70{
  background-color: rgb(16 185 129 / 0.7);
}

.bg-green-500\/75{
  background-color: rgb(16 185 129 / 0.75);
}

.bg-green-500\/80{
  background-color: rgb(16 185 129 / 0.8);
}

.bg-green-500\/90{
  background-color: rgb(16 185 129 / 0.9);
}

.bg-green-500\/95{
  background-color: rgb(16 185 129 / 0.95);
}

.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.bg-green-600\/0{
  background-color: rgb(5 150 105 / 0);
}

.bg-green-600\/10{
  background-color: rgb(5 150 105 / 0.1);
}

.bg-green-600\/100{
  background-color: rgb(5 150 105 / 1);
}

.bg-green-600\/20{
  background-color: rgb(5 150 105 / 0.2);
}

.bg-green-600\/25{
  background-color: rgb(5 150 105 / 0.25);
}

.bg-green-600\/30{
  background-color: rgb(5 150 105 / 0.3);
}

.bg-green-600\/40{
  background-color: rgb(5 150 105 / 0.4);
}

.bg-green-600\/5{
  background-color: rgb(5 150 105 / 0.05);
}

.bg-green-600\/50{
  background-color: rgb(5 150 105 / 0.5);
}

.bg-green-600\/60{
  background-color: rgb(5 150 105 / 0.6);
}

.bg-green-600\/70{
  background-color: rgb(5 150 105 / 0.7);
}

.bg-green-600\/75{
  background-color: rgb(5 150 105 / 0.75);
}

.bg-green-600\/80{
  background-color: rgb(5 150 105 / 0.8);
}

.bg-green-600\/90{
  background-color: rgb(5 150 105 / 0.9);
}

.bg-green-600\/95{
  background-color: rgb(5 150 105 / 0.95);
}

.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

.bg-green-700\/0{
  background-color: rgb(4 120 87 / 0);
}

.bg-green-700\/10{
  background-color: rgb(4 120 87 / 0.1);
}

.bg-green-700\/100{
  background-color: rgb(4 120 87 / 1);
}

.bg-green-700\/20{
  background-color: rgb(4 120 87 / 0.2);
}

.bg-green-700\/25{
  background-color: rgb(4 120 87 / 0.25);
}

.bg-green-700\/30{
  background-color: rgb(4 120 87 / 0.3);
}

.bg-green-700\/40{
  background-color: rgb(4 120 87 / 0.4);
}

.bg-green-700\/5{
  background-color: rgb(4 120 87 / 0.05);
}

.bg-green-700\/50{
  background-color: rgb(4 120 87 / 0.5);
}

.bg-green-700\/60{
  background-color: rgb(4 120 87 / 0.6);
}

.bg-green-700\/70{
  background-color: rgb(4 120 87 / 0.7);
}

.bg-green-700\/75{
  background-color: rgb(4 120 87 / 0.75);
}

.bg-green-700\/80{
  background-color: rgb(4 120 87 / 0.8);
}

.bg-green-700\/90{
  background-color: rgb(4 120 87 / 0.9);
}

.bg-green-700\/95{
  background-color: rgb(4 120 87 / 0.95);
}

.bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}

.bg-green-800\/0{
  background-color: rgb(6 95 70 / 0);
}

.bg-green-800\/10{
  background-color: rgb(6 95 70 / 0.1);
}

.bg-green-800\/100{
  background-color: rgb(6 95 70 / 1);
}

.bg-green-800\/20{
  background-color: rgb(6 95 70 / 0.2);
}

.bg-green-800\/25{
  background-color: rgb(6 95 70 / 0.25);
}

.bg-green-800\/30{
  background-color: rgb(6 95 70 / 0.3);
}

.bg-green-800\/40{
  background-color: rgb(6 95 70 / 0.4);
}

.bg-green-800\/5{
  background-color: rgb(6 95 70 / 0.05);
}

.bg-green-800\/50{
  background-color: rgb(6 95 70 / 0.5);
}

.bg-green-800\/60{
  background-color: rgb(6 95 70 / 0.6);
}

.bg-green-800\/70{
  background-color: rgb(6 95 70 / 0.7);
}

.bg-green-800\/75{
  background-color: rgb(6 95 70 / 0.75);
}

.bg-green-800\/80{
  background-color: rgb(6 95 70 / 0.8);
}

.bg-green-800\/90{
  background-color: rgb(6 95 70 / 0.9);
}

.bg-green-800\/95{
  background-color: rgb(6 95 70 / 0.95);
}

.bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}

.bg-green-900\/0{
  background-color: rgb(6 78 59 / 0);
}

.bg-green-900\/10{
  background-color: rgb(6 78 59 / 0.1);
}

.bg-green-900\/100{
  background-color: rgb(6 78 59 / 1);
}

.bg-green-900\/20{
  background-color: rgb(6 78 59 / 0.2);
}

.bg-green-900\/25{
  background-color: rgb(6 78 59 / 0.25);
}

.bg-green-900\/30{
  background-color: rgb(6 78 59 / 0.3);
}

.bg-green-900\/40{
  background-color: rgb(6 78 59 / 0.4);
}

.bg-green-900\/5{
  background-color: rgb(6 78 59 / 0.05);
}

.bg-green-900\/50{
  background-color: rgb(6 78 59 / 0.5);
}

.bg-green-900\/60{
  background-color: rgb(6 78 59 / 0.6);
}

.bg-green-900\/70{
  background-color: rgb(6 78 59 / 0.7);
}

.bg-green-900\/75{
  background-color: rgb(6 78 59 / 0.75);
}

.bg-green-900\/80{
  background-color: rgb(6 78 59 / 0.8);
}

.bg-green-900\/90{
  background-color: rgb(6 78 59 / 0.9);
}

.bg-green-900\/95{
  background-color: rgb(6 78 59 / 0.95);
}

.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.bg-indigo-100\/0{
  background-color: rgb(224 231 255 / 0);
}

.bg-indigo-100\/10{
  background-color: rgb(224 231 255 / 0.1);
}

.bg-indigo-100\/100{
  background-color: rgb(224 231 255 / 1);
}

.bg-indigo-100\/20{
  background-color: rgb(224 231 255 / 0.2);
}

.bg-indigo-100\/25{
  background-color: rgb(224 231 255 / 0.25);
}

.bg-indigo-100\/30{
  background-color: rgb(224 231 255 / 0.3);
}

.bg-indigo-100\/40{
  background-color: rgb(224 231 255 / 0.4);
}

.bg-indigo-100\/5{
  background-color: rgb(224 231 255 / 0.05);
}

.bg-indigo-100\/50{
  background-color: rgb(224 231 255 / 0.5);
}

.bg-indigo-100\/60{
  background-color: rgb(224 231 255 / 0.6);
}

.bg-indigo-100\/70{
  background-color: rgb(224 231 255 / 0.7);
}

.bg-indigo-100\/75{
  background-color: rgb(224 231 255 / 0.75);
}

.bg-indigo-100\/80{
  background-color: rgb(224 231 255 / 0.8);
}

.bg-indigo-100\/90{
  background-color: rgb(224 231 255 / 0.9);
}

.bg-indigo-100\/95{
  background-color: rgb(224 231 255 / 0.95);
}

.bg-indigo-200{
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}

.bg-indigo-200\/0{
  background-color: rgb(199 210 254 / 0);
}

.bg-indigo-200\/10{
  background-color: rgb(199 210 254 / 0.1);
}

.bg-indigo-200\/100{
  background-color: rgb(199 210 254 / 1);
}

.bg-indigo-200\/20{
  background-color: rgb(199 210 254 / 0.2);
}

.bg-indigo-200\/25{
  background-color: rgb(199 210 254 / 0.25);
}

.bg-indigo-200\/30{
  background-color: rgb(199 210 254 / 0.3);
}

.bg-indigo-200\/40{
  background-color: rgb(199 210 254 / 0.4);
}

.bg-indigo-200\/5{
  background-color: rgb(199 210 254 / 0.05);
}

.bg-indigo-200\/50{
  background-color: rgb(199 210 254 / 0.5);
}

.bg-indigo-200\/60{
  background-color: rgb(199 210 254 / 0.6);
}

.bg-indigo-200\/70{
  background-color: rgb(199 210 254 / 0.7);
}

.bg-indigo-200\/75{
  background-color: rgb(199 210 254 / 0.75);
}

.bg-indigo-200\/80{
  background-color: rgb(199 210 254 / 0.8);
}

.bg-indigo-200\/90{
  background-color: rgb(199 210 254 / 0.9);
}

.bg-indigo-200\/95{
  background-color: rgb(199 210 254 / 0.95);
}

.bg-indigo-300{
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.bg-indigo-300\/0{
  background-color: rgb(165 180 252 / 0);
}

.bg-indigo-300\/10{
  background-color: rgb(165 180 252 / 0.1);
}

.bg-indigo-300\/100{
  background-color: rgb(165 180 252 / 1);
}

.bg-indigo-300\/20{
  background-color: rgb(165 180 252 / 0.2);
}

.bg-indigo-300\/25{
  background-color: rgb(165 180 252 / 0.25);
}

.bg-indigo-300\/30{
  background-color: rgb(165 180 252 / 0.3);
}

.bg-indigo-300\/40{
  background-color: rgb(165 180 252 / 0.4);
}

.bg-indigo-300\/5{
  background-color: rgb(165 180 252 / 0.05);
}

.bg-indigo-300\/50{
  background-color: rgb(165 180 252 / 0.5);
}

.bg-indigo-300\/60{
  background-color: rgb(165 180 252 / 0.6);
}

.bg-indigo-300\/70{
  background-color: rgb(165 180 252 / 0.7);
}

.bg-indigo-300\/75{
  background-color: rgb(165 180 252 / 0.75);
}

.bg-indigo-300\/80{
  background-color: rgb(165 180 252 / 0.8);
}

.bg-indigo-300\/90{
  background-color: rgb(165 180 252 / 0.9);
}

.bg-indigo-300\/95{
  background-color: rgb(165 180 252 / 0.95);
}

.bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

.bg-indigo-400\/0{
  background-color: rgb(129 140 248 / 0);
}

.bg-indigo-400\/10{
  background-color: rgb(129 140 248 / 0.1);
}

.bg-indigo-400\/100{
  background-color: rgb(129 140 248 / 1);
}

.bg-indigo-400\/20{
  background-color: rgb(129 140 248 / 0.2);
}

.bg-indigo-400\/25{
  background-color: rgb(129 140 248 / 0.25);
}

.bg-indigo-400\/30{
  background-color: rgb(129 140 248 / 0.3);
}

.bg-indigo-400\/40{
  background-color: rgb(129 140 248 / 0.4);
}

.bg-indigo-400\/5{
  background-color: rgb(129 140 248 / 0.05);
}

.bg-indigo-400\/50{
  background-color: rgb(129 140 248 / 0.5);
}

.bg-indigo-400\/60{
  background-color: rgb(129 140 248 / 0.6);
}

.bg-indigo-400\/70{
  background-color: rgb(129 140 248 / 0.7);
}

.bg-indigo-400\/75{
  background-color: rgb(129 140 248 / 0.75);
}

.bg-indigo-400\/80{
  background-color: rgb(129 140 248 / 0.8);
}

.bg-indigo-400\/90{
  background-color: rgb(129 140 248 / 0.9);
}

.bg-indigo-400\/95{
  background-color: rgb(129 140 248 / 0.95);
}

.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.bg-indigo-50\/0{
  background-color: rgb(238 242 255 / 0);
}

.bg-indigo-50\/10{
  background-color: rgb(238 242 255 / 0.1);
}

.bg-indigo-50\/100{
  background-color: rgb(238 242 255 / 1);
}

.bg-indigo-50\/20{
  background-color: rgb(238 242 255 / 0.2);
}

.bg-indigo-50\/25{
  background-color: rgb(238 242 255 / 0.25);
}

.bg-indigo-50\/30{
  background-color: rgb(238 242 255 / 0.3);
}

.bg-indigo-50\/40{
  background-color: rgb(238 242 255 / 0.4);
}

.bg-indigo-50\/5{
  background-color: rgb(238 242 255 / 0.05);
}

.bg-indigo-50\/50{
  background-color: rgb(238 242 255 / 0.5);
}

.bg-indigo-50\/60{
  background-color: rgb(238 242 255 / 0.6);
}

.bg-indigo-50\/70{
  background-color: rgb(238 242 255 / 0.7);
}

.bg-indigo-50\/75{
  background-color: rgb(238 242 255 / 0.75);
}

.bg-indigo-50\/80{
  background-color: rgb(238 242 255 / 0.8);
}

.bg-indigo-50\/90{
  background-color: rgb(238 242 255 / 0.9);
}

.bg-indigo-50\/95{
  background-color: rgb(238 242 255 / 0.95);
}

.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.bg-indigo-500\/0{
  background-color: rgb(99 102 241 / 0);
}

.bg-indigo-500\/10{
  background-color: rgb(99 102 241 / 0.1);
}

.bg-indigo-500\/100{
  background-color: rgb(99 102 241 / 1);
}

.bg-indigo-500\/20{
  background-color: rgb(99 102 241 / 0.2);
}

.bg-indigo-500\/25{
  background-color: rgb(99 102 241 / 0.25);
}

.bg-indigo-500\/30{
  background-color: rgb(99 102 241 / 0.3);
}

.bg-indigo-500\/40{
  background-color: rgb(99 102 241 / 0.4);
}

.bg-indigo-500\/5{
  background-color: rgb(99 102 241 / 0.05);
}

.bg-indigo-500\/50{
  background-color: rgb(99 102 241 / 0.5);
}

.bg-indigo-500\/60{
  background-color: rgb(99 102 241 / 0.6);
}

.bg-indigo-500\/70{
  background-color: rgb(99 102 241 / 0.7);
}

.bg-indigo-500\/75{
  background-color: rgb(99 102 241 / 0.75);
}

.bg-indigo-500\/80{
  background-color: rgb(99 102 241 / 0.8);
}

.bg-indigo-500\/90{
  background-color: rgb(99 102 241 / 0.9);
}

.bg-indigo-500\/95{
  background-color: rgb(99 102 241 / 0.95);
}

.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.bg-indigo-600\/0{
  background-color: rgb(79 70 229 / 0);
}

.bg-indigo-600\/10{
  background-color: rgb(79 70 229 / 0.1);
}

.bg-indigo-600\/100{
  background-color: rgb(79 70 229 / 1);
}

.bg-indigo-600\/20{
  background-color: rgb(79 70 229 / 0.2);
}

.bg-indigo-600\/25{
  background-color: rgb(79 70 229 / 0.25);
}

.bg-indigo-600\/30{
  background-color: rgb(79 70 229 / 0.3);
}

.bg-indigo-600\/40{
  background-color: rgb(79 70 229 / 0.4);
}

.bg-indigo-600\/5{
  background-color: rgb(79 70 229 / 0.05);
}

.bg-indigo-600\/50{
  background-color: rgb(79 70 229 / 0.5);
}

.bg-indigo-600\/60{
  background-color: rgb(79 70 229 / 0.6);
}

.bg-indigo-600\/70{
  background-color: rgb(79 70 229 / 0.7);
}

.bg-indigo-600\/75{
  background-color: rgb(79 70 229 / 0.75);
}

.bg-indigo-600\/80{
  background-color: rgb(79 70 229 / 0.8);
}

.bg-indigo-600\/90{
  background-color: rgb(79 70 229 / 0.9);
}

.bg-indigo-600\/95{
  background-color: rgb(79 70 229 / 0.95);
}

.bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.bg-indigo-700\/0{
  background-color: rgb(67 56 202 / 0);
}

.bg-indigo-700\/10{
  background-color: rgb(67 56 202 / 0.1);
}

.bg-indigo-700\/100{
  background-color: rgb(67 56 202 / 1);
}

.bg-indigo-700\/20{
  background-color: rgb(67 56 202 / 0.2);
}

.bg-indigo-700\/25{
  background-color: rgb(67 56 202 / 0.25);
}

.bg-indigo-700\/30{
  background-color: rgb(67 56 202 / 0.3);
}

.bg-indigo-700\/40{
  background-color: rgb(67 56 202 / 0.4);
}

.bg-indigo-700\/5{
  background-color: rgb(67 56 202 / 0.05);
}

.bg-indigo-700\/50{
  background-color: rgb(67 56 202 / 0.5);
}

.bg-indigo-700\/60{
  background-color: rgb(67 56 202 / 0.6);
}

.bg-indigo-700\/70{
  background-color: rgb(67 56 202 / 0.7);
}

.bg-indigo-700\/75{
  background-color: rgb(67 56 202 / 0.75);
}

.bg-indigo-700\/80{
  background-color: rgb(67 56 202 / 0.8);
}

.bg-indigo-700\/90{
  background-color: rgb(67 56 202 / 0.9);
}

.bg-indigo-700\/95{
  background-color: rgb(67 56 202 / 0.95);
}

.bg-indigo-800{
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}

.bg-indigo-800\/0{
  background-color: rgb(55 48 163 / 0);
}

.bg-indigo-800\/10{
  background-color: rgb(55 48 163 / 0.1);
}

.bg-indigo-800\/100{
  background-color: rgb(55 48 163 / 1);
}

.bg-indigo-800\/20{
  background-color: rgb(55 48 163 / 0.2);
}

.bg-indigo-800\/25{
  background-color: rgb(55 48 163 / 0.25);
}

.bg-indigo-800\/30{
  background-color: rgb(55 48 163 / 0.3);
}

.bg-indigo-800\/40{
  background-color: rgb(55 48 163 / 0.4);
}

.bg-indigo-800\/5{
  background-color: rgb(55 48 163 / 0.05);
}

.bg-indigo-800\/50{
  background-color: rgb(55 48 163 / 0.5);
}

.bg-indigo-800\/60{
  background-color: rgb(55 48 163 / 0.6);
}

.bg-indigo-800\/70{
  background-color: rgb(55 48 163 / 0.7);
}

.bg-indigo-800\/75{
  background-color: rgb(55 48 163 / 0.75);
}

.bg-indigo-800\/80{
  background-color: rgb(55 48 163 / 0.8);
}

.bg-indigo-800\/90{
  background-color: rgb(55 48 163 / 0.9);
}

.bg-indigo-800\/95{
  background-color: rgb(55 48 163 / 0.95);
}

.bg-indigo-900{
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}

.bg-indigo-900\/0{
  background-color: rgb(49 46 129 / 0);
}

.bg-indigo-900\/10{
  background-color: rgb(49 46 129 / 0.1);
}

.bg-indigo-900\/100{
  background-color: rgb(49 46 129 / 1);
}

.bg-indigo-900\/20{
  background-color: rgb(49 46 129 / 0.2);
}

.bg-indigo-900\/25{
  background-color: rgb(49 46 129 / 0.25);
}

.bg-indigo-900\/30{
  background-color: rgb(49 46 129 / 0.3);
}

.bg-indigo-900\/40{
  background-color: rgb(49 46 129 / 0.4);
}

.bg-indigo-900\/5{
  background-color: rgb(49 46 129 / 0.05);
}

.bg-indigo-900\/50{
  background-color: rgb(49 46 129 / 0.5);
}

.bg-indigo-900\/60{
  background-color: rgb(49 46 129 / 0.6);
}

.bg-indigo-900\/70{
  background-color: rgb(49 46 129 / 0.7);
}

.bg-indigo-900\/75{
  background-color: rgb(49 46 129 / 0.75);
}

.bg-indigo-900\/80{
  background-color: rgb(49 46 129 / 0.8);
}

.bg-indigo-900\/90{
  background-color: rgb(49 46 129 / 0.9);
}

.bg-indigo-900\/95{
  background-color: rgb(49 46 129 / 0.95);
}

.bg-light-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.bg-light-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}

.bg-light-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.bg-light-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.bg-light-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.bg-light-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.bg-lime-100{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

.bg-lime-100\/0{
  background-color: rgb(236 252 203 / 0);
}

.bg-lime-100\/10{
  background-color: rgb(236 252 203 / 0.1);
}

.bg-lime-100\/100{
  background-color: rgb(236 252 203 / 1);
}

.bg-lime-100\/20{
  background-color: rgb(236 252 203 / 0.2);
}

.bg-lime-100\/25{
  background-color: rgb(236 252 203 / 0.25);
}

.bg-lime-100\/30{
  background-color: rgb(236 252 203 / 0.3);
}

.bg-lime-100\/40{
  background-color: rgb(236 252 203 / 0.4);
}

.bg-lime-100\/5{
  background-color: rgb(236 252 203 / 0.05);
}

.bg-lime-100\/50{
  background-color: rgb(236 252 203 / 0.5);
}

.bg-lime-100\/60{
  background-color: rgb(236 252 203 / 0.6);
}

.bg-lime-100\/70{
  background-color: rgb(236 252 203 / 0.7);
}

.bg-lime-100\/75{
  background-color: rgb(236 252 203 / 0.75);
}

.bg-lime-100\/80{
  background-color: rgb(236 252 203 / 0.8);
}

.bg-lime-100\/90{
  background-color: rgb(236 252 203 / 0.9);
}

.bg-lime-100\/95{
  background-color: rgb(236 252 203 / 0.95);
}

.bg-lime-200{
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}

.bg-lime-200\/0{
  background-color: rgb(217 249 157 / 0);
}

.bg-lime-200\/10{
  background-color: rgb(217 249 157 / 0.1);
}

.bg-lime-200\/100{
  background-color: rgb(217 249 157 / 1);
}

.bg-lime-200\/20{
  background-color: rgb(217 249 157 / 0.2);
}

.bg-lime-200\/25{
  background-color: rgb(217 249 157 / 0.25);
}

.bg-lime-200\/30{
  background-color: rgb(217 249 157 / 0.3);
}

.bg-lime-200\/40{
  background-color: rgb(217 249 157 / 0.4);
}

.bg-lime-200\/5{
  background-color: rgb(217 249 157 / 0.05);
}

.bg-lime-200\/50{
  background-color: rgb(217 249 157 / 0.5);
}

.bg-lime-200\/60{
  background-color: rgb(217 249 157 / 0.6);
}

.bg-lime-200\/70{
  background-color: rgb(217 249 157 / 0.7);
}

.bg-lime-200\/75{
  background-color: rgb(217 249 157 / 0.75);
}

.bg-lime-200\/80{
  background-color: rgb(217 249 157 / 0.8);
}

.bg-lime-200\/90{
  background-color: rgb(217 249 157 / 0.9);
}

.bg-lime-200\/95{
  background-color: rgb(217 249 157 / 0.95);
}

.bg-lime-300{
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}

.bg-lime-300\/0{
  background-color: rgb(190 242 100 / 0);
}

.bg-lime-300\/10{
  background-color: rgb(190 242 100 / 0.1);
}

.bg-lime-300\/100{
  background-color: rgb(190 242 100 / 1);
}

.bg-lime-300\/20{
  background-color: rgb(190 242 100 / 0.2);
}

.bg-lime-300\/25{
  background-color: rgb(190 242 100 / 0.25);
}

.bg-lime-300\/30{
  background-color: rgb(190 242 100 / 0.3);
}

.bg-lime-300\/40{
  background-color: rgb(190 242 100 / 0.4);
}

.bg-lime-300\/5{
  background-color: rgb(190 242 100 / 0.05);
}

.bg-lime-300\/50{
  background-color: rgb(190 242 100 / 0.5);
}

.bg-lime-300\/60{
  background-color: rgb(190 242 100 / 0.6);
}

.bg-lime-300\/70{
  background-color: rgb(190 242 100 / 0.7);
}

.bg-lime-300\/75{
  background-color: rgb(190 242 100 / 0.75);
}

.bg-lime-300\/80{
  background-color: rgb(190 242 100 / 0.8);
}

.bg-lime-300\/90{
  background-color: rgb(190 242 100 / 0.9);
}

.bg-lime-300\/95{
  background-color: rgb(190 242 100 / 0.95);
}

.bg-lime-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}

.bg-lime-400\/0{
  background-color: rgb(163 230 53 / 0);
}

.bg-lime-400\/10{
  background-color: rgb(163 230 53 / 0.1);
}

.bg-lime-400\/100{
  background-color: rgb(163 230 53 / 1);
}

.bg-lime-400\/20{
  background-color: rgb(163 230 53 / 0.2);
}

.bg-lime-400\/25{
  background-color: rgb(163 230 53 / 0.25);
}

.bg-lime-400\/30{
  background-color: rgb(163 230 53 / 0.3);
}

.bg-lime-400\/40{
  background-color: rgb(163 230 53 / 0.4);
}

.bg-lime-400\/5{
  background-color: rgb(163 230 53 / 0.05);
}

.bg-lime-400\/50{
  background-color: rgb(163 230 53 / 0.5);
}

.bg-lime-400\/60{
  background-color: rgb(163 230 53 / 0.6);
}

.bg-lime-400\/70{
  background-color: rgb(163 230 53 / 0.7);
}

.bg-lime-400\/75{
  background-color: rgb(163 230 53 / 0.75);
}

.bg-lime-400\/80{
  background-color: rgb(163 230 53 / 0.8);
}

.bg-lime-400\/90{
  background-color: rgb(163 230 53 / 0.9);
}

.bg-lime-400\/95{
  background-color: rgb(163 230 53 / 0.95);
}

.bg-lime-50{
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}

.bg-lime-50\/0{
  background-color: rgb(247 254 231 / 0);
}

.bg-lime-50\/10{
  background-color: rgb(247 254 231 / 0.1);
}

.bg-lime-50\/100{
  background-color: rgb(247 254 231 / 1);
}

.bg-lime-50\/20{
  background-color: rgb(247 254 231 / 0.2);
}

.bg-lime-50\/25{
  background-color: rgb(247 254 231 / 0.25);
}

.bg-lime-50\/30{
  background-color: rgb(247 254 231 / 0.3);
}

.bg-lime-50\/40{
  background-color: rgb(247 254 231 / 0.4);
}

.bg-lime-50\/5{
  background-color: rgb(247 254 231 / 0.05);
}

.bg-lime-50\/50{
  background-color: rgb(247 254 231 / 0.5);
}

.bg-lime-50\/60{
  background-color: rgb(247 254 231 / 0.6);
}

.bg-lime-50\/70{
  background-color: rgb(247 254 231 / 0.7);
}

.bg-lime-50\/75{
  background-color: rgb(247 254 231 / 0.75);
}

.bg-lime-50\/80{
  background-color: rgb(247 254 231 / 0.8);
}

.bg-lime-50\/90{
  background-color: rgb(247 254 231 / 0.9);
}

.bg-lime-50\/95{
  background-color: rgb(247 254 231 / 0.95);
}

.bg-lime-500{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.bg-lime-500\/0{
  background-color: rgb(132 204 22 / 0);
}

.bg-lime-500\/10{
  background-color: rgb(132 204 22 / 0.1);
}

.bg-lime-500\/100{
  background-color: rgb(132 204 22 / 1);
}

.bg-lime-500\/20{
  background-color: rgb(132 204 22 / 0.2);
}

.bg-lime-500\/25{
  background-color: rgb(132 204 22 / 0.25);
}

.bg-lime-500\/30{
  background-color: rgb(132 204 22 / 0.3);
}

.bg-lime-500\/40{
  background-color: rgb(132 204 22 / 0.4);
}

.bg-lime-500\/5{
  background-color: rgb(132 204 22 / 0.05);
}

.bg-lime-500\/50{
  background-color: rgb(132 204 22 / 0.5);
}

.bg-lime-500\/60{
  background-color: rgb(132 204 22 / 0.6);
}

.bg-lime-500\/70{
  background-color: rgb(132 204 22 / 0.7);
}

.bg-lime-500\/75{
  background-color: rgb(132 204 22 / 0.75);
}

.bg-lime-500\/80{
  background-color: rgb(132 204 22 / 0.8);
}

.bg-lime-500\/90{
  background-color: rgb(132 204 22 / 0.9);
}

.bg-lime-500\/95{
  background-color: rgb(132 204 22 / 0.95);
}

.bg-lime-600{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}

.bg-lime-600\/0{
  background-color: rgb(101 163 13 / 0);
}

.bg-lime-600\/10{
  background-color: rgb(101 163 13 / 0.1);
}

.bg-lime-600\/100{
  background-color: rgb(101 163 13 / 1);
}

.bg-lime-600\/20{
  background-color: rgb(101 163 13 / 0.2);
}

.bg-lime-600\/25{
  background-color: rgb(101 163 13 / 0.25);
}

.bg-lime-600\/30{
  background-color: rgb(101 163 13 / 0.3);
}

.bg-lime-600\/40{
  background-color: rgb(101 163 13 / 0.4);
}

.bg-lime-600\/5{
  background-color: rgb(101 163 13 / 0.05);
}

.bg-lime-600\/50{
  background-color: rgb(101 163 13 / 0.5);
}

.bg-lime-600\/60{
  background-color: rgb(101 163 13 / 0.6);
}

.bg-lime-600\/70{
  background-color: rgb(101 163 13 / 0.7);
}

.bg-lime-600\/75{
  background-color: rgb(101 163 13 / 0.75);
}

.bg-lime-600\/80{
  background-color: rgb(101 163 13 / 0.8);
}

.bg-lime-600\/90{
  background-color: rgb(101 163 13 / 0.9);
}

.bg-lime-600\/95{
  background-color: rgb(101 163 13 / 0.95);
}

.bg-lime-700{
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}

.bg-lime-700\/0{
  background-color: rgb(77 124 15 / 0);
}

.bg-lime-700\/10{
  background-color: rgb(77 124 15 / 0.1);
}

.bg-lime-700\/100{
  background-color: rgb(77 124 15 / 1);
}

.bg-lime-700\/20{
  background-color: rgb(77 124 15 / 0.2);
}

.bg-lime-700\/25{
  background-color: rgb(77 124 15 / 0.25);
}

.bg-lime-700\/30{
  background-color: rgb(77 124 15 / 0.3);
}

.bg-lime-700\/40{
  background-color: rgb(77 124 15 / 0.4);
}

.bg-lime-700\/5{
  background-color: rgb(77 124 15 / 0.05);
}

.bg-lime-700\/50{
  background-color: rgb(77 124 15 / 0.5);
}

.bg-lime-700\/60{
  background-color: rgb(77 124 15 / 0.6);
}

.bg-lime-700\/70{
  background-color: rgb(77 124 15 / 0.7);
}

.bg-lime-700\/75{
  background-color: rgb(77 124 15 / 0.75);
}

.bg-lime-700\/80{
  background-color: rgb(77 124 15 / 0.8);
}

.bg-lime-700\/90{
  background-color: rgb(77 124 15 / 0.9);
}

.bg-lime-700\/95{
  background-color: rgb(77 124 15 / 0.95);
}

.bg-lime-800{
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}

.bg-lime-800\/0{
  background-color: rgb(63 98 18 / 0);
}

.bg-lime-800\/10{
  background-color: rgb(63 98 18 / 0.1);
}

.bg-lime-800\/100{
  background-color: rgb(63 98 18 / 1);
}

.bg-lime-800\/20{
  background-color: rgb(63 98 18 / 0.2);
}

.bg-lime-800\/25{
  background-color: rgb(63 98 18 / 0.25);
}

.bg-lime-800\/30{
  background-color: rgb(63 98 18 / 0.3);
}

.bg-lime-800\/40{
  background-color: rgb(63 98 18 / 0.4);
}

.bg-lime-800\/5{
  background-color: rgb(63 98 18 / 0.05);
}

.bg-lime-800\/50{
  background-color: rgb(63 98 18 / 0.5);
}

.bg-lime-800\/60{
  background-color: rgb(63 98 18 / 0.6);
}

.bg-lime-800\/70{
  background-color: rgb(63 98 18 / 0.7);
}

.bg-lime-800\/75{
  background-color: rgb(63 98 18 / 0.75);
}

.bg-lime-800\/80{
  background-color: rgb(63 98 18 / 0.8);
}

.bg-lime-800\/90{
  background-color: rgb(63 98 18 / 0.9);
}

.bg-lime-800\/95{
  background-color: rgb(63 98 18 / 0.95);
}

.bg-lime-900{
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}

.bg-lime-900\/0{
  background-color: rgb(54 83 20 / 0);
}

.bg-lime-900\/10{
  background-color: rgb(54 83 20 / 0.1);
}

.bg-lime-900\/100{
  background-color: rgb(54 83 20 / 1);
}

.bg-lime-900\/20{
  background-color: rgb(54 83 20 / 0.2);
}

.bg-lime-900\/25{
  background-color: rgb(54 83 20 / 0.25);
}

.bg-lime-900\/30{
  background-color: rgb(54 83 20 / 0.3);
}

.bg-lime-900\/40{
  background-color: rgb(54 83 20 / 0.4);
}

.bg-lime-900\/5{
  background-color: rgb(54 83 20 / 0.05);
}

.bg-lime-900\/50{
  background-color: rgb(54 83 20 / 0.5);
}

.bg-lime-900\/60{
  background-color: rgb(54 83 20 / 0.6);
}

.bg-lime-900\/70{
  background-color: rgb(54 83 20 / 0.7);
}

.bg-lime-900\/75{
  background-color: rgb(54 83 20 / 0.75);
}

.bg-lime-900\/80{
  background-color: rgb(54 83 20 / 0.8);
}

.bg-lime-900\/90{
  background-color: rgb(54 83 20 / 0.9);
}

.bg-lime-900\/95{
  background-color: rgb(54 83 20 / 0.95);
}

.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.bg-orange-100\/0{
  background-color: rgb(255 237 213 / 0);
}

.bg-orange-100\/10{
  background-color: rgb(255 237 213 / 0.1);
}

.bg-orange-100\/100{
  background-color: rgb(255 237 213 / 1);
}

.bg-orange-100\/20{
  background-color: rgb(255 237 213 / 0.2);
}

.bg-orange-100\/25{
  background-color: rgb(255 237 213 / 0.25);
}

.bg-orange-100\/30{
  background-color: rgb(255 237 213 / 0.3);
}

.bg-orange-100\/40{
  background-color: rgb(255 237 213 / 0.4);
}

.bg-orange-100\/5{
  background-color: rgb(255 237 213 / 0.05);
}

.bg-orange-100\/50{
  background-color: rgb(255 237 213 / 0.5);
}

.bg-orange-100\/60{
  background-color: rgb(255 237 213 / 0.6);
}

.bg-orange-100\/70{
  background-color: rgb(255 237 213 / 0.7);
}

.bg-orange-100\/75{
  background-color: rgb(255 237 213 / 0.75);
}

.bg-orange-100\/80{
  background-color: rgb(255 237 213 / 0.8);
}

.bg-orange-100\/90{
  background-color: rgb(255 237 213 / 0.9);
}

.bg-orange-100\/95{
  background-color: rgb(255 237 213 / 0.95);
}

.bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}

.bg-orange-200\/0{
  background-color: rgb(254 215 170 / 0);
}

.bg-orange-200\/10{
  background-color: rgb(254 215 170 / 0.1);
}

.bg-orange-200\/100{
  background-color: rgb(254 215 170 / 1);
}

.bg-orange-200\/20{
  background-color: rgb(254 215 170 / 0.2);
}

.bg-orange-200\/25{
  background-color: rgb(254 215 170 / 0.25);
}

.bg-orange-200\/30{
  background-color: rgb(254 215 170 / 0.3);
}

.bg-orange-200\/40{
  background-color: rgb(254 215 170 / 0.4);
}

.bg-orange-200\/5{
  background-color: rgb(254 215 170 / 0.05);
}

.bg-orange-200\/50{
  background-color: rgb(254 215 170 / 0.5);
}

.bg-orange-200\/60{
  background-color: rgb(254 215 170 / 0.6);
}

.bg-orange-200\/70{
  background-color: rgb(254 215 170 / 0.7);
}

.bg-orange-200\/75{
  background-color: rgb(254 215 170 / 0.75);
}

.bg-orange-200\/80{
  background-color: rgb(254 215 170 / 0.8);
}

.bg-orange-200\/90{
  background-color: rgb(254 215 170 / 0.9);
}

.bg-orange-200\/95{
  background-color: rgb(254 215 170 / 0.95);
}

.bg-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}

.bg-orange-300\/0{
  background-color: rgb(253 186 116 / 0);
}

.bg-orange-300\/10{
  background-color: rgb(253 186 116 / 0.1);
}

.bg-orange-300\/100{
  background-color: rgb(253 186 116 / 1);
}

.bg-orange-300\/20{
  background-color: rgb(253 186 116 / 0.2);
}

.bg-orange-300\/25{
  background-color: rgb(253 186 116 / 0.25);
}

.bg-orange-300\/30{
  background-color: rgb(253 186 116 / 0.3);
}

.bg-orange-300\/40{
  background-color: rgb(253 186 116 / 0.4);
}

.bg-orange-300\/5{
  background-color: rgb(253 186 116 / 0.05);
}

.bg-orange-300\/50{
  background-color: rgb(253 186 116 / 0.5);
}

.bg-orange-300\/60{
  background-color: rgb(253 186 116 / 0.6);
}

.bg-orange-300\/70{
  background-color: rgb(253 186 116 / 0.7);
}

.bg-orange-300\/75{
  background-color: rgb(253 186 116 / 0.75);
}

.bg-orange-300\/80{
  background-color: rgb(253 186 116 / 0.8);
}

.bg-orange-300\/90{
  background-color: rgb(253 186 116 / 0.9);
}

.bg-orange-300\/95{
  background-color: rgb(253 186 116 / 0.95);
}

.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.bg-orange-400\/0{
  background-color: rgb(251 146 60 / 0);
}

.bg-orange-400\/10{
  background-color: rgb(251 146 60 / 0.1);
}

.bg-orange-400\/100{
  background-color: rgb(251 146 60 / 1);
}

.bg-orange-400\/20{
  background-color: rgb(251 146 60 / 0.2);
}

.bg-orange-400\/25{
  background-color: rgb(251 146 60 / 0.25);
}

.bg-orange-400\/30{
  background-color: rgb(251 146 60 / 0.3);
}

.bg-orange-400\/40{
  background-color: rgb(251 146 60 / 0.4);
}

.bg-orange-400\/5{
  background-color: rgb(251 146 60 / 0.05);
}

.bg-orange-400\/50{
  background-color: rgb(251 146 60 / 0.5);
}

.bg-orange-400\/60{
  background-color: rgb(251 146 60 / 0.6);
}

.bg-orange-400\/70{
  background-color: rgb(251 146 60 / 0.7);
}

.bg-orange-400\/75{
  background-color: rgb(251 146 60 / 0.75);
}

.bg-orange-400\/80{
  background-color: rgb(251 146 60 / 0.8);
}

.bg-orange-400\/90{
  background-color: rgb(251 146 60 / 0.9);
}

.bg-orange-400\/95{
  background-color: rgb(251 146 60 / 0.95);
}

.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}

.bg-orange-50\/0{
  background-color: rgb(255 247 237 / 0);
}

.bg-orange-50\/10{
  background-color: rgb(255 247 237 / 0.1);
}

.bg-orange-50\/100{
  background-color: rgb(255 247 237 / 1);
}

.bg-orange-50\/20{
  background-color: rgb(255 247 237 / 0.2);
}

.bg-orange-50\/25{
  background-color: rgb(255 247 237 / 0.25);
}

.bg-orange-50\/30{
  background-color: rgb(255 247 237 / 0.3);
}

.bg-orange-50\/40{
  background-color: rgb(255 247 237 / 0.4);
}

.bg-orange-50\/5{
  background-color: rgb(255 247 237 / 0.05);
}

.bg-orange-50\/50{
  background-color: rgb(255 247 237 / 0.5);
}

.bg-orange-50\/60{
  background-color: rgb(255 247 237 / 0.6);
}

.bg-orange-50\/70{
  background-color: rgb(255 247 237 / 0.7);
}

.bg-orange-50\/75{
  background-color: rgb(255 247 237 / 0.75);
}

.bg-orange-50\/80{
  background-color: rgb(255 247 237 / 0.8);
}

.bg-orange-50\/90{
  background-color: rgb(255 247 237 / 0.9);
}

.bg-orange-50\/95{
  background-color: rgb(255 247 237 / 0.95);
}

.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.bg-orange-500\/0{
  background-color: rgb(249 115 22 / 0);
}

.bg-orange-500\/10{
  background-color: rgb(249 115 22 / 0.1);
}

.bg-orange-500\/100{
  background-color: rgb(249 115 22 / 1);
}

.bg-orange-500\/20{
  background-color: rgb(249 115 22 / 0.2);
}

.bg-orange-500\/25{
  background-color: rgb(249 115 22 / 0.25);
}

.bg-orange-500\/30{
  background-color: rgb(249 115 22 / 0.3);
}

.bg-orange-500\/40{
  background-color: rgb(249 115 22 / 0.4);
}

.bg-orange-500\/5{
  background-color: rgb(249 115 22 / 0.05);
}

.bg-orange-500\/50{
  background-color: rgb(249 115 22 / 0.5);
}

.bg-orange-500\/60{
  background-color: rgb(249 115 22 / 0.6);
}

.bg-orange-500\/70{
  background-color: rgb(249 115 22 / 0.7);
}

.bg-orange-500\/75{
  background-color: rgb(249 115 22 / 0.75);
}

.bg-orange-500\/80{
  background-color: rgb(249 115 22 / 0.8);
}

.bg-orange-500\/90{
  background-color: rgb(249 115 22 / 0.9);
}

.bg-orange-500\/95{
  background-color: rgb(249 115 22 / 0.95);
}

.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.bg-orange-600\/0{
  background-color: rgb(234 88 12 / 0);
}

.bg-orange-600\/10{
  background-color: rgb(234 88 12 / 0.1);
}

.bg-orange-600\/100{
  background-color: rgb(234 88 12 / 1);
}

.bg-orange-600\/20{
  background-color: rgb(234 88 12 / 0.2);
}

.bg-orange-600\/25{
  background-color: rgb(234 88 12 / 0.25);
}

.bg-orange-600\/30{
  background-color: rgb(234 88 12 / 0.3);
}

.bg-orange-600\/40{
  background-color: rgb(234 88 12 / 0.4);
}

.bg-orange-600\/5{
  background-color: rgb(234 88 12 / 0.05);
}

.bg-orange-600\/50{
  background-color: rgb(234 88 12 / 0.5);
}

.bg-orange-600\/60{
  background-color: rgb(234 88 12 / 0.6);
}

.bg-orange-600\/70{
  background-color: rgb(234 88 12 / 0.7);
}

.bg-orange-600\/75{
  background-color: rgb(234 88 12 / 0.75);
}

.bg-orange-600\/80{
  background-color: rgb(234 88 12 / 0.8);
}

.bg-orange-600\/90{
  background-color: rgb(234 88 12 / 0.9);
}

.bg-orange-600\/95{
  background-color: rgb(234 88 12 / 0.95);
}

.bg-orange-700{
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}

.bg-orange-700\/0{
  background-color: rgb(194 65 12 / 0);
}

.bg-orange-700\/10{
  background-color: rgb(194 65 12 / 0.1);
}

.bg-orange-700\/100{
  background-color: rgb(194 65 12 / 1);
}

.bg-orange-700\/20{
  background-color: rgb(194 65 12 / 0.2);
}

.bg-orange-700\/25{
  background-color: rgb(194 65 12 / 0.25);
}

.bg-orange-700\/30{
  background-color: rgb(194 65 12 / 0.3);
}

.bg-orange-700\/40{
  background-color: rgb(194 65 12 / 0.4);
}

.bg-orange-700\/5{
  background-color: rgb(194 65 12 / 0.05);
}

.bg-orange-700\/50{
  background-color: rgb(194 65 12 / 0.5);
}

.bg-orange-700\/60{
  background-color: rgb(194 65 12 / 0.6);
}

.bg-orange-700\/70{
  background-color: rgb(194 65 12 / 0.7);
}

.bg-orange-700\/75{
  background-color: rgb(194 65 12 / 0.75);
}

.bg-orange-700\/80{
  background-color: rgb(194 65 12 / 0.8);
}

.bg-orange-700\/90{
  background-color: rgb(194 65 12 / 0.9);
}

.bg-orange-700\/95{
  background-color: rgb(194 65 12 / 0.95);
}

.bg-orange-800{
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}

.bg-orange-800\/0{
  background-color: rgb(154 52 18 / 0);
}

.bg-orange-800\/10{
  background-color: rgb(154 52 18 / 0.1);
}

.bg-orange-800\/100{
  background-color: rgb(154 52 18 / 1);
}

.bg-orange-800\/20{
  background-color: rgb(154 52 18 / 0.2);
}

.bg-orange-800\/25{
  background-color: rgb(154 52 18 / 0.25);
}

.bg-orange-800\/30{
  background-color: rgb(154 52 18 / 0.3);
}

.bg-orange-800\/40{
  background-color: rgb(154 52 18 / 0.4);
}

.bg-orange-800\/5{
  background-color: rgb(154 52 18 / 0.05);
}

.bg-orange-800\/50{
  background-color: rgb(154 52 18 / 0.5);
}

.bg-orange-800\/60{
  background-color: rgb(154 52 18 / 0.6);
}

.bg-orange-800\/70{
  background-color: rgb(154 52 18 / 0.7);
}

.bg-orange-800\/75{
  background-color: rgb(154 52 18 / 0.75);
}

.bg-orange-800\/80{
  background-color: rgb(154 52 18 / 0.8);
}

.bg-orange-800\/90{
  background-color: rgb(154 52 18 / 0.9);
}

.bg-orange-800\/95{
  background-color: rgb(154 52 18 / 0.95);
}

.bg-orange-900{
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}

.bg-orange-900\/0{
  background-color: rgb(124 45 18 / 0);
}

.bg-orange-900\/10{
  background-color: rgb(124 45 18 / 0.1);
}

.bg-orange-900\/100{
  background-color: rgb(124 45 18 / 1);
}

.bg-orange-900\/20{
  background-color: rgb(124 45 18 / 0.2);
}

.bg-orange-900\/25{
  background-color: rgb(124 45 18 / 0.25);
}

.bg-orange-900\/30{
  background-color: rgb(124 45 18 / 0.3);
}

.bg-orange-900\/40{
  background-color: rgb(124 45 18 / 0.4);
}

.bg-orange-900\/5{
  background-color: rgb(124 45 18 / 0.05);
}

.bg-orange-900\/50{
  background-color: rgb(124 45 18 / 0.5);
}

.bg-orange-900\/60{
  background-color: rgb(124 45 18 / 0.6);
}

.bg-orange-900\/70{
  background-color: rgb(124 45 18 / 0.7);
}

.bg-orange-900\/75{
  background-color: rgb(124 45 18 / 0.75);
}

.bg-orange-900\/80{
  background-color: rgb(124 45 18 / 0.8);
}

.bg-orange-900\/90{
  background-color: rgb(124 45 18 / 0.9);
}

.bg-orange-900\/95{
  background-color: rgb(124 45 18 / 0.95);
}

.bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}

.bg-pink-100\/0{
  background-color: rgb(252 231 243 / 0);
}

.bg-pink-100\/10{
  background-color: rgb(252 231 243 / 0.1);
}

.bg-pink-100\/100{
  background-color: rgb(252 231 243 / 1);
}

.bg-pink-100\/20{
  background-color: rgb(252 231 243 / 0.2);
}

.bg-pink-100\/25{
  background-color: rgb(252 231 243 / 0.25);
}

.bg-pink-100\/30{
  background-color: rgb(252 231 243 / 0.3);
}

.bg-pink-100\/40{
  background-color: rgb(252 231 243 / 0.4);
}

.bg-pink-100\/5{
  background-color: rgb(252 231 243 / 0.05);
}

.bg-pink-100\/50{
  background-color: rgb(252 231 243 / 0.5);
}

.bg-pink-100\/60{
  background-color: rgb(252 231 243 / 0.6);
}

.bg-pink-100\/70{
  background-color: rgb(252 231 243 / 0.7);
}

.bg-pink-100\/75{
  background-color: rgb(252 231 243 / 0.75);
}

.bg-pink-100\/80{
  background-color: rgb(252 231 243 / 0.8);
}

.bg-pink-100\/90{
  background-color: rgb(252 231 243 / 0.9);
}

.bg-pink-100\/95{
  background-color: rgb(252 231 243 / 0.95);
}

.bg-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}

.bg-pink-200\/0{
  background-color: rgb(251 207 232 / 0);
}

.bg-pink-200\/10{
  background-color: rgb(251 207 232 / 0.1);
}

.bg-pink-200\/100{
  background-color: rgb(251 207 232 / 1);
}

.bg-pink-200\/20{
  background-color: rgb(251 207 232 / 0.2);
}

.bg-pink-200\/25{
  background-color: rgb(251 207 232 / 0.25);
}

.bg-pink-200\/30{
  background-color: rgb(251 207 232 / 0.3);
}

.bg-pink-200\/40{
  background-color: rgb(251 207 232 / 0.4);
}

.bg-pink-200\/5{
  background-color: rgb(251 207 232 / 0.05);
}

.bg-pink-200\/50{
  background-color: rgb(251 207 232 / 0.5);
}

.bg-pink-200\/60{
  background-color: rgb(251 207 232 / 0.6);
}

.bg-pink-200\/70{
  background-color: rgb(251 207 232 / 0.7);
}

.bg-pink-200\/75{
  background-color: rgb(251 207 232 / 0.75);
}

.bg-pink-200\/80{
  background-color: rgb(251 207 232 / 0.8);
}

.bg-pink-200\/90{
  background-color: rgb(251 207 232 / 0.9);
}

.bg-pink-200\/95{
  background-color: rgb(251 207 232 / 0.95);
}

.bg-pink-300{
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}

.bg-pink-300\/0{
  background-color: rgb(249 168 212 / 0);
}

.bg-pink-300\/10{
  background-color: rgb(249 168 212 / 0.1);
}

.bg-pink-300\/100{
  background-color: rgb(249 168 212 / 1);
}

.bg-pink-300\/20{
  background-color: rgb(249 168 212 / 0.2);
}

.bg-pink-300\/25{
  background-color: rgb(249 168 212 / 0.25);
}

.bg-pink-300\/30{
  background-color: rgb(249 168 212 / 0.3);
}

.bg-pink-300\/40{
  background-color: rgb(249 168 212 / 0.4);
}

.bg-pink-300\/5{
  background-color: rgb(249 168 212 / 0.05);
}

.bg-pink-300\/50{
  background-color: rgb(249 168 212 / 0.5);
}

.bg-pink-300\/60{
  background-color: rgb(249 168 212 / 0.6);
}

.bg-pink-300\/70{
  background-color: rgb(249 168 212 / 0.7);
}

.bg-pink-300\/75{
  background-color: rgb(249 168 212 / 0.75);
}

.bg-pink-300\/80{
  background-color: rgb(249 168 212 / 0.8);
}

.bg-pink-300\/90{
  background-color: rgb(249 168 212 / 0.9);
}

.bg-pink-300\/95{
  background-color: rgb(249 168 212 / 0.95);
}

.bg-pink-400{
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}

.bg-pink-400\/0{
  background-color: rgb(244 114 182 / 0);
}

.bg-pink-400\/10{
  background-color: rgb(244 114 182 / 0.1);
}

.bg-pink-400\/100{
  background-color: rgb(244 114 182 / 1);
}

.bg-pink-400\/20{
  background-color: rgb(244 114 182 / 0.2);
}

.bg-pink-400\/25{
  background-color: rgb(244 114 182 / 0.25);
}

.bg-pink-400\/30{
  background-color: rgb(244 114 182 / 0.3);
}

.bg-pink-400\/40{
  background-color: rgb(244 114 182 / 0.4);
}

.bg-pink-400\/5{
  background-color: rgb(244 114 182 / 0.05);
}

.bg-pink-400\/50{
  background-color: rgb(244 114 182 / 0.5);
}

.bg-pink-400\/60{
  background-color: rgb(244 114 182 / 0.6);
}

.bg-pink-400\/70{
  background-color: rgb(244 114 182 / 0.7);
}

.bg-pink-400\/75{
  background-color: rgb(244 114 182 / 0.75);
}

.bg-pink-400\/80{
  background-color: rgb(244 114 182 / 0.8);
}

.bg-pink-400\/90{
  background-color: rgb(244 114 182 / 0.9);
}

.bg-pink-400\/95{
  background-color: rgb(244 114 182 / 0.95);
}

.bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}

.bg-pink-50\/0{
  background-color: rgb(253 242 248 / 0);
}

.bg-pink-50\/10{
  background-color: rgb(253 242 248 / 0.1);
}

.bg-pink-50\/100{
  background-color: rgb(253 242 248 / 1);
}

.bg-pink-50\/20{
  background-color: rgb(253 242 248 / 0.2);
}

.bg-pink-50\/25{
  background-color: rgb(253 242 248 / 0.25);
}

.bg-pink-50\/30{
  background-color: rgb(253 242 248 / 0.3);
}

.bg-pink-50\/40{
  background-color: rgb(253 242 248 / 0.4);
}

.bg-pink-50\/5{
  background-color: rgb(253 242 248 / 0.05);
}

.bg-pink-50\/50{
  background-color: rgb(253 242 248 / 0.5);
}

.bg-pink-50\/60{
  background-color: rgb(253 242 248 / 0.6);
}

.bg-pink-50\/70{
  background-color: rgb(253 242 248 / 0.7);
}

.bg-pink-50\/75{
  background-color: rgb(253 242 248 / 0.75);
}

.bg-pink-50\/80{
  background-color: rgb(253 242 248 / 0.8);
}

.bg-pink-50\/90{
  background-color: rgb(253 242 248 / 0.9);
}

.bg-pink-50\/95{
  background-color: rgb(253 242 248 / 0.95);
}

.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}

.bg-pink-500\/0{
  background-color: rgb(236 72 153 / 0);
}

.bg-pink-500\/10{
  background-color: rgb(236 72 153 / 0.1);
}

.bg-pink-500\/100{
  background-color: rgb(236 72 153 / 1);
}

.bg-pink-500\/20{
  background-color: rgb(236 72 153 / 0.2);
}

.bg-pink-500\/25{
  background-color: rgb(236 72 153 / 0.25);
}

.bg-pink-500\/30{
  background-color: rgb(236 72 153 / 0.3);
}

.bg-pink-500\/40{
  background-color: rgb(236 72 153 / 0.4);
}

.bg-pink-500\/5{
  background-color: rgb(236 72 153 / 0.05);
}

.bg-pink-500\/50{
  background-color: rgb(236 72 153 / 0.5);
}

.bg-pink-500\/60{
  background-color: rgb(236 72 153 / 0.6);
}

.bg-pink-500\/70{
  background-color: rgb(236 72 153 / 0.7);
}

.bg-pink-500\/75{
  background-color: rgb(236 72 153 / 0.75);
}

.bg-pink-500\/80{
  background-color: rgb(236 72 153 / 0.8);
}

.bg-pink-500\/90{
  background-color: rgb(236 72 153 / 0.9);
}

.bg-pink-500\/95{
  background-color: rgb(236 72 153 / 0.95);
}

.bg-pink-600{
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}

.bg-pink-600\/0{
  background-color: rgb(219 39 119 / 0);
}

.bg-pink-600\/10{
  background-color: rgb(219 39 119 / 0.1);
}

.bg-pink-600\/100{
  background-color: rgb(219 39 119 / 1);
}

.bg-pink-600\/20{
  background-color: rgb(219 39 119 / 0.2);
}

.bg-pink-600\/25{
  background-color: rgb(219 39 119 / 0.25);
}

.bg-pink-600\/30{
  background-color: rgb(219 39 119 / 0.3);
}

.bg-pink-600\/40{
  background-color: rgb(219 39 119 / 0.4);
}

.bg-pink-600\/5{
  background-color: rgb(219 39 119 / 0.05);
}

.bg-pink-600\/50{
  background-color: rgb(219 39 119 / 0.5);
}

.bg-pink-600\/60{
  background-color: rgb(219 39 119 / 0.6);
}

.bg-pink-600\/70{
  background-color: rgb(219 39 119 / 0.7);
}

.bg-pink-600\/75{
  background-color: rgb(219 39 119 / 0.75);
}

.bg-pink-600\/80{
  background-color: rgb(219 39 119 / 0.8);
}

.bg-pink-600\/90{
  background-color: rgb(219 39 119 / 0.9);
}

.bg-pink-600\/95{
  background-color: rgb(219 39 119 / 0.95);
}

.bg-pink-700{
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}

.bg-pink-700\/0{
  background-color: rgb(190 24 93 / 0);
}

.bg-pink-700\/10{
  background-color: rgb(190 24 93 / 0.1);
}

.bg-pink-700\/100{
  background-color: rgb(190 24 93 / 1);
}

.bg-pink-700\/20{
  background-color: rgb(190 24 93 / 0.2);
}

.bg-pink-700\/25{
  background-color: rgb(190 24 93 / 0.25);
}

.bg-pink-700\/30{
  background-color: rgb(190 24 93 / 0.3);
}

.bg-pink-700\/40{
  background-color: rgb(190 24 93 / 0.4);
}

.bg-pink-700\/5{
  background-color: rgb(190 24 93 / 0.05);
}

.bg-pink-700\/50{
  background-color: rgb(190 24 93 / 0.5);
}

.bg-pink-700\/60{
  background-color: rgb(190 24 93 / 0.6);
}

.bg-pink-700\/70{
  background-color: rgb(190 24 93 / 0.7);
}

.bg-pink-700\/75{
  background-color: rgb(190 24 93 / 0.75);
}

.bg-pink-700\/80{
  background-color: rgb(190 24 93 / 0.8);
}

.bg-pink-700\/90{
  background-color: rgb(190 24 93 / 0.9);
}

.bg-pink-700\/95{
  background-color: rgb(190 24 93 / 0.95);
}

.bg-pink-800{
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}

.bg-pink-800\/0{
  background-color: rgb(157 23 77 / 0);
}

.bg-pink-800\/10{
  background-color: rgb(157 23 77 / 0.1);
}

.bg-pink-800\/100{
  background-color: rgb(157 23 77 / 1);
}

.bg-pink-800\/20{
  background-color: rgb(157 23 77 / 0.2);
}

.bg-pink-800\/25{
  background-color: rgb(157 23 77 / 0.25);
}

.bg-pink-800\/30{
  background-color: rgb(157 23 77 / 0.3);
}

.bg-pink-800\/40{
  background-color: rgb(157 23 77 / 0.4);
}

.bg-pink-800\/5{
  background-color: rgb(157 23 77 / 0.05);
}

.bg-pink-800\/50{
  background-color: rgb(157 23 77 / 0.5);
}

.bg-pink-800\/60{
  background-color: rgb(157 23 77 / 0.6);
}

.bg-pink-800\/70{
  background-color: rgb(157 23 77 / 0.7);
}

.bg-pink-800\/75{
  background-color: rgb(157 23 77 / 0.75);
}

.bg-pink-800\/80{
  background-color: rgb(157 23 77 / 0.8);
}

.bg-pink-800\/90{
  background-color: rgb(157 23 77 / 0.9);
}

.bg-pink-800\/95{
  background-color: rgb(157 23 77 / 0.95);
}

.bg-pink-900{
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}

.bg-pink-900\/0{
  background-color: rgb(131 24 67 / 0);
}

.bg-pink-900\/10{
  background-color: rgb(131 24 67 / 0.1);
}

.bg-pink-900\/100{
  background-color: rgb(131 24 67 / 1);
}

.bg-pink-900\/20{
  background-color: rgb(131 24 67 / 0.2);
}

.bg-pink-900\/25{
  background-color: rgb(131 24 67 / 0.25);
}

.bg-pink-900\/30{
  background-color: rgb(131 24 67 / 0.3);
}

.bg-pink-900\/40{
  background-color: rgb(131 24 67 / 0.4);
}

.bg-pink-900\/5{
  background-color: rgb(131 24 67 / 0.05);
}

.bg-pink-900\/50{
  background-color: rgb(131 24 67 / 0.5);
}

.bg-pink-900\/60{
  background-color: rgb(131 24 67 / 0.6);
}

.bg-pink-900\/70{
  background-color: rgb(131 24 67 / 0.7);
}

.bg-pink-900\/75{
  background-color: rgb(131 24 67 / 0.75);
}

.bg-pink-900\/80{
  background-color: rgb(131 24 67 / 0.8);
}

.bg-pink-900\/90{
  background-color: rgb(131 24 67 / 0.9);
}

.bg-pink-900\/95{
  background-color: rgb(131 24 67 / 0.95);
}

.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

.bg-purple-100\/0{
  background-color: rgb(243 232 255 / 0);
}

.bg-purple-100\/10{
  background-color: rgb(243 232 255 / 0.1);
}

.bg-purple-100\/100{
  background-color: rgb(243 232 255 / 1);
}

.bg-purple-100\/20{
  background-color: rgb(243 232 255 / 0.2);
}

.bg-purple-100\/25{
  background-color: rgb(243 232 255 / 0.25);
}

.bg-purple-100\/30{
  background-color: rgb(243 232 255 / 0.3);
}

.bg-purple-100\/40{
  background-color: rgb(243 232 255 / 0.4);
}

.bg-purple-100\/5{
  background-color: rgb(243 232 255 / 0.05);
}

.bg-purple-100\/50{
  background-color: rgb(243 232 255 / 0.5);
}

.bg-purple-100\/60{
  background-color: rgb(243 232 255 / 0.6);
}

.bg-purple-100\/70{
  background-color: rgb(243 232 255 / 0.7);
}

.bg-purple-100\/75{
  background-color: rgb(243 232 255 / 0.75);
}

.bg-purple-100\/80{
  background-color: rgb(243 232 255 / 0.8);
}

.bg-purple-100\/90{
  background-color: rgb(243 232 255 / 0.9);
}

.bg-purple-100\/95{
  background-color: rgb(243 232 255 / 0.95);
}

.bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}

.bg-purple-200\/0{
  background-color: rgb(233 213 255 / 0);
}

.bg-purple-200\/10{
  background-color: rgb(233 213 255 / 0.1);
}

.bg-purple-200\/100{
  background-color: rgb(233 213 255 / 1);
}

.bg-purple-200\/20{
  background-color: rgb(233 213 255 / 0.2);
}

.bg-purple-200\/25{
  background-color: rgb(233 213 255 / 0.25);
}

.bg-purple-200\/30{
  background-color: rgb(233 213 255 / 0.3);
}

.bg-purple-200\/40{
  background-color: rgb(233 213 255 / 0.4);
}

.bg-purple-200\/5{
  background-color: rgb(233 213 255 / 0.05);
}

.bg-purple-200\/50{
  background-color: rgb(233 213 255 / 0.5);
}

.bg-purple-200\/60{
  background-color: rgb(233 213 255 / 0.6);
}

.bg-purple-200\/70{
  background-color: rgb(233 213 255 / 0.7);
}

.bg-purple-200\/75{
  background-color: rgb(233 213 255 / 0.75);
}

.bg-purple-200\/80{
  background-color: rgb(233 213 255 / 0.8);
}

.bg-purple-200\/90{
  background-color: rgb(233 213 255 / 0.9);
}

.bg-purple-200\/95{
  background-color: rgb(233 213 255 / 0.95);
}

.bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}

.bg-purple-300\/0{
  background-color: rgb(216 180 254 / 0);
}

.bg-purple-300\/10{
  background-color: rgb(216 180 254 / 0.1);
}

.bg-purple-300\/100{
  background-color: rgb(216 180 254 / 1);
}

.bg-purple-300\/20{
  background-color: rgb(216 180 254 / 0.2);
}

.bg-purple-300\/25{
  background-color: rgb(216 180 254 / 0.25);
}

.bg-purple-300\/30{
  background-color: rgb(216 180 254 / 0.3);
}

.bg-purple-300\/40{
  background-color: rgb(216 180 254 / 0.4);
}

.bg-purple-300\/5{
  background-color: rgb(216 180 254 / 0.05);
}

.bg-purple-300\/50{
  background-color: rgb(216 180 254 / 0.5);
}

.bg-purple-300\/60{
  background-color: rgb(216 180 254 / 0.6);
}

.bg-purple-300\/70{
  background-color: rgb(216 180 254 / 0.7);
}

.bg-purple-300\/75{
  background-color: rgb(216 180 254 / 0.75);
}

.bg-purple-300\/80{
  background-color: rgb(216 180 254 / 0.8);
}

.bg-purple-300\/90{
  background-color: rgb(216 180 254 / 0.9);
}

.bg-purple-300\/95{
  background-color: rgb(216 180 254 / 0.95);
}

.bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}

.bg-purple-400\/0{
  background-color: rgb(192 132 252 / 0);
}

.bg-purple-400\/10{
  background-color: rgb(192 132 252 / 0.1);
}

.bg-purple-400\/100{
  background-color: rgb(192 132 252 / 1);
}

.bg-purple-400\/20{
  background-color: rgb(192 132 252 / 0.2);
}

.bg-purple-400\/25{
  background-color: rgb(192 132 252 / 0.25);
}

.bg-purple-400\/30{
  background-color: rgb(192 132 252 / 0.3);
}

.bg-purple-400\/40{
  background-color: rgb(192 132 252 / 0.4);
}

.bg-purple-400\/5{
  background-color: rgb(192 132 252 / 0.05);
}

.bg-purple-400\/50{
  background-color: rgb(192 132 252 / 0.5);
}

.bg-purple-400\/60{
  background-color: rgb(192 132 252 / 0.6);
}

.bg-purple-400\/70{
  background-color: rgb(192 132 252 / 0.7);
}

.bg-purple-400\/75{
  background-color: rgb(192 132 252 / 0.75);
}

.bg-purple-400\/80{
  background-color: rgb(192 132 252 / 0.8);
}

.bg-purple-400\/90{
  background-color: rgb(192 132 252 / 0.9);
}

.bg-purple-400\/95{
  background-color: rgb(192 132 252 / 0.95);
}

.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}

.bg-purple-50\/0{
  background-color: rgb(250 245 255 / 0);
}

.bg-purple-50\/10{
  background-color: rgb(250 245 255 / 0.1);
}

.bg-purple-50\/100{
  background-color: rgb(250 245 255 / 1);
}

.bg-purple-50\/20{
  background-color: rgb(250 245 255 / 0.2);
}

.bg-purple-50\/25{
  background-color: rgb(250 245 255 / 0.25);
}

.bg-purple-50\/30{
  background-color: rgb(250 245 255 / 0.3);
}

.bg-purple-50\/40{
  background-color: rgb(250 245 255 / 0.4);
}

.bg-purple-50\/5{
  background-color: rgb(250 245 255 / 0.05);
}

.bg-purple-50\/50{
  background-color: rgb(250 245 255 / 0.5);
}

.bg-purple-50\/60{
  background-color: rgb(250 245 255 / 0.6);
}

.bg-purple-50\/70{
  background-color: rgb(250 245 255 / 0.7);
}

.bg-purple-50\/75{
  background-color: rgb(250 245 255 / 0.75);
}

.bg-purple-50\/80{
  background-color: rgb(250 245 255 / 0.8);
}

.bg-purple-50\/90{
  background-color: rgb(250 245 255 / 0.9);
}

.bg-purple-50\/95{
  background-color: rgb(250 245 255 / 0.95);
}

.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}

.bg-purple-500\/0{
  background-color: rgb(168 85 247 / 0);
}

.bg-purple-500\/10{
  background-color: rgb(168 85 247 / 0.1);
}

.bg-purple-500\/100{
  background-color: rgb(168 85 247 / 1);
}

.bg-purple-500\/20{
  background-color: rgb(168 85 247 / 0.2);
}

.bg-purple-500\/25{
  background-color: rgb(168 85 247 / 0.25);
}

.bg-purple-500\/30{
  background-color: rgb(168 85 247 / 0.3);
}

.bg-purple-500\/40{
  background-color: rgb(168 85 247 / 0.4);
}

.bg-purple-500\/5{
  background-color: rgb(168 85 247 / 0.05);
}

.bg-purple-500\/50{
  background-color: rgb(168 85 247 / 0.5);
}

.bg-purple-500\/60{
  background-color: rgb(168 85 247 / 0.6);
}

.bg-purple-500\/70{
  background-color: rgb(168 85 247 / 0.7);
}

.bg-purple-500\/75{
  background-color: rgb(168 85 247 / 0.75);
}

.bg-purple-500\/80{
  background-color: rgb(168 85 247 / 0.8);
}

.bg-purple-500\/90{
  background-color: rgb(168 85 247 / 0.9);
}

.bg-purple-500\/95{
  background-color: rgb(168 85 247 / 0.95);
}

.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}

.bg-purple-600\/0{
  background-color: rgb(147 51 234 / 0);
}

.bg-purple-600\/10{
  background-color: rgb(147 51 234 / 0.1);
}

.bg-purple-600\/100{
  background-color: rgb(147 51 234 / 1);
}

.bg-purple-600\/20{
  background-color: rgb(147 51 234 / 0.2);
}

.bg-purple-600\/25{
  background-color: rgb(147 51 234 / 0.25);
}

.bg-purple-600\/30{
  background-color: rgb(147 51 234 / 0.3);
}

.bg-purple-600\/40{
  background-color: rgb(147 51 234 / 0.4);
}

.bg-purple-600\/5{
  background-color: rgb(147 51 234 / 0.05);
}

.bg-purple-600\/50{
  background-color: rgb(147 51 234 / 0.5);
}

.bg-purple-600\/60{
  background-color: rgb(147 51 234 / 0.6);
}

.bg-purple-600\/70{
  background-color: rgb(147 51 234 / 0.7);
}

.bg-purple-600\/75{
  background-color: rgb(147 51 234 / 0.75);
}

.bg-purple-600\/80{
  background-color: rgb(147 51 234 / 0.8);
}

.bg-purple-600\/90{
  background-color: rgb(147 51 234 / 0.9);
}

.bg-purple-600\/95{
  background-color: rgb(147 51 234 / 0.95);
}

.bg-purple-700{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}

.bg-purple-700\/0{
  background-color: rgb(126 34 206 / 0);
}

.bg-purple-700\/10{
  background-color: rgb(126 34 206 / 0.1);
}

.bg-purple-700\/100{
  background-color: rgb(126 34 206 / 1);
}

.bg-purple-700\/20{
  background-color: rgb(126 34 206 / 0.2);
}

.bg-purple-700\/25{
  background-color: rgb(126 34 206 / 0.25);
}

.bg-purple-700\/30{
  background-color: rgb(126 34 206 / 0.3);
}

.bg-purple-700\/40{
  background-color: rgb(126 34 206 / 0.4);
}

.bg-purple-700\/5{
  background-color: rgb(126 34 206 / 0.05);
}

.bg-purple-700\/50{
  background-color: rgb(126 34 206 / 0.5);
}

.bg-purple-700\/60{
  background-color: rgb(126 34 206 / 0.6);
}

.bg-purple-700\/70{
  background-color: rgb(126 34 206 / 0.7);
}

.bg-purple-700\/75{
  background-color: rgb(126 34 206 / 0.75);
}

.bg-purple-700\/80{
  background-color: rgb(126 34 206 / 0.8);
}

.bg-purple-700\/90{
  background-color: rgb(126 34 206 / 0.9);
}

.bg-purple-700\/95{
  background-color: rgb(126 34 206 / 0.95);
}

.bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}

.bg-purple-800\/0{
  background-color: rgb(107 33 168 / 0);
}

.bg-purple-800\/10{
  background-color: rgb(107 33 168 / 0.1);
}

.bg-purple-800\/100{
  background-color: rgb(107 33 168 / 1);
}

.bg-purple-800\/20{
  background-color: rgb(107 33 168 / 0.2);
}

.bg-purple-800\/25{
  background-color: rgb(107 33 168 / 0.25);
}

.bg-purple-800\/30{
  background-color: rgb(107 33 168 / 0.3);
}

.bg-purple-800\/40{
  background-color: rgb(107 33 168 / 0.4);
}

.bg-purple-800\/5{
  background-color: rgb(107 33 168 / 0.05);
}

.bg-purple-800\/50{
  background-color: rgb(107 33 168 / 0.5);
}

.bg-purple-800\/60{
  background-color: rgb(107 33 168 / 0.6);
}

.bg-purple-800\/70{
  background-color: rgb(107 33 168 / 0.7);
}

.bg-purple-800\/75{
  background-color: rgb(107 33 168 / 0.75);
}

.bg-purple-800\/80{
  background-color: rgb(107 33 168 / 0.8);
}

.bg-purple-800\/90{
  background-color: rgb(107 33 168 / 0.9);
}

.bg-purple-800\/95{
  background-color: rgb(107 33 168 / 0.95);
}

.bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}

.bg-purple-900\/0{
  background-color: rgb(88 28 135 / 0);
}

.bg-purple-900\/10{
  background-color: rgb(88 28 135 / 0.1);
}

.bg-purple-900\/100{
  background-color: rgb(88 28 135 / 1);
}

.bg-purple-900\/20{
  background-color: rgb(88 28 135 / 0.2);
}

.bg-purple-900\/25{
  background-color: rgb(88 28 135 / 0.25);
}

.bg-purple-900\/30{
  background-color: rgb(88 28 135 / 0.3);
}

.bg-purple-900\/40{
  background-color: rgb(88 28 135 / 0.4);
}

.bg-purple-900\/5{
  background-color: rgb(88 28 135 / 0.05);
}

.bg-purple-900\/50{
  background-color: rgb(88 28 135 / 0.5);
}

.bg-purple-900\/60{
  background-color: rgb(88 28 135 / 0.6);
}

.bg-purple-900\/70{
  background-color: rgb(88 28 135 / 0.7);
}

.bg-purple-900\/75{
  background-color: rgb(88 28 135 / 0.75);
}

.bg-purple-900\/80{
  background-color: rgb(88 28 135 / 0.8);
}

.bg-purple-900\/90{
  background-color: rgb(88 28 135 / 0.9);
}

.bg-purple-900\/95{
  background-color: rgb(88 28 135 / 0.95);
}

.bg-recurved_blue_white{
  --tw-bg-opacity: 1;
  background-color: rgb(233 240 242 / var(--tw-bg-opacity));
}

.bg-recurved_blue_white\/40{
  background-color: rgb(233 240 242 / 0.4);
}

.bg-recurved_dark_green{
  --tw-bg-opacity: 1;
  background-color: rgb(35 63 75 / var(--tw-bg-opacity));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-100\/0{
  background-color: rgb(254 226 226 / 0);
}

.bg-red-100\/10{
  background-color: rgb(254 226 226 / 0.1);
}

.bg-red-100\/100{
  background-color: rgb(254 226 226 / 1);
}

.bg-red-100\/20{
  background-color: rgb(254 226 226 / 0.2);
}

.bg-red-100\/25{
  background-color: rgb(254 226 226 / 0.25);
}

.bg-red-100\/30{
  background-color: rgb(254 226 226 / 0.3);
}

.bg-red-100\/40{
  background-color: rgb(254 226 226 / 0.4);
}

.bg-red-100\/5{
  background-color: rgb(254 226 226 / 0.05);
}

.bg-red-100\/50{
  background-color: rgb(254 226 226 / 0.5);
}

.bg-red-100\/60{
  background-color: rgb(254 226 226 / 0.6);
}

.bg-red-100\/70{
  background-color: rgb(254 226 226 / 0.7);
}

.bg-red-100\/75{
  background-color: rgb(254 226 226 / 0.75);
}

.bg-red-100\/80{
  background-color: rgb(254 226 226 / 0.8);
}

.bg-red-100\/90{
  background-color: rgb(254 226 226 / 0.9);
}

.bg-red-100\/95{
  background-color: rgb(254 226 226 / 0.95);
}

.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.bg-red-200\/0{
  background-color: rgb(254 202 202 / 0);
}

.bg-red-200\/10{
  background-color: rgb(254 202 202 / 0.1);
}

.bg-red-200\/100{
  background-color: rgb(254 202 202 / 1);
}

.bg-red-200\/20{
  background-color: rgb(254 202 202 / 0.2);
}

.bg-red-200\/25{
  background-color: rgb(254 202 202 / 0.25);
}

.bg-red-200\/30{
  background-color: rgb(254 202 202 / 0.3);
}

.bg-red-200\/40{
  background-color: rgb(254 202 202 / 0.4);
}

.bg-red-200\/5{
  background-color: rgb(254 202 202 / 0.05);
}

.bg-red-200\/50{
  background-color: rgb(254 202 202 / 0.5);
}

.bg-red-200\/60{
  background-color: rgb(254 202 202 / 0.6);
}

.bg-red-200\/70{
  background-color: rgb(254 202 202 / 0.7);
}

.bg-red-200\/75{
  background-color: rgb(254 202 202 / 0.75);
}

.bg-red-200\/80{
  background-color: rgb(254 202 202 / 0.8);
}

.bg-red-200\/90{
  background-color: rgb(254 202 202 / 0.9);
}

.bg-red-200\/95{
  background-color: rgb(254 202 202 / 0.95);
}

.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.bg-red-300\/0{
  background-color: rgb(252 165 165 / 0);
}

.bg-red-300\/10{
  background-color: rgb(252 165 165 / 0.1);
}

.bg-red-300\/100{
  background-color: rgb(252 165 165 / 1);
}

.bg-red-300\/20{
  background-color: rgb(252 165 165 / 0.2);
}

.bg-red-300\/25{
  background-color: rgb(252 165 165 / 0.25);
}

.bg-red-300\/30{
  background-color: rgb(252 165 165 / 0.3);
}

.bg-red-300\/40{
  background-color: rgb(252 165 165 / 0.4);
}

.bg-red-300\/5{
  background-color: rgb(252 165 165 / 0.05);
}

.bg-red-300\/50{
  background-color: rgb(252 165 165 / 0.5);
}

.bg-red-300\/60{
  background-color: rgb(252 165 165 / 0.6);
}

.bg-red-300\/70{
  background-color: rgb(252 165 165 / 0.7);
}

.bg-red-300\/75{
  background-color: rgb(252 165 165 / 0.75);
}

.bg-red-300\/80{
  background-color: rgb(252 165 165 / 0.8);
}

.bg-red-300\/90{
  background-color: rgb(252 165 165 / 0.9);
}

.bg-red-300\/95{
  background-color: rgb(252 165 165 / 0.95);
}

.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-red-400\/0{
  background-color: rgb(248 113 113 / 0);
}

.bg-red-400\/10{
  background-color: rgb(248 113 113 / 0.1);
}

.bg-red-400\/100{
  background-color: rgb(248 113 113 / 1);
}

.bg-red-400\/20{
  background-color: rgb(248 113 113 / 0.2);
}

.bg-red-400\/25{
  background-color: rgb(248 113 113 / 0.25);
}

.bg-red-400\/30{
  background-color: rgb(248 113 113 / 0.3);
}

.bg-red-400\/40{
  background-color: rgb(248 113 113 / 0.4);
}

.bg-red-400\/5{
  background-color: rgb(248 113 113 / 0.05);
}

.bg-red-400\/50{
  background-color: rgb(248 113 113 / 0.5);
}

.bg-red-400\/60{
  background-color: rgb(248 113 113 / 0.6);
}

.bg-red-400\/70{
  background-color: rgb(248 113 113 / 0.7);
}

.bg-red-400\/75{
  background-color: rgb(248 113 113 / 0.75);
}

.bg-red-400\/80{
  background-color: rgb(248 113 113 / 0.8);
}

.bg-red-400\/90{
  background-color: rgb(248 113 113 / 0.9);
}

.bg-red-400\/95{
  background-color: rgb(248 113 113 / 0.95);
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-red-50\/0{
  background-color: rgb(254 242 242 / 0);
}

.bg-red-50\/10{
  background-color: rgb(254 242 242 / 0.1);
}

.bg-red-50\/100{
  background-color: rgb(254 242 242 / 1);
}

.bg-red-50\/20{
  background-color: rgb(254 242 242 / 0.2);
}

.bg-red-50\/25{
  background-color: rgb(254 242 242 / 0.25);
}

.bg-red-50\/30{
  background-color: rgb(254 242 242 / 0.3);
}

.bg-red-50\/40{
  background-color: rgb(254 242 242 / 0.4);
}

.bg-red-50\/5{
  background-color: rgb(254 242 242 / 0.05);
}

.bg-red-50\/50{
  background-color: rgb(254 242 242 / 0.5);
}

.bg-red-50\/60{
  background-color: rgb(254 242 242 / 0.6);
}

.bg-red-50\/70{
  background-color: rgb(254 242 242 / 0.7);
}

.bg-red-50\/75{
  background-color: rgb(254 242 242 / 0.75);
}

.bg-red-50\/80{
  background-color: rgb(254 242 242 / 0.8);
}

.bg-red-50\/90{
  background-color: rgb(254 242 242 / 0.9);
}

.bg-red-50\/95{
  background-color: rgb(254 242 242 / 0.95);
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-500\/0{
  background-color: rgb(239 68 68 / 0);
}

.bg-red-500\/10{
  background-color: rgb(239 68 68 / 0.1);
}

.bg-red-500\/100{
  background-color: rgb(239 68 68 / 1);
}

.bg-red-500\/20{
  background-color: rgb(239 68 68 / 0.2);
}

.bg-red-500\/25{
  background-color: rgb(239 68 68 / 0.25);
}

.bg-red-500\/30{
  background-color: rgb(239 68 68 / 0.3);
}

.bg-red-500\/40{
  background-color: rgb(239 68 68 / 0.4);
}

.bg-red-500\/5{
  background-color: rgb(239 68 68 / 0.05);
}

.bg-red-500\/50{
  background-color: rgb(239 68 68 / 0.5);
}

.bg-red-500\/60{
  background-color: rgb(239 68 68 / 0.6);
}

.bg-red-500\/70{
  background-color: rgb(239 68 68 / 0.7);
}

.bg-red-500\/75{
  background-color: rgb(239 68 68 / 0.75);
}

.bg-red-500\/80{
  background-color: rgb(239 68 68 / 0.8);
}

.bg-red-500\/90{
  background-color: rgb(239 68 68 / 0.9);
}

.bg-red-500\/95{
  background-color: rgb(239 68 68 / 0.95);
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-red-600\/0{
  background-color: rgb(220 38 38 / 0);
}

.bg-red-600\/10{
  background-color: rgb(220 38 38 / 0.1);
}

.bg-red-600\/100{
  background-color: rgb(220 38 38 / 1);
}

.bg-red-600\/20{
  background-color: rgb(220 38 38 / 0.2);
}

.bg-red-600\/25{
  background-color: rgb(220 38 38 / 0.25);
}

.bg-red-600\/30{
  background-color: rgb(220 38 38 / 0.3);
}

.bg-red-600\/40{
  background-color: rgb(220 38 38 / 0.4);
}

.bg-red-600\/5{
  background-color: rgb(220 38 38 / 0.05);
}

.bg-red-600\/50{
  background-color: rgb(220 38 38 / 0.5);
}

.bg-red-600\/60{
  background-color: rgb(220 38 38 / 0.6);
}

.bg-red-600\/70{
  background-color: rgb(220 38 38 / 0.7);
}

.bg-red-600\/75{
  background-color: rgb(220 38 38 / 0.75);
}

.bg-red-600\/80{
  background-color: rgb(220 38 38 / 0.8);
}

.bg-red-600\/90{
  background-color: rgb(220 38 38 / 0.9);
}

.bg-red-600\/95{
  background-color: rgb(220 38 38 / 0.95);
}

.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.bg-red-700\/0{
  background-color: rgb(185 28 28 / 0);
}

.bg-red-700\/10{
  background-color: rgb(185 28 28 / 0.1);
}

.bg-red-700\/100{
  background-color: rgb(185 28 28 / 1);
}

.bg-red-700\/20{
  background-color: rgb(185 28 28 / 0.2);
}

.bg-red-700\/25{
  background-color: rgb(185 28 28 / 0.25);
}

.bg-red-700\/30{
  background-color: rgb(185 28 28 / 0.3);
}

.bg-red-700\/40{
  background-color: rgb(185 28 28 / 0.4);
}

.bg-red-700\/5{
  background-color: rgb(185 28 28 / 0.05);
}

.bg-red-700\/50{
  background-color: rgb(185 28 28 / 0.5);
}

.bg-red-700\/60{
  background-color: rgb(185 28 28 / 0.6);
}

.bg-red-700\/70{
  background-color: rgb(185 28 28 / 0.7);
}

.bg-red-700\/75{
  background-color: rgb(185 28 28 / 0.75);
}

.bg-red-700\/80{
  background-color: rgb(185 28 28 / 0.8);
}

.bg-red-700\/90{
  background-color: rgb(185 28 28 / 0.9);
}

.bg-red-700\/95{
  background-color: rgb(185 28 28 / 0.95);
}

.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.bg-red-800\/0{
  background-color: rgb(153 27 27 / 0);
}

.bg-red-800\/10{
  background-color: rgb(153 27 27 / 0.1);
}

.bg-red-800\/100{
  background-color: rgb(153 27 27 / 1);
}

.bg-red-800\/20{
  background-color: rgb(153 27 27 / 0.2);
}

.bg-red-800\/25{
  background-color: rgb(153 27 27 / 0.25);
}

.bg-red-800\/30{
  background-color: rgb(153 27 27 / 0.3);
}

.bg-red-800\/40{
  background-color: rgb(153 27 27 / 0.4);
}

.bg-red-800\/5{
  background-color: rgb(153 27 27 / 0.05);
}

.bg-red-800\/50{
  background-color: rgb(153 27 27 / 0.5);
}

.bg-red-800\/60{
  background-color: rgb(153 27 27 / 0.6);
}

.bg-red-800\/70{
  background-color: rgb(153 27 27 / 0.7);
}

.bg-red-800\/75{
  background-color: rgb(153 27 27 / 0.75);
}

.bg-red-800\/80{
  background-color: rgb(153 27 27 / 0.8);
}

.bg-red-800\/90{
  background-color: rgb(153 27 27 / 0.9);
}

.bg-red-800\/95{
  background-color: rgb(153 27 27 / 0.95);
}

.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.bg-red-900\/0{
  background-color: rgb(127 29 29 / 0);
}

.bg-red-900\/10{
  background-color: rgb(127 29 29 / 0.1);
}

.bg-red-900\/100{
  background-color: rgb(127 29 29 / 1);
}

.bg-red-900\/20{
  background-color: rgb(127 29 29 / 0.2);
}

.bg-red-900\/25{
  background-color: rgb(127 29 29 / 0.25);
}

.bg-red-900\/30{
  background-color: rgb(127 29 29 / 0.3);
}

.bg-red-900\/40{
  background-color: rgb(127 29 29 / 0.4);
}

.bg-red-900\/5{
  background-color: rgb(127 29 29 / 0.05);
}

.bg-red-900\/50{
  background-color: rgb(127 29 29 / 0.5);
}

.bg-red-900\/60{
  background-color: rgb(127 29 29 / 0.6);
}

.bg-red-900\/70{
  background-color: rgb(127 29 29 / 0.7);
}

.bg-red-900\/75{
  background-color: rgb(127 29 29 / 0.75);
}

.bg-red-900\/80{
  background-color: rgb(127 29 29 / 0.8);
}

.bg-red-900\/90{
  background-color: rgb(127 29 29 / 0.9);
}

.bg-red-900\/95{
  background-color: rgb(127 29 29 / 0.95);
}

.bg-rose-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}

.bg-rose-100\/0{
  background-color: rgb(255 228 230 / 0);
}

.bg-rose-100\/10{
  background-color: rgb(255 228 230 / 0.1);
}

.bg-rose-100\/100{
  background-color: rgb(255 228 230 / 1);
}

.bg-rose-100\/20{
  background-color: rgb(255 228 230 / 0.2);
}

.bg-rose-100\/25{
  background-color: rgb(255 228 230 / 0.25);
}

.bg-rose-100\/30{
  background-color: rgb(255 228 230 / 0.3);
}

.bg-rose-100\/40{
  background-color: rgb(255 228 230 / 0.4);
}

.bg-rose-100\/5{
  background-color: rgb(255 228 230 / 0.05);
}

.bg-rose-100\/50{
  background-color: rgb(255 228 230 / 0.5);
}

.bg-rose-100\/60{
  background-color: rgb(255 228 230 / 0.6);
}

.bg-rose-100\/70{
  background-color: rgb(255 228 230 / 0.7);
}

.bg-rose-100\/75{
  background-color: rgb(255 228 230 / 0.75);
}

.bg-rose-100\/80{
  background-color: rgb(255 228 230 / 0.8);
}

.bg-rose-100\/90{
  background-color: rgb(255 228 230 / 0.9);
}

.bg-rose-100\/95{
  background-color: rgb(255 228 230 / 0.95);
}

.bg-rose-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}

.bg-rose-200\/0{
  background-color: rgb(254 205 211 / 0);
}

.bg-rose-200\/10{
  background-color: rgb(254 205 211 / 0.1);
}

.bg-rose-200\/100{
  background-color: rgb(254 205 211 / 1);
}

.bg-rose-200\/20{
  background-color: rgb(254 205 211 / 0.2);
}

.bg-rose-200\/25{
  background-color: rgb(254 205 211 / 0.25);
}

.bg-rose-200\/30{
  background-color: rgb(254 205 211 / 0.3);
}

.bg-rose-200\/40{
  background-color: rgb(254 205 211 / 0.4);
}

.bg-rose-200\/5{
  background-color: rgb(254 205 211 / 0.05);
}

.bg-rose-200\/50{
  background-color: rgb(254 205 211 / 0.5);
}

.bg-rose-200\/60{
  background-color: rgb(254 205 211 / 0.6);
}

.bg-rose-200\/70{
  background-color: rgb(254 205 211 / 0.7);
}

.bg-rose-200\/75{
  background-color: rgb(254 205 211 / 0.75);
}

.bg-rose-200\/80{
  background-color: rgb(254 205 211 / 0.8);
}

.bg-rose-200\/90{
  background-color: rgb(254 205 211 / 0.9);
}

.bg-rose-200\/95{
  background-color: rgb(254 205 211 / 0.95);
}

.bg-rose-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}

.bg-rose-300\/0{
  background-color: rgb(253 164 175 / 0);
}

.bg-rose-300\/10{
  background-color: rgb(253 164 175 / 0.1);
}

.bg-rose-300\/100{
  background-color: rgb(253 164 175 / 1);
}

.bg-rose-300\/20{
  background-color: rgb(253 164 175 / 0.2);
}

.bg-rose-300\/25{
  background-color: rgb(253 164 175 / 0.25);
}

.bg-rose-300\/30{
  background-color: rgb(253 164 175 / 0.3);
}

.bg-rose-300\/40{
  background-color: rgb(253 164 175 / 0.4);
}

.bg-rose-300\/5{
  background-color: rgb(253 164 175 / 0.05);
}

.bg-rose-300\/50{
  background-color: rgb(253 164 175 / 0.5);
}

.bg-rose-300\/60{
  background-color: rgb(253 164 175 / 0.6);
}

.bg-rose-300\/70{
  background-color: rgb(253 164 175 / 0.7);
}

.bg-rose-300\/75{
  background-color: rgb(253 164 175 / 0.75);
}

.bg-rose-300\/80{
  background-color: rgb(253 164 175 / 0.8);
}

.bg-rose-300\/90{
  background-color: rgb(253 164 175 / 0.9);
}

.bg-rose-300\/95{
  background-color: rgb(253 164 175 / 0.95);
}

.bg-rose-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}

.bg-rose-400\/0{
  background-color: rgb(251 113 133 / 0);
}

.bg-rose-400\/10{
  background-color: rgb(251 113 133 / 0.1);
}

.bg-rose-400\/100{
  background-color: rgb(251 113 133 / 1);
}

.bg-rose-400\/20{
  background-color: rgb(251 113 133 / 0.2);
}

.bg-rose-400\/25{
  background-color: rgb(251 113 133 / 0.25);
}

.bg-rose-400\/30{
  background-color: rgb(251 113 133 / 0.3);
}

.bg-rose-400\/40{
  background-color: rgb(251 113 133 / 0.4);
}

.bg-rose-400\/5{
  background-color: rgb(251 113 133 / 0.05);
}

.bg-rose-400\/50{
  background-color: rgb(251 113 133 / 0.5);
}

.bg-rose-400\/60{
  background-color: rgb(251 113 133 / 0.6);
}

.bg-rose-400\/70{
  background-color: rgb(251 113 133 / 0.7);
}

.bg-rose-400\/75{
  background-color: rgb(251 113 133 / 0.75);
}

.bg-rose-400\/80{
  background-color: rgb(251 113 133 / 0.8);
}

.bg-rose-400\/90{
  background-color: rgb(251 113 133 / 0.9);
}

.bg-rose-400\/95{
  background-color: rgb(251 113 133 / 0.95);
}

.bg-rose-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}

.bg-rose-50\/0{
  background-color: rgb(255 241 242 / 0);
}

.bg-rose-50\/10{
  background-color: rgb(255 241 242 / 0.1);
}

.bg-rose-50\/100{
  background-color: rgb(255 241 242 / 1);
}

.bg-rose-50\/20{
  background-color: rgb(255 241 242 / 0.2);
}

.bg-rose-50\/25{
  background-color: rgb(255 241 242 / 0.25);
}

.bg-rose-50\/30{
  background-color: rgb(255 241 242 / 0.3);
}

.bg-rose-50\/40{
  background-color: rgb(255 241 242 / 0.4);
}

.bg-rose-50\/5{
  background-color: rgb(255 241 242 / 0.05);
}

.bg-rose-50\/50{
  background-color: rgb(255 241 242 / 0.5);
}

.bg-rose-50\/60{
  background-color: rgb(255 241 242 / 0.6);
}

.bg-rose-50\/70{
  background-color: rgb(255 241 242 / 0.7);
}

.bg-rose-50\/75{
  background-color: rgb(255 241 242 / 0.75);
}

.bg-rose-50\/80{
  background-color: rgb(255 241 242 / 0.8);
}

.bg-rose-50\/90{
  background-color: rgb(255 241 242 / 0.9);
}

.bg-rose-50\/95{
  background-color: rgb(255 241 242 / 0.95);
}

.bg-rose-500{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}

.bg-rose-500\/0{
  background-color: rgb(244 63 94 / 0);
}

.bg-rose-500\/10{
  background-color: rgb(244 63 94 / 0.1);
}

.bg-rose-500\/100{
  background-color: rgb(244 63 94 / 1);
}

.bg-rose-500\/20{
  background-color: rgb(244 63 94 / 0.2);
}

.bg-rose-500\/25{
  background-color: rgb(244 63 94 / 0.25);
}

.bg-rose-500\/30{
  background-color: rgb(244 63 94 / 0.3);
}

.bg-rose-500\/40{
  background-color: rgb(244 63 94 / 0.4);
}

.bg-rose-500\/5{
  background-color: rgb(244 63 94 / 0.05);
}

.bg-rose-500\/50{
  background-color: rgb(244 63 94 / 0.5);
}

.bg-rose-500\/60{
  background-color: rgb(244 63 94 / 0.6);
}

.bg-rose-500\/70{
  background-color: rgb(244 63 94 / 0.7);
}

.bg-rose-500\/75{
  background-color: rgb(244 63 94 / 0.75);
}

.bg-rose-500\/80{
  background-color: rgb(244 63 94 / 0.8);
}

.bg-rose-500\/90{
  background-color: rgb(244 63 94 / 0.9);
}

.bg-rose-500\/95{
  background-color: rgb(244 63 94 / 0.95);
}

.bg-rose-600{
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}

.bg-rose-600\/0{
  background-color: rgb(225 29 72 / 0);
}

.bg-rose-600\/10{
  background-color: rgb(225 29 72 / 0.1);
}

.bg-rose-600\/100{
  background-color: rgb(225 29 72 / 1);
}

.bg-rose-600\/20{
  background-color: rgb(225 29 72 / 0.2);
}

.bg-rose-600\/25{
  background-color: rgb(225 29 72 / 0.25);
}

.bg-rose-600\/30{
  background-color: rgb(225 29 72 / 0.3);
}

.bg-rose-600\/40{
  background-color: rgb(225 29 72 / 0.4);
}

.bg-rose-600\/5{
  background-color: rgb(225 29 72 / 0.05);
}

.bg-rose-600\/50{
  background-color: rgb(225 29 72 / 0.5);
}

.bg-rose-600\/60{
  background-color: rgb(225 29 72 / 0.6);
}

.bg-rose-600\/70{
  background-color: rgb(225 29 72 / 0.7);
}

.bg-rose-600\/75{
  background-color: rgb(225 29 72 / 0.75);
}

.bg-rose-600\/80{
  background-color: rgb(225 29 72 / 0.8);
}

.bg-rose-600\/90{
  background-color: rgb(225 29 72 / 0.9);
}

.bg-rose-600\/95{
  background-color: rgb(225 29 72 / 0.95);
}

.bg-rose-700{
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}

.bg-rose-700\/0{
  background-color: rgb(190 18 60 / 0);
}

.bg-rose-700\/10{
  background-color: rgb(190 18 60 / 0.1);
}

.bg-rose-700\/100{
  background-color: rgb(190 18 60 / 1);
}

.bg-rose-700\/20{
  background-color: rgb(190 18 60 / 0.2);
}

.bg-rose-700\/25{
  background-color: rgb(190 18 60 / 0.25);
}

.bg-rose-700\/30{
  background-color: rgb(190 18 60 / 0.3);
}

.bg-rose-700\/40{
  background-color: rgb(190 18 60 / 0.4);
}

.bg-rose-700\/5{
  background-color: rgb(190 18 60 / 0.05);
}

.bg-rose-700\/50{
  background-color: rgb(190 18 60 / 0.5);
}

.bg-rose-700\/60{
  background-color: rgb(190 18 60 / 0.6);
}

.bg-rose-700\/70{
  background-color: rgb(190 18 60 / 0.7);
}

.bg-rose-700\/75{
  background-color: rgb(190 18 60 / 0.75);
}

.bg-rose-700\/80{
  background-color: rgb(190 18 60 / 0.8);
}

.bg-rose-700\/90{
  background-color: rgb(190 18 60 / 0.9);
}

.bg-rose-700\/95{
  background-color: rgb(190 18 60 / 0.95);
}

.bg-rose-800{
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}

.bg-rose-800\/0{
  background-color: rgb(159 18 57 / 0);
}

.bg-rose-800\/10{
  background-color: rgb(159 18 57 / 0.1);
}

.bg-rose-800\/100{
  background-color: rgb(159 18 57 / 1);
}

.bg-rose-800\/20{
  background-color: rgb(159 18 57 / 0.2);
}

.bg-rose-800\/25{
  background-color: rgb(159 18 57 / 0.25);
}

.bg-rose-800\/30{
  background-color: rgb(159 18 57 / 0.3);
}

.bg-rose-800\/40{
  background-color: rgb(159 18 57 / 0.4);
}

.bg-rose-800\/5{
  background-color: rgb(159 18 57 / 0.05);
}

.bg-rose-800\/50{
  background-color: rgb(159 18 57 / 0.5);
}

.bg-rose-800\/60{
  background-color: rgb(159 18 57 / 0.6);
}

.bg-rose-800\/70{
  background-color: rgb(159 18 57 / 0.7);
}

.bg-rose-800\/75{
  background-color: rgb(159 18 57 / 0.75);
}

.bg-rose-800\/80{
  background-color: rgb(159 18 57 / 0.8);
}

.bg-rose-800\/90{
  background-color: rgb(159 18 57 / 0.9);
}

.bg-rose-800\/95{
  background-color: rgb(159 18 57 / 0.95);
}

.bg-rose-900{
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}

.bg-rose-900\/0{
  background-color: rgb(136 19 55 / 0);
}

.bg-rose-900\/10{
  background-color: rgb(136 19 55 / 0.1);
}

.bg-rose-900\/100{
  background-color: rgb(136 19 55 / 1);
}

.bg-rose-900\/20{
  background-color: rgb(136 19 55 / 0.2);
}

.bg-rose-900\/25{
  background-color: rgb(136 19 55 / 0.25);
}

.bg-rose-900\/30{
  background-color: rgb(136 19 55 / 0.3);
}

.bg-rose-900\/40{
  background-color: rgb(136 19 55 / 0.4);
}

.bg-rose-900\/5{
  background-color: rgb(136 19 55 / 0.05);
}

.bg-rose-900\/50{
  background-color: rgb(136 19 55 / 0.5);
}

.bg-rose-900\/60{
  background-color: rgb(136 19 55 / 0.6);
}

.bg-rose-900\/70{
  background-color: rgb(136 19 55 / 0.7);
}

.bg-rose-900\/75{
  background-color: rgb(136 19 55 / 0.75);
}

.bg-rose-900\/80{
  background-color: rgb(136 19 55 / 0.8);
}

.bg-rose-900\/90{
  background-color: rgb(136 19 55 / 0.9);
}

.bg-rose-900\/95{
  background-color: rgb(136 19 55 / 0.95);
}

.bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.bg-sky-100\/0{
  background-color: rgb(224 242 254 / 0);
}

.bg-sky-100\/10{
  background-color: rgb(224 242 254 / 0.1);
}

.bg-sky-100\/100{
  background-color: rgb(224 242 254 / 1);
}

.bg-sky-100\/20{
  background-color: rgb(224 242 254 / 0.2);
}

.bg-sky-100\/25{
  background-color: rgb(224 242 254 / 0.25);
}

.bg-sky-100\/30{
  background-color: rgb(224 242 254 / 0.3);
}

.bg-sky-100\/40{
  background-color: rgb(224 242 254 / 0.4);
}

.bg-sky-100\/5{
  background-color: rgb(224 242 254 / 0.05);
}

.bg-sky-100\/50{
  background-color: rgb(224 242 254 / 0.5);
}

.bg-sky-100\/60{
  background-color: rgb(224 242 254 / 0.6);
}

.bg-sky-100\/70{
  background-color: rgb(224 242 254 / 0.7);
}

.bg-sky-100\/75{
  background-color: rgb(224 242 254 / 0.75);
}

.bg-sky-100\/80{
  background-color: rgb(224 242 254 / 0.8);
}

.bg-sky-100\/90{
  background-color: rgb(224 242 254 / 0.9);
}

.bg-sky-100\/95{
  background-color: rgb(224 242 254 / 0.95);
}

.bg-sky-200{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}

.bg-sky-200\/0{
  background-color: rgb(186 230 253 / 0);
}

.bg-sky-200\/10{
  background-color: rgb(186 230 253 / 0.1);
}

.bg-sky-200\/100{
  background-color: rgb(186 230 253 / 1);
}

.bg-sky-200\/20{
  background-color: rgb(186 230 253 / 0.2);
}

.bg-sky-200\/25{
  background-color: rgb(186 230 253 / 0.25);
}

.bg-sky-200\/30{
  background-color: rgb(186 230 253 / 0.3);
}

.bg-sky-200\/40{
  background-color: rgb(186 230 253 / 0.4);
}

.bg-sky-200\/5{
  background-color: rgb(186 230 253 / 0.05);
}

.bg-sky-200\/50{
  background-color: rgb(186 230 253 / 0.5);
}

.bg-sky-200\/60{
  background-color: rgb(186 230 253 / 0.6);
}

.bg-sky-200\/70{
  background-color: rgb(186 230 253 / 0.7);
}

.bg-sky-200\/75{
  background-color: rgb(186 230 253 / 0.75);
}

.bg-sky-200\/80{
  background-color: rgb(186 230 253 / 0.8);
}

.bg-sky-200\/90{
  background-color: rgb(186 230 253 / 0.9);
}

.bg-sky-200\/95{
  background-color: rgb(186 230 253 / 0.95);
}

.bg-sky-300{
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}

.bg-sky-300\/0{
  background-color: rgb(125 211 252 / 0);
}

.bg-sky-300\/10{
  background-color: rgb(125 211 252 / 0.1);
}

.bg-sky-300\/100{
  background-color: rgb(125 211 252 / 1);
}

.bg-sky-300\/20{
  background-color: rgb(125 211 252 / 0.2);
}

.bg-sky-300\/25{
  background-color: rgb(125 211 252 / 0.25);
}

.bg-sky-300\/30{
  background-color: rgb(125 211 252 / 0.3);
}

.bg-sky-300\/40{
  background-color: rgb(125 211 252 / 0.4);
}

.bg-sky-300\/5{
  background-color: rgb(125 211 252 / 0.05);
}

.bg-sky-300\/50{
  background-color: rgb(125 211 252 / 0.5);
}

.bg-sky-300\/60{
  background-color: rgb(125 211 252 / 0.6);
}

.bg-sky-300\/70{
  background-color: rgb(125 211 252 / 0.7);
}

.bg-sky-300\/75{
  background-color: rgb(125 211 252 / 0.75);
}

.bg-sky-300\/80{
  background-color: rgb(125 211 252 / 0.8);
}

.bg-sky-300\/90{
  background-color: rgb(125 211 252 / 0.9);
}

.bg-sky-300\/95{
  background-color: rgb(125 211 252 / 0.95);
}

.bg-sky-400{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.bg-sky-400\/0{
  background-color: rgb(56 189 248 / 0);
}

.bg-sky-400\/10{
  background-color: rgb(56 189 248 / 0.1);
}

.bg-sky-400\/100{
  background-color: rgb(56 189 248 / 1);
}

.bg-sky-400\/20{
  background-color: rgb(56 189 248 / 0.2);
}

.bg-sky-400\/25{
  background-color: rgb(56 189 248 / 0.25);
}

.bg-sky-400\/30{
  background-color: rgb(56 189 248 / 0.3);
}

.bg-sky-400\/40{
  background-color: rgb(56 189 248 / 0.4);
}

.bg-sky-400\/5{
  background-color: rgb(56 189 248 / 0.05);
}

.bg-sky-400\/50{
  background-color: rgb(56 189 248 / 0.5);
}

.bg-sky-400\/60{
  background-color: rgb(56 189 248 / 0.6);
}

.bg-sky-400\/70{
  background-color: rgb(56 189 248 / 0.7);
}

.bg-sky-400\/75{
  background-color: rgb(56 189 248 / 0.75);
}

.bg-sky-400\/80{
  background-color: rgb(56 189 248 / 0.8);
}

.bg-sky-400\/90{
  background-color: rgb(56 189 248 / 0.9);
}

.bg-sky-400\/95{
  background-color: rgb(56 189 248 / 0.95);
}

.bg-sky-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.bg-sky-50\/0{
  background-color: rgb(240 249 255 / 0);
}

.bg-sky-50\/10{
  background-color: rgb(240 249 255 / 0.1);
}

.bg-sky-50\/100{
  background-color: rgb(240 249 255 / 1);
}

.bg-sky-50\/20{
  background-color: rgb(240 249 255 / 0.2);
}

.bg-sky-50\/25{
  background-color: rgb(240 249 255 / 0.25);
}

.bg-sky-50\/30{
  background-color: rgb(240 249 255 / 0.3);
}

.bg-sky-50\/40{
  background-color: rgb(240 249 255 / 0.4);
}

.bg-sky-50\/5{
  background-color: rgb(240 249 255 / 0.05);
}

.bg-sky-50\/50{
  background-color: rgb(240 249 255 / 0.5);
}

.bg-sky-50\/60{
  background-color: rgb(240 249 255 / 0.6);
}

.bg-sky-50\/70{
  background-color: rgb(240 249 255 / 0.7);
}

.bg-sky-50\/75{
  background-color: rgb(240 249 255 / 0.75);
}

.bg-sky-50\/80{
  background-color: rgb(240 249 255 / 0.8);
}

.bg-sky-50\/90{
  background-color: rgb(240 249 255 / 0.9);
}

.bg-sky-50\/95{
  background-color: rgb(240 249 255 / 0.95);
}

.bg-sky-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.bg-sky-500\/0{
  background-color: rgb(14 165 233 / 0);
}

.bg-sky-500\/10{
  background-color: rgb(14 165 233 / 0.1);
}

.bg-sky-500\/100{
  background-color: rgb(14 165 233 / 1);
}

.bg-sky-500\/20{
  background-color: rgb(14 165 233 / 0.2);
}

.bg-sky-500\/25{
  background-color: rgb(14 165 233 / 0.25);
}

.bg-sky-500\/30{
  background-color: rgb(14 165 233 / 0.3);
}

.bg-sky-500\/40{
  background-color: rgb(14 165 233 / 0.4);
}

.bg-sky-500\/5{
  background-color: rgb(14 165 233 / 0.05);
}

.bg-sky-500\/50{
  background-color: rgb(14 165 233 / 0.5);
}

.bg-sky-500\/60{
  background-color: rgb(14 165 233 / 0.6);
}

.bg-sky-500\/70{
  background-color: rgb(14 165 233 / 0.7);
}

.bg-sky-500\/75{
  background-color: rgb(14 165 233 / 0.75);
}

.bg-sky-500\/80{
  background-color: rgb(14 165 233 / 0.8);
}

.bg-sky-500\/90{
  background-color: rgb(14 165 233 / 0.9);
}

.bg-sky-500\/95{
  background-color: rgb(14 165 233 / 0.95);
}

.bg-sky-600{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.bg-sky-600\/0{
  background-color: rgb(2 132 199 / 0);
}

.bg-sky-600\/10{
  background-color: rgb(2 132 199 / 0.1);
}

.bg-sky-600\/100{
  background-color: rgb(2 132 199 / 1);
}

.bg-sky-600\/20{
  background-color: rgb(2 132 199 / 0.2);
}

.bg-sky-600\/25{
  background-color: rgb(2 132 199 / 0.25);
}

.bg-sky-600\/30{
  background-color: rgb(2 132 199 / 0.3);
}

.bg-sky-600\/40{
  background-color: rgb(2 132 199 / 0.4);
}

.bg-sky-600\/5{
  background-color: rgb(2 132 199 / 0.05);
}

.bg-sky-600\/50{
  background-color: rgb(2 132 199 / 0.5);
}

.bg-sky-600\/60{
  background-color: rgb(2 132 199 / 0.6);
}

.bg-sky-600\/70{
  background-color: rgb(2 132 199 / 0.7);
}

.bg-sky-600\/75{
  background-color: rgb(2 132 199 / 0.75);
}

.bg-sky-600\/80{
  background-color: rgb(2 132 199 / 0.8);
}

.bg-sky-600\/90{
  background-color: rgb(2 132 199 / 0.9);
}

.bg-sky-600\/95{
  background-color: rgb(2 132 199 / 0.95);
}

.bg-sky-700{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

.bg-sky-700\/0{
  background-color: rgb(3 105 161 / 0);
}

.bg-sky-700\/10{
  background-color: rgb(3 105 161 / 0.1);
}

.bg-sky-700\/100{
  background-color: rgb(3 105 161 / 1);
}

.bg-sky-700\/20{
  background-color: rgb(3 105 161 / 0.2);
}

.bg-sky-700\/25{
  background-color: rgb(3 105 161 / 0.25);
}

.bg-sky-700\/30{
  background-color: rgb(3 105 161 / 0.3);
}

.bg-sky-700\/40{
  background-color: rgb(3 105 161 / 0.4);
}

.bg-sky-700\/5{
  background-color: rgb(3 105 161 / 0.05);
}

.bg-sky-700\/50{
  background-color: rgb(3 105 161 / 0.5);
}

.bg-sky-700\/60{
  background-color: rgb(3 105 161 / 0.6);
}

.bg-sky-700\/70{
  background-color: rgb(3 105 161 / 0.7);
}

.bg-sky-700\/75{
  background-color: rgb(3 105 161 / 0.75);
}

.bg-sky-700\/80{
  background-color: rgb(3 105 161 / 0.8);
}

.bg-sky-700\/90{
  background-color: rgb(3 105 161 / 0.9);
}

.bg-sky-700\/95{
  background-color: rgb(3 105 161 / 0.95);
}

.bg-sky-800{
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}

.bg-sky-800\/0{
  background-color: rgb(7 89 133 / 0);
}

.bg-sky-800\/10{
  background-color: rgb(7 89 133 / 0.1);
}

.bg-sky-800\/100{
  background-color: rgb(7 89 133 / 1);
}

.bg-sky-800\/20{
  background-color: rgb(7 89 133 / 0.2);
}

.bg-sky-800\/25{
  background-color: rgb(7 89 133 / 0.25);
}

.bg-sky-800\/30{
  background-color: rgb(7 89 133 / 0.3);
}

.bg-sky-800\/40{
  background-color: rgb(7 89 133 / 0.4);
}

.bg-sky-800\/5{
  background-color: rgb(7 89 133 / 0.05);
}

.bg-sky-800\/50{
  background-color: rgb(7 89 133 / 0.5);
}

.bg-sky-800\/60{
  background-color: rgb(7 89 133 / 0.6);
}

.bg-sky-800\/70{
  background-color: rgb(7 89 133 / 0.7);
}

.bg-sky-800\/75{
  background-color: rgb(7 89 133 / 0.75);
}

.bg-sky-800\/80{
  background-color: rgb(7 89 133 / 0.8);
}

.bg-sky-800\/90{
  background-color: rgb(7 89 133 / 0.9);
}

.bg-sky-800\/95{
  background-color: rgb(7 89 133 / 0.95);
}

.bg-sky-900{
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.bg-sky-900\/0{
  background-color: rgb(12 74 110 / 0);
}

.bg-sky-900\/10{
  background-color: rgb(12 74 110 / 0.1);
}

.bg-sky-900\/100{
  background-color: rgb(12 74 110 / 1);
}

.bg-sky-900\/20{
  background-color: rgb(12 74 110 / 0.2);
}

.bg-sky-900\/25{
  background-color: rgb(12 74 110 / 0.25);
}

.bg-sky-900\/30{
  background-color: rgb(12 74 110 / 0.3);
}

.bg-sky-900\/40{
  background-color: rgb(12 74 110 / 0.4);
}

.bg-sky-900\/5{
  background-color: rgb(12 74 110 / 0.05);
}

.bg-sky-900\/50{
  background-color: rgb(12 74 110 / 0.5);
}

.bg-sky-900\/60{
  background-color: rgb(12 74 110 / 0.6);
}

.bg-sky-900\/70{
  background-color: rgb(12 74 110 / 0.7);
}

.bg-sky-900\/75{
  background-color: rgb(12 74 110 / 0.75);
}

.bg-sky-900\/80{
  background-color: rgb(12 74 110 / 0.8);
}

.bg-sky-900\/90{
  background-color: rgb(12 74 110 / 0.9);
}

.bg-sky-900\/95{
  background-color: rgb(12 74 110 / 0.95);
}

.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-slate-100\/0{
  background-color: rgb(241 245 249 / 0);
}

.bg-slate-100\/10{
  background-color: rgb(241 245 249 / 0.1);
}

.bg-slate-100\/100{
  background-color: rgb(241 245 249 / 1);
}

.bg-slate-100\/20{
  background-color: rgb(241 245 249 / 0.2);
}

.bg-slate-100\/25{
  background-color: rgb(241 245 249 / 0.25);
}

.bg-slate-100\/30{
  background-color: rgb(241 245 249 / 0.3);
}

.bg-slate-100\/40{
  background-color: rgb(241 245 249 / 0.4);
}

.bg-slate-100\/5{
  background-color: rgb(241 245 249 / 0.05);
}

.bg-slate-100\/50{
  background-color: rgb(241 245 249 / 0.5);
}

.bg-slate-100\/60{
  background-color: rgb(241 245 249 / 0.6);
}

.bg-slate-100\/70{
  background-color: rgb(241 245 249 / 0.7);
}

.bg-slate-100\/75{
  background-color: rgb(241 245 249 / 0.75);
}

.bg-slate-100\/80{
  background-color: rgb(241 245 249 / 0.8);
}

.bg-slate-100\/90{
  background-color: rgb(241 245 249 / 0.9);
}

.bg-slate-100\/95{
  background-color: rgb(241 245 249 / 0.95);
}

.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-slate-200\/0{
  background-color: rgb(226 232 240 / 0);
}

.bg-slate-200\/10{
  background-color: rgb(226 232 240 / 0.1);
}

.bg-slate-200\/100{
  background-color: rgb(226 232 240 / 1);
}

.bg-slate-200\/20{
  background-color: rgb(226 232 240 / 0.2);
}

.bg-slate-200\/25{
  background-color: rgb(226 232 240 / 0.25);
}

.bg-slate-200\/30{
  background-color: rgb(226 232 240 / 0.3);
}

.bg-slate-200\/40{
  background-color: rgb(226 232 240 / 0.4);
}

.bg-slate-200\/5{
  background-color: rgb(226 232 240 / 0.05);
}

.bg-slate-200\/50{
  background-color: rgb(226 232 240 / 0.5);
}

.bg-slate-200\/60{
  background-color: rgb(226 232 240 / 0.6);
}

.bg-slate-200\/70{
  background-color: rgb(226 232 240 / 0.7);
}

.bg-slate-200\/75{
  background-color: rgb(226 232 240 / 0.75);
}

.bg-slate-200\/80{
  background-color: rgb(226 232 240 / 0.8);
}

.bg-slate-200\/90{
  background-color: rgb(226 232 240 / 0.9);
}

.bg-slate-200\/95{
  background-color: rgb(226 232 240 / 0.95);
}

.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.bg-slate-300\/0{
  background-color: rgb(203 213 225 / 0);
}

.bg-slate-300\/10{
  background-color: rgb(203 213 225 / 0.1);
}

.bg-slate-300\/100{
  background-color: rgb(203 213 225 / 1);
}

.bg-slate-300\/20{
  background-color: rgb(203 213 225 / 0.2);
}

.bg-slate-300\/25{
  background-color: rgb(203 213 225 / 0.25);
}

.bg-slate-300\/30{
  background-color: rgb(203 213 225 / 0.3);
}

.bg-slate-300\/40{
  background-color: rgb(203 213 225 / 0.4);
}

.bg-slate-300\/5{
  background-color: rgb(203 213 225 / 0.05);
}

.bg-slate-300\/50{
  background-color: rgb(203 213 225 / 0.5);
}

.bg-slate-300\/60{
  background-color: rgb(203 213 225 / 0.6);
}

.bg-slate-300\/70{
  background-color: rgb(203 213 225 / 0.7);
}

.bg-slate-300\/75{
  background-color: rgb(203 213 225 / 0.75);
}

.bg-slate-300\/80{
  background-color: rgb(203 213 225 / 0.8);
}

.bg-slate-300\/90{
  background-color: rgb(203 213 225 / 0.9);
}

.bg-slate-300\/95{
  background-color: rgb(203 213 225 / 0.95);
}

.bg-slate-400{
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.bg-slate-400\/0{
  background-color: rgb(148 163 184 / 0);
}

.bg-slate-400\/10{
  background-color: rgb(148 163 184 / 0.1);
}

.bg-slate-400\/100{
  background-color: rgb(148 163 184 / 1);
}

.bg-slate-400\/20{
  background-color: rgb(148 163 184 / 0.2);
}

.bg-slate-400\/25{
  background-color: rgb(148 163 184 / 0.25);
}

.bg-slate-400\/30{
  background-color: rgb(148 163 184 / 0.3);
}

.bg-slate-400\/40{
  background-color: rgb(148 163 184 / 0.4);
}

.bg-slate-400\/5{
  background-color: rgb(148 163 184 / 0.05);
}

.bg-slate-400\/50{
  background-color: rgb(148 163 184 / 0.5);
}

.bg-slate-400\/60{
  background-color: rgb(148 163 184 / 0.6);
}

.bg-slate-400\/70{
  background-color: rgb(148 163 184 / 0.7);
}

.bg-slate-400\/75{
  background-color: rgb(148 163 184 / 0.75);
}

.bg-slate-400\/80{
  background-color: rgb(148 163 184 / 0.8);
}

.bg-slate-400\/90{
  background-color: rgb(148 163 184 / 0.9);
}

.bg-slate-400\/95{
  background-color: rgb(148 163 184 / 0.95);
}

.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-slate-50\/0{
  background-color: rgb(248 250 252 / 0);
}

.bg-slate-50\/10{
  background-color: rgb(248 250 252 / 0.1);
}

.bg-slate-50\/100{
  background-color: rgb(248 250 252 / 1);
}

.bg-slate-50\/20{
  background-color: rgb(248 250 252 / 0.2);
}

.bg-slate-50\/25{
  background-color: rgb(248 250 252 / 0.25);
}

.bg-slate-50\/30{
  background-color: rgb(248 250 252 / 0.3);
}

.bg-slate-50\/40{
  background-color: rgb(248 250 252 / 0.4);
}

.bg-slate-50\/5{
  background-color: rgb(248 250 252 / 0.05);
}

.bg-slate-50\/50{
  background-color: rgb(248 250 252 / 0.5);
}

.bg-slate-50\/60{
  background-color: rgb(248 250 252 / 0.6);
}

.bg-slate-50\/70{
  background-color: rgb(248 250 252 / 0.7);
}

.bg-slate-50\/75{
  background-color: rgb(248 250 252 / 0.75);
}

.bg-slate-50\/80{
  background-color: rgb(248 250 252 / 0.8);
}

.bg-slate-50\/90{
  background-color: rgb(248 250 252 / 0.9);
}

.bg-slate-50\/95{
  background-color: rgb(248 250 252 / 0.95);
}

.bg-slate-500{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.bg-slate-500\/0{
  background-color: rgb(100 116 139 / 0);
}

.bg-slate-500\/10{
  background-color: rgb(100 116 139 / 0.1);
}

.bg-slate-500\/100{
  background-color: rgb(100 116 139 / 1);
}

.bg-slate-500\/20{
  background-color: rgb(100 116 139 / 0.2);
}

.bg-slate-500\/25{
  background-color: rgb(100 116 139 / 0.25);
}

.bg-slate-500\/30{
  background-color: rgb(100 116 139 / 0.3);
}

.bg-slate-500\/40{
  background-color: rgb(100 116 139 / 0.4);
}

.bg-slate-500\/5{
  background-color: rgb(100 116 139 / 0.05);
}

.bg-slate-500\/50{
  background-color: rgb(100 116 139 / 0.5);
}

.bg-slate-500\/60{
  background-color: rgb(100 116 139 / 0.6);
}

.bg-slate-500\/70{
  background-color: rgb(100 116 139 / 0.7);
}

.bg-slate-500\/75{
  background-color: rgb(100 116 139 / 0.75);
}

.bg-slate-500\/80{
  background-color: rgb(100 116 139 / 0.8);
}

.bg-slate-500\/90{
  background-color: rgb(100 116 139 / 0.9);
}

.bg-slate-500\/95{
  background-color: rgb(100 116 139 / 0.95);
}

.bg-slate-600{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

.bg-slate-600\/0{
  background-color: rgb(71 85 105 / 0);
}

.bg-slate-600\/10{
  background-color: rgb(71 85 105 / 0.1);
}

.bg-slate-600\/100{
  background-color: rgb(71 85 105 / 1);
}

.bg-slate-600\/20{
  background-color: rgb(71 85 105 / 0.2);
}

.bg-slate-600\/25{
  background-color: rgb(71 85 105 / 0.25);
}

.bg-slate-600\/30{
  background-color: rgb(71 85 105 / 0.3);
}

.bg-slate-600\/40{
  background-color: rgb(71 85 105 / 0.4);
}

.bg-slate-600\/5{
  background-color: rgb(71 85 105 / 0.05);
}

.bg-slate-600\/50{
  background-color: rgb(71 85 105 / 0.5);
}

.bg-slate-600\/60{
  background-color: rgb(71 85 105 / 0.6);
}

.bg-slate-600\/70{
  background-color: rgb(71 85 105 / 0.7);
}

.bg-slate-600\/75{
  background-color: rgb(71 85 105 / 0.75);
}

.bg-slate-600\/80{
  background-color: rgb(71 85 105 / 0.8);
}

.bg-slate-600\/90{
  background-color: rgb(71 85 105 / 0.9);
}

.bg-slate-600\/95{
  background-color: rgb(71 85 105 / 0.95);
}

.bg-slate-700{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.bg-slate-700\/0{
  background-color: rgb(51 65 85 / 0);
}

.bg-slate-700\/10{
  background-color: rgb(51 65 85 / 0.1);
}

.bg-slate-700\/100{
  background-color: rgb(51 65 85 / 1);
}

.bg-slate-700\/20{
  background-color: rgb(51 65 85 / 0.2);
}

.bg-slate-700\/25{
  background-color: rgb(51 65 85 / 0.25);
}

.bg-slate-700\/30{
  background-color: rgb(51 65 85 / 0.3);
}

.bg-slate-700\/40{
  background-color: rgb(51 65 85 / 0.4);
}

.bg-slate-700\/5{
  background-color: rgb(51 65 85 / 0.05);
}

.bg-slate-700\/50{
  background-color: rgb(51 65 85 / 0.5);
}

.bg-slate-700\/60{
  background-color: rgb(51 65 85 / 0.6);
}

.bg-slate-700\/70{
  background-color: rgb(51 65 85 / 0.7);
}

.bg-slate-700\/75{
  background-color: rgb(51 65 85 / 0.75);
}

.bg-slate-700\/80{
  background-color: rgb(51 65 85 / 0.8);
}

.bg-slate-700\/90{
  background-color: rgb(51 65 85 / 0.9);
}

.bg-slate-700\/95{
  background-color: rgb(51 65 85 / 0.95);
}

.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.bg-slate-800\/0{
  background-color: rgb(30 41 59 / 0);
}

.bg-slate-800\/10{
  background-color: rgb(30 41 59 / 0.1);
}

.bg-slate-800\/100{
  background-color: rgb(30 41 59 / 1);
}

.bg-slate-800\/20{
  background-color: rgb(30 41 59 / 0.2);
}

.bg-slate-800\/25{
  background-color: rgb(30 41 59 / 0.25);
}

.bg-slate-800\/30{
  background-color: rgb(30 41 59 / 0.3);
}

.bg-slate-800\/40{
  background-color: rgb(30 41 59 / 0.4);
}

.bg-slate-800\/5{
  background-color: rgb(30 41 59 / 0.05);
}

.bg-slate-800\/50{
  background-color: rgb(30 41 59 / 0.5);
}

.bg-slate-800\/60{
  background-color: rgb(30 41 59 / 0.6);
}

.bg-slate-800\/70{
  background-color: rgb(30 41 59 / 0.7);
}

.bg-slate-800\/75{
  background-color: rgb(30 41 59 / 0.75);
}

.bg-slate-800\/80{
  background-color: rgb(30 41 59 / 0.8);
}

.bg-slate-800\/90{
  background-color: rgb(30 41 59 / 0.9);
}

.bg-slate-800\/95{
  background-color: rgb(30 41 59 / 0.95);
}

.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.bg-slate-900\/0{
  background-color: rgb(15 23 42 / 0);
}

.bg-slate-900\/10{
  background-color: rgb(15 23 42 / 0.1);
}

.bg-slate-900\/100{
  background-color: rgb(15 23 42 / 1);
}

.bg-slate-900\/20{
  background-color: rgb(15 23 42 / 0.2);
}

.bg-slate-900\/25{
  background-color: rgb(15 23 42 / 0.25);
}

.bg-slate-900\/30{
  background-color: rgb(15 23 42 / 0.3);
}

.bg-slate-900\/40{
  background-color: rgb(15 23 42 / 0.4);
}

.bg-slate-900\/5{
  background-color: rgb(15 23 42 / 0.05);
}

.bg-slate-900\/50{
  background-color: rgb(15 23 42 / 0.5);
}

.bg-slate-900\/60{
  background-color: rgb(15 23 42 / 0.6);
}

.bg-slate-900\/70{
  background-color: rgb(15 23 42 / 0.7);
}

.bg-slate-900\/75{
  background-color: rgb(15 23 42 / 0.75);
}

.bg-slate-900\/80{
  background-color: rgb(15 23 42 / 0.8);
}

.bg-slate-900\/90{
  background-color: rgb(15 23 42 / 0.9);
}

.bg-slate-900\/95{
  background-color: rgb(15 23 42 / 0.95);
}

.bg-stone-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}

.bg-stone-100\/0{
  background-color: rgb(245 245 244 / 0);
}

.bg-stone-100\/10{
  background-color: rgb(245 245 244 / 0.1);
}

.bg-stone-100\/100{
  background-color: rgb(245 245 244 / 1);
}

.bg-stone-100\/20{
  background-color: rgb(245 245 244 / 0.2);
}

.bg-stone-100\/25{
  background-color: rgb(245 245 244 / 0.25);
}

.bg-stone-100\/30{
  background-color: rgb(245 245 244 / 0.3);
}

.bg-stone-100\/40{
  background-color: rgb(245 245 244 / 0.4);
}

.bg-stone-100\/5{
  background-color: rgb(245 245 244 / 0.05);
}

.bg-stone-100\/50{
  background-color: rgb(245 245 244 / 0.5);
}

.bg-stone-100\/60{
  background-color: rgb(245 245 244 / 0.6);
}

.bg-stone-100\/70{
  background-color: rgb(245 245 244 / 0.7);
}

.bg-stone-100\/75{
  background-color: rgb(245 245 244 / 0.75);
}

.bg-stone-100\/80{
  background-color: rgb(245 245 244 / 0.8);
}

.bg-stone-100\/90{
  background-color: rgb(245 245 244 / 0.9);
}

.bg-stone-100\/95{
  background-color: rgb(245 245 244 / 0.95);
}

.bg-stone-200{
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}

.bg-stone-200\/0{
  background-color: rgb(231 229 228 / 0);
}

.bg-stone-200\/10{
  background-color: rgb(231 229 228 / 0.1);
}

.bg-stone-200\/100{
  background-color: rgb(231 229 228 / 1);
}

.bg-stone-200\/20{
  background-color: rgb(231 229 228 / 0.2);
}

.bg-stone-200\/25{
  background-color: rgb(231 229 228 / 0.25);
}

.bg-stone-200\/30{
  background-color: rgb(231 229 228 / 0.3);
}

.bg-stone-200\/40{
  background-color: rgb(231 229 228 / 0.4);
}

.bg-stone-200\/5{
  background-color: rgb(231 229 228 / 0.05);
}

.bg-stone-200\/50{
  background-color: rgb(231 229 228 / 0.5);
}

.bg-stone-200\/60{
  background-color: rgb(231 229 228 / 0.6);
}

.bg-stone-200\/70{
  background-color: rgb(231 229 228 / 0.7);
}

.bg-stone-200\/75{
  background-color: rgb(231 229 228 / 0.75);
}

.bg-stone-200\/80{
  background-color: rgb(231 229 228 / 0.8);
}

.bg-stone-200\/90{
  background-color: rgb(231 229 228 / 0.9);
}

.bg-stone-200\/95{
  background-color: rgb(231 229 228 / 0.95);
}

.bg-stone-300{
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}

.bg-stone-300\/0{
  background-color: rgb(214 211 209 / 0);
}

.bg-stone-300\/10{
  background-color: rgb(214 211 209 / 0.1);
}

.bg-stone-300\/100{
  background-color: rgb(214 211 209 / 1);
}

.bg-stone-300\/20{
  background-color: rgb(214 211 209 / 0.2);
}

.bg-stone-300\/25{
  background-color: rgb(214 211 209 / 0.25);
}

.bg-stone-300\/30{
  background-color: rgb(214 211 209 / 0.3);
}

.bg-stone-300\/40{
  background-color: rgb(214 211 209 / 0.4);
}

.bg-stone-300\/5{
  background-color: rgb(214 211 209 / 0.05);
}

.bg-stone-300\/50{
  background-color: rgb(214 211 209 / 0.5);
}

.bg-stone-300\/60{
  background-color: rgb(214 211 209 / 0.6);
}

.bg-stone-300\/70{
  background-color: rgb(214 211 209 / 0.7);
}

.bg-stone-300\/75{
  background-color: rgb(214 211 209 / 0.75);
}

.bg-stone-300\/80{
  background-color: rgb(214 211 209 / 0.8);
}

.bg-stone-300\/90{
  background-color: rgb(214 211 209 / 0.9);
}

.bg-stone-300\/95{
  background-color: rgb(214 211 209 / 0.95);
}

.bg-stone-400{
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}

.bg-stone-400\/0{
  background-color: rgb(168 162 158 / 0);
}

.bg-stone-400\/10{
  background-color: rgb(168 162 158 / 0.1);
}

.bg-stone-400\/100{
  background-color: rgb(168 162 158 / 1);
}

.bg-stone-400\/20{
  background-color: rgb(168 162 158 / 0.2);
}

.bg-stone-400\/25{
  background-color: rgb(168 162 158 / 0.25);
}

.bg-stone-400\/30{
  background-color: rgb(168 162 158 / 0.3);
}

.bg-stone-400\/40{
  background-color: rgb(168 162 158 / 0.4);
}

.bg-stone-400\/5{
  background-color: rgb(168 162 158 / 0.05);
}

.bg-stone-400\/50{
  background-color: rgb(168 162 158 / 0.5);
}

.bg-stone-400\/60{
  background-color: rgb(168 162 158 / 0.6);
}

.bg-stone-400\/70{
  background-color: rgb(168 162 158 / 0.7);
}

.bg-stone-400\/75{
  background-color: rgb(168 162 158 / 0.75);
}

.bg-stone-400\/80{
  background-color: rgb(168 162 158 / 0.8);
}

.bg-stone-400\/90{
  background-color: rgb(168 162 158 / 0.9);
}

.bg-stone-400\/95{
  background-color: rgb(168 162 158 / 0.95);
}

.bg-stone-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}

.bg-stone-50\/0{
  background-color: rgb(250 250 249 / 0);
}

.bg-stone-50\/10{
  background-color: rgb(250 250 249 / 0.1);
}

.bg-stone-50\/100{
  background-color: rgb(250 250 249 / 1);
}

.bg-stone-50\/20{
  background-color: rgb(250 250 249 / 0.2);
}

.bg-stone-50\/25{
  background-color: rgb(250 250 249 / 0.25);
}

.bg-stone-50\/30{
  background-color: rgb(250 250 249 / 0.3);
}

.bg-stone-50\/40{
  background-color: rgb(250 250 249 / 0.4);
}

.bg-stone-50\/5{
  background-color: rgb(250 250 249 / 0.05);
}

.bg-stone-50\/50{
  background-color: rgb(250 250 249 / 0.5);
}

.bg-stone-50\/60{
  background-color: rgb(250 250 249 / 0.6);
}

.bg-stone-50\/70{
  background-color: rgb(250 250 249 / 0.7);
}

.bg-stone-50\/75{
  background-color: rgb(250 250 249 / 0.75);
}

.bg-stone-50\/80{
  background-color: rgb(250 250 249 / 0.8);
}

.bg-stone-50\/90{
  background-color: rgb(250 250 249 / 0.9);
}

.bg-stone-50\/95{
  background-color: rgb(250 250 249 / 0.95);
}

.bg-stone-500{
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}

.bg-stone-500\/0{
  background-color: rgb(120 113 108 / 0);
}

.bg-stone-500\/10{
  background-color: rgb(120 113 108 / 0.1);
}

.bg-stone-500\/100{
  background-color: rgb(120 113 108 / 1);
}

.bg-stone-500\/20{
  background-color: rgb(120 113 108 / 0.2);
}

.bg-stone-500\/25{
  background-color: rgb(120 113 108 / 0.25);
}

.bg-stone-500\/30{
  background-color: rgb(120 113 108 / 0.3);
}

.bg-stone-500\/40{
  background-color: rgb(120 113 108 / 0.4);
}

.bg-stone-500\/5{
  background-color: rgb(120 113 108 / 0.05);
}

.bg-stone-500\/50{
  background-color: rgb(120 113 108 / 0.5);
}

.bg-stone-500\/60{
  background-color: rgb(120 113 108 / 0.6);
}

.bg-stone-500\/70{
  background-color: rgb(120 113 108 / 0.7);
}

.bg-stone-500\/75{
  background-color: rgb(120 113 108 / 0.75);
}

.bg-stone-500\/80{
  background-color: rgb(120 113 108 / 0.8);
}

.bg-stone-500\/90{
  background-color: rgb(120 113 108 / 0.9);
}

.bg-stone-500\/95{
  background-color: rgb(120 113 108 / 0.95);
}

.bg-stone-600{
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}

.bg-stone-600\/0{
  background-color: rgb(87 83 78 / 0);
}

.bg-stone-600\/10{
  background-color: rgb(87 83 78 / 0.1);
}

.bg-stone-600\/100{
  background-color: rgb(87 83 78 / 1);
}

.bg-stone-600\/20{
  background-color: rgb(87 83 78 / 0.2);
}

.bg-stone-600\/25{
  background-color: rgb(87 83 78 / 0.25);
}

.bg-stone-600\/30{
  background-color: rgb(87 83 78 / 0.3);
}

.bg-stone-600\/40{
  background-color: rgb(87 83 78 / 0.4);
}

.bg-stone-600\/5{
  background-color: rgb(87 83 78 / 0.05);
}

.bg-stone-600\/50{
  background-color: rgb(87 83 78 / 0.5);
}

.bg-stone-600\/60{
  background-color: rgb(87 83 78 / 0.6);
}

.bg-stone-600\/70{
  background-color: rgb(87 83 78 / 0.7);
}

.bg-stone-600\/75{
  background-color: rgb(87 83 78 / 0.75);
}

.bg-stone-600\/80{
  background-color: rgb(87 83 78 / 0.8);
}

.bg-stone-600\/90{
  background-color: rgb(87 83 78 / 0.9);
}

.bg-stone-600\/95{
  background-color: rgb(87 83 78 / 0.95);
}

.bg-stone-700{
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}

.bg-stone-700\/0{
  background-color: rgb(68 64 60 / 0);
}

.bg-stone-700\/10{
  background-color: rgb(68 64 60 / 0.1);
}

.bg-stone-700\/100{
  background-color: rgb(68 64 60 / 1);
}

.bg-stone-700\/20{
  background-color: rgb(68 64 60 / 0.2);
}

.bg-stone-700\/25{
  background-color: rgb(68 64 60 / 0.25);
}

.bg-stone-700\/30{
  background-color: rgb(68 64 60 / 0.3);
}

.bg-stone-700\/40{
  background-color: rgb(68 64 60 / 0.4);
}

.bg-stone-700\/5{
  background-color: rgb(68 64 60 / 0.05);
}

.bg-stone-700\/50{
  background-color: rgb(68 64 60 / 0.5);
}

.bg-stone-700\/60{
  background-color: rgb(68 64 60 / 0.6);
}

.bg-stone-700\/70{
  background-color: rgb(68 64 60 / 0.7);
}

.bg-stone-700\/75{
  background-color: rgb(68 64 60 / 0.75);
}

.bg-stone-700\/80{
  background-color: rgb(68 64 60 / 0.8);
}

.bg-stone-700\/90{
  background-color: rgb(68 64 60 / 0.9);
}

.bg-stone-700\/95{
  background-color: rgb(68 64 60 / 0.95);
}

.bg-stone-800{
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}

.bg-stone-800\/0{
  background-color: rgb(41 37 36 / 0);
}

.bg-stone-800\/10{
  background-color: rgb(41 37 36 / 0.1);
}

.bg-stone-800\/100{
  background-color: rgb(41 37 36 / 1);
}

.bg-stone-800\/20{
  background-color: rgb(41 37 36 / 0.2);
}

.bg-stone-800\/25{
  background-color: rgb(41 37 36 / 0.25);
}

.bg-stone-800\/30{
  background-color: rgb(41 37 36 / 0.3);
}

.bg-stone-800\/40{
  background-color: rgb(41 37 36 / 0.4);
}

.bg-stone-800\/5{
  background-color: rgb(41 37 36 / 0.05);
}

.bg-stone-800\/50{
  background-color: rgb(41 37 36 / 0.5);
}

.bg-stone-800\/60{
  background-color: rgb(41 37 36 / 0.6);
}

.bg-stone-800\/70{
  background-color: rgb(41 37 36 / 0.7);
}

.bg-stone-800\/75{
  background-color: rgb(41 37 36 / 0.75);
}

.bg-stone-800\/80{
  background-color: rgb(41 37 36 / 0.8);
}

.bg-stone-800\/90{
  background-color: rgb(41 37 36 / 0.9);
}

.bg-stone-800\/95{
  background-color: rgb(41 37 36 / 0.95);
}

.bg-stone-900{
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}

.bg-stone-900\/0{
  background-color: rgb(28 25 23 / 0);
}

.bg-stone-900\/10{
  background-color: rgb(28 25 23 / 0.1);
}

.bg-stone-900\/100{
  background-color: rgb(28 25 23 / 1);
}

.bg-stone-900\/20{
  background-color: rgb(28 25 23 / 0.2);
}

.bg-stone-900\/25{
  background-color: rgb(28 25 23 / 0.25);
}

.bg-stone-900\/30{
  background-color: rgb(28 25 23 / 0.3);
}

.bg-stone-900\/40{
  background-color: rgb(28 25 23 / 0.4);
}

.bg-stone-900\/5{
  background-color: rgb(28 25 23 / 0.05);
}

.bg-stone-900\/50{
  background-color: rgb(28 25 23 / 0.5);
}

.bg-stone-900\/60{
  background-color: rgb(28 25 23 / 0.6);
}

.bg-stone-900\/70{
  background-color: rgb(28 25 23 / 0.7);
}

.bg-stone-900\/75{
  background-color: rgb(28 25 23 / 0.75);
}

.bg-stone-900\/80{
  background-color: rgb(28 25 23 / 0.8);
}

.bg-stone-900\/90{
  background-color: rgb(28 25 23 / 0.9);
}

.bg-stone-900\/95{
  background-color: rgb(28 25 23 / 0.95);
}

.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}

.bg-teal-100\/0{
  background-color: rgb(204 251 241 / 0);
}

.bg-teal-100\/10{
  background-color: rgb(204 251 241 / 0.1);
}

.bg-teal-100\/100{
  background-color: rgb(204 251 241 / 1);
}

.bg-teal-100\/20{
  background-color: rgb(204 251 241 / 0.2);
}

.bg-teal-100\/25{
  background-color: rgb(204 251 241 / 0.25);
}

.bg-teal-100\/30{
  background-color: rgb(204 251 241 / 0.3);
}

.bg-teal-100\/40{
  background-color: rgb(204 251 241 / 0.4);
}

.bg-teal-100\/5{
  background-color: rgb(204 251 241 / 0.05);
}

.bg-teal-100\/50{
  background-color: rgb(204 251 241 / 0.5);
}

.bg-teal-100\/60{
  background-color: rgb(204 251 241 / 0.6);
}

.bg-teal-100\/70{
  background-color: rgb(204 251 241 / 0.7);
}

.bg-teal-100\/75{
  background-color: rgb(204 251 241 / 0.75);
}

.bg-teal-100\/80{
  background-color: rgb(204 251 241 / 0.8);
}

.bg-teal-100\/90{
  background-color: rgb(204 251 241 / 0.9);
}

.bg-teal-100\/95{
  background-color: rgb(204 251 241 / 0.95);
}

.bg-teal-200{
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}

.bg-teal-200\/0{
  background-color: rgb(153 246 228 / 0);
}

.bg-teal-200\/10{
  background-color: rgb(153 246 228 / 0.1);
}

.bg-teal-200\/100{
  background-color: rgb(153 246 228 / 1);
}

.bg-teal-200\/20{
  background-color: rgb(153 246 228 / 0.2);
}

.bg-teal-200\/25{
  background-color: rgb(153 246 228 / 0.25);
}

.bg-teal-200\/30{
  background-color: rgb(153 246 228 / 0.3);
}

.bg-teal-200\/40{
  background-color: rgb(153 246 228 / 0.4);
}

.bg-teal-200\/5{
  background-color: rgb(153 246 228 / 0.05);
}

.bg-teal-200\/50{
  background-color: rgb(153 246 228 / 0.5);
}

.bg-teal-200\/60{
  background-color: rgb(153 246 228 / 0.6);
}

.bg-teal-200\/70{
  background-color: rgb(153 246 228 / 0.7);
}

.bg-teal-200\/75{
  background-color: rgb(153 246 228 / 0.75);
}

.bg-teal-200\/80{
  background-color: rgb(153 246 228 / 0.8);
}

.bg-teal-200\/90{
  background-color: rgb(153 246 228 / 0.9);
}

.bg-teal-200\/95{
  background-color: rgb(153 246 228 / 0.95);
}

.bg-teal-300{
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}

.bg-teal-300\/0{
  background-color: rgb(94 234 212 / 0);
}

.bg-teal-300\/10{
  background-color: rgb(94 234 212 / 0.1);
}

.bg-teal-300\/100{
  background-color: rgb(94 234 212 / 1);
}

.bg-teal-300\/20{
  background-color: rgb(94 234 212 / 0.2);
}

.bg-teal-300\/25{
  background-color: rgb(94 234 212 / 0.25);
}

.bg-teal-300\/30{
  background-color: rgb(94 234 212 / 0.3);
}

.bg-teal-300\/40{
  background-color: rgb(94 234 212 / 0.4);
}

.bg-teal-300\/5{
  background-color: rgb(94 234 212 / 0.05);
}

.bg-teal-300\/50{
  background-color: rgb(94 234 212 / 0.5);
}

.bg-teal-300\/60{
  background-color: rgb(94 234 212 / 0.6);
}

.bg-teal-300\/70{
  background-color: rgb(94 234 212 / 0.7);
}

.bg-teal-300\/75{
  background-color: rgb(94 234 212 / 0.75);
}

.bg-teal-300\/80{
  background-color: rgb(94 234 212 / 0.8);
}

.bg-teal-300\/90{
  background-color: rgb(94 234 212 / 0.9);
}

.bg-teal-300\/95{
  background-color: rgb(94 234 212 / 0.95);
}

.bg-teal-400{
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}

.bg-teal-400\/0{
  background-color: rgb(45 212 191 / 0);
}

.bg-teal-400\/10{
  background-color: rgb(45 212 191 / 0.1);
}

.bg-teal-400\/100{
  background-color: rgb(45 212 191 / 1);
}

.bg-teal-400\/20{
  background-color: rgb(45 212 191 / 0.2);
}

.bg-teal-400\/25{
  background-color: rgb(45 212 191 / 0.25);
}

.bg-teal-400\/30{
  background-color: rgb(45 212 191 / 0.3);
}

.bg-teal-400\/40{
  background-color: rgb(45 212 191 / 0.4);
}

.bg-teal-400\/5{
  background-color: rgb(45 212 191 / 0.05);
}

.bg-teal-400\/50{
  background-color: rgb(45 212 191 / 0.5);
}

.bg-teal-400\/60{
  background-color: rgb(45 212 191 / 0.6);
}

.bg-teal-400\/70{
  background-color: rgb(45 212 191 / 0.7);
}

.bg-teal-400\/75{
  background-color: rgb(45 212 191 / 0.75);
}

.bg-teal-400\/80{
  background-color: rgb(45 212 191 / 0.8);
}

.bg-teal-400\/90{
  background-color: rgb(45 212 191 / 0.9);
}

.bg-teal-400\/95{
  background-color: rgb(45 212 191 / 0.95);
}

.bg-teal-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}

.bg-teal-50\/0{
  background-color: rgb(240 253 250 / 0);
}

.bg-teal-50\/10{
  background-color: rgb(240 253 250 / 0.1);
}

.bg-teal-50\/100{
  background-color: rgb(240 253 250 / 1);
}

.bg-teal-50\/20{
  background-color: rgb(240 253 250 / 0.2);
}

.bg-teal-50\/25{
  background-color: rgb(240 253 250 / 0.25);
}

.bg-teal-50\/30{
  background-color: rgb(240 253 250 / 0.3);
}

.bg-teal-50\/40{
  background-color: rgb(240 253 250 / 0.4);
}

.bg-teal-50\/5{
  background-color: rgb(240 253 250 / 0.05);
}

.bg-teal-50\/50{
  background-color: rgb(240 253 250 / 0.5);
}

.bg-teal-50\/60{
  background-color: rgb(240 253 250 / 0.6);
}

.bg-teal-50\/70{
  background-color: rgb(240 253 250 / 0.7);
}

.bg-teal-50\/75{
  background-color: rgb(240 253 250 / 0.75);
}

.bg-teal-50\/80{
  background-color: rgb(240 253 250 / 0.8);
}

.bg-teal-50\/90{
  background-color: rgb(240 253 250 / 0.9);
}

.bg-teal-50\/95{
  background-color: rgb(240 253 250 / 0.95);
}

.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}

.bg-teal-500\/0{
  background-color: rgb(20 184 166 / 0);
}

.bg-teal-500\/10{
  background-color: rgb(20 184 166 / 0.1);
}

.bg-teal-500\/100{
  background-color: rgb(20 184 166 / 1);
}

.bg-teal-500\/20{
  background-color: rgb(20 184 166 / 0.2);
}

.bg-teal-500\/25{
  background-color: rgb(20 184 166 / 0.25);
}

.bg-teal-500\/30{
  background-color: rgb(20 184 166 / 0.3);
}

.bg-teal-500\/40{
  background-color: rgb(20 184 166 / 0.4);
}

.bg-teal-500\/5{
  background-color: rgb(20 184 166 / 0.05);
}

.bg-teal-500\/50{
  background-color: rgb(20 184 166 / 0.5);
}

.bg-teal-500\/60{
  background-color: rgb(20 184 166 / 0.6);
}

.bg-teal-500\/70{
  background-color: rgb(20 184 166 / 0.7);
}

.bg-teal-500\/75{
  background-color: rgb(20 184 166 / 0.75);
}

.bg-teal-500\/80{
  background-color: rgb(20 184 166 / 0.8);
}

.bg-teal-500\/90{
  background-color: rgb(20 184 166 / 0.9);
}

.bg-teal-500\/95{
  background-color: rgb(20 184 166 / 0.95);
}

.bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}

.bg-teal-600\/0{
  background-color: rgb(13 148 136 / 0);
}

.bg-teal-600\/10{
  background-color: rgb(13 148 136 / 0.1);
}

.bg-teal-600\/100{
  background-color: rgb(13 148 136 / 1);
}

.bg-teal-600\/20{
  background-color: rgb(13 148 136 / 0.2);
}

.bg-teal-600\/25{
  background-color: rgb(13 148 136 / 0.25);
}

.bg-teal-600\/30{
  background-color: rgb(13 148 136 / 0.3);
}

.bg-teal-600\/40{
  background-color: rgb(13 148 136 / 0.4);
}

.bg-teal-600\/5{
  background-color: rgb(13 148 136 / 0.05);
}

.bg-teal-600\/50{
  background-color: rgb(13 148 136 / 0.5);
}

.bg-teal-600\/60{
  background-color: rgb(13 148 136 / 0.6);
}

.bg-teal-600\/70{
  background-color: rgb(13 148 136 / 0.7);
}

.bg-teal-600\/75{
  background-color: rgb(13 148 136 / 0.75);
}

.bg-teal-600\/80{
  background-color: rgb(13 148 136 / 0.8);
}

.bg-teal-600\/90{
  background-color: rgb(13 148 136 / 0.9);
}

.bg-teal-600\/95{
  background-color: rgb(13 148 136 / 0.95);
}

.bg-teal-700{
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}

.bg-teal-700\/0{
  background-color: rgb(15 118 110 / 0);
}

.bg-teal-700\/10{
  background-color: rgb(15 118 110 / 0.1);
}

.bg-teal-700\/100{
  background-color: rgb(15 118 110 / 1);
}

.bg-teal-700\/20{
  background-color: rgb(15 118 110 / 0.2);
}

.bg-teal-700\/25{
  background-color: rgb(15 118 110 / 0.25);
}

.bg-teal-700\/30{
  background-color: rgb(15 118 110 / 0.3);
}

.bg-teal-700\/40{
  background-color: rgb(15 118 110 / 0.4);
}

.bg-teal-700\/5{
  background-color: rgb(15 118 110 / 0.05);
}

.bg-teal-700\/50{
  background-color: rgb(15 118 110 / 0.5);
}

.bg-teal-700\/60{
  background-color: rgb(15 118 110 / 0.6);
}

.bg-teal-700\/70{
  background-color: rgb(15 118 110 / 0.7);
}

.bg-teal-700\/75{
  background-color: rgb(15 118 110 / 0.75);
}

.bg-teal-700\/80{
  background-color: rgb(15 118 110 / 0.8);
}

.bg-teal-700\/90{
  background-color: rgb(15 118 110 / 0.9);
}

.bg-teal-700\/95{
  background-color: rgb(15 118 110 / 0.95);
}

.bg-teal-800{
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}

.bg-teal-800\/0{
  background-color: rgb(17 94 89 / 0);
}

.bg-teal-800\/10{
  background-color: rgb(17 94 89 / 0.1);
}

.bg-teal-800\/100{
  background-color: rgb(17 94 89 / 1);
}

.bg-teal-800\/20{
  background-color: rgb(17 94 89 / 0.2);
}

.bg-teal-800\/25{
  background-color: rgb(17 94 89 / 0.25);
}

.bg-teal-800\/30{
  background-color: rgb(17 94 89 / 0.3);
}

.bg-teal-800\/40{
  background-color: rgb(17 94 89 / 0.4);
}

.bg-teal-800\/5{
  background-color: rgb(17 94 89 / 0.05);
}

.bg-teal-800\/50{
  background-color: rgb(17 94 89 / 0.5);
}

.bg-teal-800\/60{
  background-color: rgb(17 94 89 / 0.6);
}

.bg-teal-800\/70{
  background-color: rgb(17 94 89 / 0.7);
}

.bg-teal-800\/75{
  background-color: rgb(17 94 89 / 0.75);
}

.bg-teal-800\/80{
  background-color: rgb(17 94 89 / 0.8);
}

.bg-teal-800\/90{
  background-color: rgb(17 94 89 / 0.9);
}

.bg-teal-800\/95{
  background-color: rgb(17 94 89 / 0.95);
}

.bg-teal-900{
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}

.bg-teal-900\/0{
  background-color: rgb(19 78 74 / 0);
}

.bg-teal-900\/10{
  background-color: rgb(19 78 74 / 0.1);
}

.bg-teal-900\/100{
  background-color: rgb(19 78 74 / 1);
}

.bg-teal-900\/20{
  background-color: rgb(19 78 74 / 0.2);
}

.bg-teal-900\/25{
  background-color: rgb(19 78 74 / 0.25);
}

.bg-teal-900\/30{
  background-color: rgb(19 78 74 / 0.3);
}

.bg-teal-900\/40{
  background-color: rgb(19 78 74 / 0.4);
}

.bg-teal-900\/5{
  background-color: rgb(19 78 74 / 0.05);
}

.bg-teal-900\/50{
  background-color: rgb(19 78 74 / 0.5);
}

.bg-teal-900\/60{
  background-color: rgb(19 78 74 / 0.6);
}

.bg-teal-900\/70{
  background-color: rgb(19 78 74 / 0.7);
}

.bg-teal-900\/75{
  background-color: rgb(19 78 74 / 0.75);
}

.bg-teal-900\/80{
  background-color: rgb(19 78 74 / 0.8);
}

.bg-teal-900\/90{
  background-color: rgb(19 78 74 / 0.9);
}

.bg-teal-900\/95{
  background-color: rgb(19 78 74 / 0.95);
}

.bg-transparent{
  background-color: transparent;
}

.bg-violet-100{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}

.bg-violet-100\/0{
  background-color: rgb(237 233 254 / 0);
}

.bg-violet-100\/10{
  background-color: rgb(237 233 254 / 0.1);
}

.bg-violet-100\/100{
  background-color: rgb(237 233 254 / 1);
}

.bg-violet-100\/20{
  background-color: rgb(237 233 254 / 0.2);
}

.bg-violet-100\/25{
  background-color: rgb(237 233 254 / 0.25);
}

.bg-violet-100\/30{
  background-color: rgb(237 233 254 / 0.3);
}

.bg-violet-100\/40{
  background-color: rgb(237 233 254 / 0.4);
}

.bg-violet-100\/5{
  background-color: rgb(237 233 254 / 0.05);
}

.bg-violet-100\/50{
  background-color: rgb(237 233 254 / 0.5);
}

.bg-violet-100\/60{
  background-color: rgb(237 233 254 / 0.6);
}

.bg-violet-100\/70{
  background-color: rgb(237 233 254 / 0.7);
}

.bg-violet-100\/75{
  background-color: rgb(237 233 254 / 0.75);
}

.bg-violet-100\/80{
  background-color: rgb(237 233 254 / 0.8);
}

.bg-violet-100\/90{
  background-color: rgb(237 233 254 / 0.9);
}

.bg-violet-100\/95{
  background-color: rgb(237 233 254 / 0.95);
}

.bg-violet-200{
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}

.bg-violet-200\/0{
  background-color: rgb(221 214 254 / 0);
}

.bg-violet-200\/10{
  background-color: rgb(221 214 254 / 0.1);
}

.bg-violet-200\/100{
  background-color: rgb(221 214 254 / 1);
}

.bg-violet-200\/20{
  background-color: rgb(221 214 254 / 0.2);
}

.bg-violet-200\/25{
  background-color: rgb(221 214 254 / 0.25);
}

.bg-violet-200\/30{
  background-color: rgb(221 214 254 / 0.3);
}

.bg-violet-200\/40{
  background-color: rgb(221 214 254 / 0.4);
}

.bg-violet-200\/5{
  background-color: rgb(221 214 254 / 0.05);
}

.bg-violet-200\/50{
  background-color: rgb(221 214 254 / 0.5);
}

.bg-violet-200\/60{
  background-color: rgb(221 214 254 / 0.6);
}

.bg-violet-200\/70{
  background-color: rgb(221 214 254 / 0.7);
}

.bg-violet-200\/75{
  background-color: rgb(221 214 254 / 0.75);
}

.bg-violet-200\/80{
  background-color: rgb(221 214 254 / 0.8);
}

.bg-violet-200\/90{
  background-color: rgb(221 214 254 / 0.9);
}

.bg-violet-200\/95{
  background-color: rgb(221 214 254 / 0.95);
}

.bg-violet-300{
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}

.bg-violet-300\/0{
  background-color: rgb(196 181 253 / 0);
}

.bg-violet-300\/10{
  background-color: rgb(196 181 253 / 0.1);
}

.bg-violet-300\/100{
  background-color: rgb(196 181 253 / 1);
}

.bg-violet-300\/20{
  background-color: rgb(196 181 253 / 0.2);
}

.bg-violet-300\/25{
  background-color: rgb(196 181 253 / 0.25);
}

.bg-violet-300\/30{
  background-color: rgb(196 181 253 / 0.3);
}

.bg-violet-300\/40{
  background-color: rgb(196 181 253 / 0.4);
}

.bg-violet-300\/5{
  background-color: rgb(196 181 253 / 0.05);
}

.bg-violet-300\/50{
  background-color: rgb(196 181 253 / 0.5);
}

.bg-violet-300\/60{
  background-color: rgb(196 181 253 / 0.6);
}

.bg-violet-300\/70{
  background-color: rgb(196 181 253 / 0.7);
}

.bg-violet-300\/75{
  background-color: rgb(196 181 253 / 0.75);
}

.bg-violet-300\/80{
  background-color: rgb(196 181 253 / 0.8);
}

.bg-violet-300\/90{
  background-color: rgb(196 181 253 / 0.9);
}

.bg-violet-300\/95{
  background-color: rgb(196 181 253 / 0.95);
}

.bg-violet-400{
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}

.bg-violet-400\/0{
  background-color: rgb(167 139 250 / 0);
}

.bg-violet-400\/10{
  background-color: rgb(167 139 250 / 0.1);
}

.bg-violet-400\/100{
  background-color: rgb(167 139 250 / 1);
}

.bg-violet-400\/20{
  background-color: rgb(167 139 250 / 0.2);
}

.bg-violet-400\/25{
  background-color: rgb(167 139 250 / 0.25);
}

.bg-violet-400\/30{
  background-color: rgb(167 139 250 / 0.3);
}

.bg-violet-400\/40{
  background-color: rgb(167 139 250 / 0.4);
}

.bg-violet-400\/5{
  background-color: rgb(167 139 250 / 0.05);
}

.bg-violet-400\/50{
  background-color: rgb(167 139 250 / 0.5);
}

.bg-violet-400\/60{
  background-color: rgb(167 139 250 / 0.6);
}

.bg-violet-400\/70{
  background-color: rgb(167 139 250 / 0.7);
}

.bg-violet-400\/75{
  background-color: rgb(167 139 250 / 0.75);
}

.bg-violet-400\/80{
  background-color: rgb(167 139 250 / 0.8);
}

.bg-violet-400\/90{
  background-color: rgb(167 139 250 / 0.9);
}

.bg-violet-400\/95{
  background-color: rgb(167 139 250 / 0.95);
}

.bg-violet-50{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}

.bg-violet-50\/0{
  background-color: rgb(245 243 255 / 0);
}

.bg-violet-50\/10{
  background-color: rgb(245 243 255 / 0.1);
}

.bg-violet-50\/100{
  background-color: rgb(245 243 255 / 1);
}

.bg-violet-50\/20{
  background-color: rgb(245 243 255 / 0.2);
}

.bg-violet-50\/25{
  background-color: rgb(245 243 255 / 0.25);
}

.bg-violet-50\/30{
  background-color: rgb(245 243 255 / 0.3);
}

.bg-violet-50\/40{
  background-color: rgb(245 243 255 / 0.4);
}

.bg-violet-50\/5{
  background-color: rgb(245 243 255 / 0.05);
}

.bg-violet-50\/50{
  background-color: rgb(245 243 255 / 0.5);
}

.bg-violet-50\/60{
  background-color: rgb(245 243 255 / 0.6);
}

.bg-violet-50\/70{
  background-color: rgb(245 243 255 / 0.7);
}

.bg-violet-50\/75{
  background-color: rgb(245 243 255 / 0.75);
}

.bg-violet-50\/80{
  background-color: rgb(245 243 255 / 0.8);
}

.bg-violet-50\/90{
  background-color: rgb(245 243 255 / 0.9);
}

.bg-violet-50\/95{
  background-color: rgb(245 243 255 / 0.95);
}

.bg-violet-500{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}

.bg-violet-500\/0{
  background-color: rgb(139 92 246 / 0);
}

.bg-violet-500\/10{
  background-color: rgb(139 92 246 / 0.1);
}

.bg-violet-500\/100{
  background-color: rgb(139 92 246 / 1);
}

.bg-violet-500\/20{
  background-color: rgb(139 92 246 / 0.2);
}

.bg-violet-500\/25{
  background-color: rgb(139 92 246 / 0.25);
}

.bg-violet-500\/30{
  background-color: rgb(139 92 246 / 0.3);
}

.bg-violet-500\/40{
  background-color: rgb(139 92 246 / 0.4);
}

.bg-violet-500\/5{
  background-color: rgb(139 92 246 / 0.05);
}

.bg-violet-500\/50{
  background-color: rgb(139 92 246 / 0.5);
}

.bg-violet-500\/60{
  background-color: rgb(139 92 246 / 0.6);
}

.bg-violet-500\/70{
  background-color: rgb(139 92 246 / 0.7);
}

.bg-violet-500\/75{
  background-color: rgb(139 92 246 / 0.75);
}

.bg-violet-500\/80{
  background-color: rgb(139 92 246 / 0.8);
}

.bg-violet-500\/90{
  background-color: rgb(139 92 246 / 0.9);
}

.bg-violet-500\/95{
  background-color: rgb(139 92 246 / 0.95);
}

.bg-violet-600{
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}

.bg-violet-600\/0{
  background-color: rgb(124 58 237 / 0);
}

.bg-violet-600\/10{
  background-color: rgb(124 58 237 / 0.1);
}

.bg-violet-600\/100{
  background-color: rgb(124 58 237 / 1);
}

.bg-violet-600\/20{
  background-color: rgb(124 58 237 / 0.2);
}

.bg-violet-600\/25{
  background-color: rgb(124 58 237 / 0.25);
}

.bg-violet-600\/30{
  background-color: rgb(124 58 237 / 0.3);
}

.bg-violet-600\/40{
  background-color: rgb(124 58 237 / 0.4);
}

.bg-violet-600\/5{
  background-color: rgb(124 58 237 / 0.05);
}

.bg-violet-600\/50{
  background-color: rgb(124 58 237 / 0.5);
}

.bg-violet-600\/60{
  background-color: rgb(124 58 237 / 0.6);
}

.bg-violet-600\/70{
  background-color: rgb(124 58 237 / 0.7);
}

.bg-violet-600\/75{
  background-color: rgb(124 58 237 / 0.75);
}

.bg-violet-600\/80{
  background-color: rgb(124 58 237 / 0.8);
}

.bg-violet-600\/90{
  background-color: rgb(124 58 237 / 0.9);
}

.bg-violet-600\/95{
  background-color: rgb(124 58 237 / 0.95);
}

.bg-violet-700{
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}

.bg-violet-700\/0{
  background-color: rgb(109 40 217 / 0);
}

.bg-violet-700\/10{
  background-color: rgb(109 40 217 / 0.1);
}

.bg-violet-700\/100{
  background-color: rgb(109 40 217 / 1);
}

.bg-violet-700\/20{
  background-color: rgb(109 40 217 / 0.2);
}

.bg-violet-700\/25{
  background-color: rgb(109 40 217 / 0.25);
}

.bg-violet-700\/30{
  background-color: rgb(109 40 217 / 0.3);
}

.bg-violet-700\/40{
  background-color: rgb(109 40 217 / 0.4);
}

.bg-violet-700\/5{
  background-color: rgb(109 40 217 / 0.05);
}

.bg-violet-700\/50{
  background-color: rgb(109 40 217 / 0.5);
}

.bg-violet-700\/60{
  background-color: rgb(109 40 217 / 0.6);
}

.bg-violet-700\/70{
  background-color: rgb(109 40 217 / 0.7);
}

.bg-violet-700\/75{
  background-color: rgb(109 40 217 / 0.75);
}

.bg-violet-700\/80{
  background-color: rgb(109 40 217 / 0.8);
}

.bg-violet-700\/90{
  background-color: rgb(109 40 217 / 0.9);
}

.bg-violet-700\/95{
  background-color: rgb(109 40 217 / 0.95);
}

.bg-violet-800{
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}

.bg-violet-800\/0{
  background-color: rgb(91 33 182 / 0);
}

.bg-violet-800\/10{
  background-color: rgb(91 33 182 / 0.1);
}

.bg-violet-800\/100{
  background-color: rgb(91 33 182 / 1);
}

.bg-violet-800\/20{
  background-color: rgb(91 33 182 / 0.2);
}

.bg-violet-800\/25{
  background-color: rgb(91 33 182 / 0.25);
}

.bg-violet-800\/30{
  background-color: rgb(91 33 182 / 0.3);
}

.bg-violet-800\/40{
  background-color: rgb(91 33 182 / 0.4);
}

.bg-violet-800\/5{
  background-color: rgb(91 33 182 / 0.05);
}

.bg-violet-800\/50{
  background-color: rgb(91 33 182 / 0.5);
}

.bg-violet-800\/60{
  background-color: rgb(91 33 182 / 0.6);
}

.bg-violet-800\/70{
  background-color: rgb(91 33 182 / 0.7);
}

.bg-violet-800\/75{
  background-color: rgb(91 33 182 / 0.75);
}

.bg-violet-800\/80{
  background-color: rgb(91 33 182 / 0.8);
}

.bg-violet-800\/90{
  background-color: rgb(91 33 182 / 0.9);
}

.bg-violet-800\/95{
  background-color: rgb(91 33 182 / 0.95);
}

.bg-violet-900{
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}

.bg-violet-900\/0{
  background-color: rgb(76 29 149 / 0);
}

.bg-violet-900\/10{
  background-color: rgb(76 29 149 / 0.1);
}

.bg-violet-900\/100{
  background-color: rgb(76 29 149 / 1);
}

.bg-violet-900\/20{
  background-color: rgb(76 29 149 / 0.2);
}

.bg-violet-900\/25{
  background-color: rgb(76 29 149 / 0.25);
}

.bg-violet-900\/30{
  background-color: rgb(76 29 149 / 0.3);
}

.bg-violet-900\/40{
  background-color: rgb(76 29 149 / 0.4);
}

.bg-violet-900\/5{
  background-color: rgb(76 29 149 / 0.05);
}

.bg-violet-900\/50{
  background-color: rgb(76 29 149 / 0.5);
}

.bg-violet-900\/60{
  background-color: rgb(76 29 149 / 0.6);
}

.bg-violet-900\/70{
  background-color: rgb(76 29 149 / 0.7);
}

.bg-violet-900\/75{
  background-color: rgb(76 29 149 / 0.75);
}

.bg-violet-900\/80{
  background-color: rgb(76 29 149 / 0.8);
}

.bg-violet-900\/90{
  background-color: rgb(76 29 149 / 0.9);
}

.bg-violet-900\/95{
  background-color: rgb(76 29 149 / 0.95);
}

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

.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-yellow-700\/40{
  background-color: rgb(161 98 7 / 0.4);
}

.bg-yellow-700\/5{
  background-color: rgb(161 98 7 / 0.05);
}

.bg-yellow-700\/50{
  background-color: rgb(161 98 7 / 0.5);
}

.bg-yellow-700\/60{
  background-color: rgb(161 98 7 / 0.6);
}

.bg-yellow-700\/70{
  background-color: rgb(161 98 7 / 0.7);
}

.bg-yellow-700\/75{
  background-color: rgb(161 98 7 / 0.75);
}

.bg-yellow-700\/80{
  background-color: rgb(161 98 7 / 0.8);
}

.bg-yellow-700\/90{
  background-color: rgb(161 98 7 / 0.9);
}

.bg-yellow-700\/95{
  background-color: rgb(161 98 7 / 0.95);
}

.bg-yellow-800{
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.bg-yellow-800\/0{
  background-color: rgb(133 77 14 / 0);
}

.bg-yellow-800\/10{
  background-color: rgb(133 77 14 / 0.1);
}

.bg-yellow-800\/100{
  background-color: rgb(133 77 14 / 1);
}

.bg-yellow-800\/20{
  background-color: rgb(133 77 14 / 0.2);
}

.bg-yellow-800\/25{
  background-color: rgb(133 77 14 / 0.25);
}

.bg-yellow-800\/30{
  background-color: rgb(133 77 14 / 0.3);
}

.bg-yellow-800\/40{
  background-color: rgb(133 77 14 / 0.4);
}

.bg-yellow-800\/5{
  background-color: rgb(133 77 14 / 0.05);
}

.bg-yellow-800\/50{
  background-color: rgb(133 77 14 / 0.5);
}

.bg-yellow-800\/60{
  background-color: rgb(133 77 14 / 0.6);
}

.bg-yellow-800\/70{
  background-color: rgb(133 77 14 / 0.7);
}

.bg-yellow-800\/75{
  background-color: rgb(133 77 14 / 0.75);
}

.bg-yellow-800\/80{
  background-color: rgb(133 77 14 / 0.8);
}

.bg-yellow-800\/90{
  background-color: rgb(133 77 14 / 0.9);
}

.bg-yellow-800\/95{
  background-color: rgb(133 77 14 / 0.95);
}

.bg-yellow-900{
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}

.bg-yellow-900\/0{
  background-color: rgb(113 63 18 / 0);
}

.bg-yellow-900\/10{
  background-color: rgb(113 63 18 / 0.1);
}

.bg-yellow-900\/100{
  background-color: rgb(113 63 18 / 1);
}

.bg-yellow-900\/20{
  background-color: rgb(113 63 18 / 0.2);
}

.bg-yellow-900\/25{
  background-color: rgb(113 63 18 / 0.25);
}

.bg-yellow-900\/30{
  background-color: rgb(113 63 18 / 0.3);
}

.bg-yellow-900\/40{
  background-color: rgb(113 63 18 / 0.4);
}

.bg-yellow-900\/5{
  background-color: rgb(113 63 18 / 0.05);
}

.bg-yellow-900\/50{
  background-color: rgb(113 63 18 / 0.5);
}

.bg-yellow-900\/60{
  background-color: rgb(113 63 18 / 0.6);
}

.bg-yellow-900\/70{
  background-color: rgb(113 63 18 / 0.7);
}

.bg-yellow-900\/75{
  background-color: rgb(113 63 18 / 0.75);
}

.bg-yellow-900\/80{
  background-color: rgb(113 63 18 / 0.8);
}

.bg-yellow-900\/90{
  background-color: rgb(113 63 18 / 0.9);
}

.bg-yellow-900\/95{
  background-color: rgb(113 63 18 / 0.95);
}

.bg-zinc-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.from-\[\#64BD3E\]\/\[60\%\]{
  --tw-gradient-from: rgb(100 189 62 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 189 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100{
  --tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100\/0{
  --tw-gradient-from: rgb(254 243 199 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100\/10{
  --tw-gradient-from: rgb(254 243 199 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100\/100{
  --tw-gradient-from: rgb(254 243 199 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100\/20{
  --tw-gradient-from: rgb(254 243 199 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100\/25{
  --tw-gradient-from: rgb(254 243 199 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100\/30{
  --tw-gradient-from: rgb(254 243 199 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100\/40{
  --tw-gradient-from: rgb(254 243 199 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100\/5{
  --tw-gradient-from: rgb(254 243 199 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100\/50{
  --tw-gradient-from: rgb(254 243 199 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100\/60{
  --tw-gradient-from: rgb(254 243 199 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100\/70{
  --tw-gradient-from: rgb(254 243 199 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100\/75{
  --tw-gradient-from: rgb(254 243 199 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100\/80{
  --tw-gradient-from: rgb(254 243 199 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100\/90{
  --tw-gradient-from: rgb(254 243 199 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100\/95{
  --tw-gradient-from: rgb(254 243 199 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200{
  --tw-gradient-from: #fde68a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200\/0{
  --tw-gradient-from: rgb(253 230 138 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200\/10{
  --tw-gradient-from: rgb(253 230 138 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200\/100{
  --tw-gradient-from: rgb(253 230 138 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200\/20{
  --tw-gradient-from: rgb(253 230 138 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200\/25{
  --tw-gradient-from: rgb(253 230 138 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200\/30{
  --tw-gradient-from: rgb(253 230 138 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200\/40{
  --tw-gradient-from: rgb(253 230 138 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200\/5{
  --tw-gradient-from: rgb(253 230 138 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200\/50{
  --tw-gradient-from: rgb(253 230 138 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200\/60{
  --tw-gradient-from: rgb(253 230 138 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200\/70{
  --tw-gradient-from: rgb(253 230 138 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200\/75{
  --tw-gradient-from: rgb(253 230 138 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200\/80{
  --tw-gradient-from: rgb(253 230 138 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200\/90{
  --tw-gradient-from: rgb(253 230 138 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200\/95{
  --tw-gradient-from: rgb(253 230 138 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-300{
  --tw-gradient-from: #fcd34d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-300\/0{
  --tw-gradient-from: rgb(252 211 77 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-300\/10{
  --tw-gradient-from: rgb(252 211 77 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-300\/100{
  --tw-gradient-from: rgb(252 211 77 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-300\/20{
  --tw-gradient-from: rgb(252 211 77 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-300\/25{
  --tw-gradient-from: rgb(252 211 77 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-300\/30{
  --tw-gradient-from: rgb(252 211 77 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-300\/40{
  --tw-gradient-from: rgb(252 211 77 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-300\/5{
  --tw-gradient-from: rgb(252 211 77 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-300\/50{
  --tw-gradient-from: rgb(252 211 77 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-300\/60{
  --tw-gradient-from: rgb(252 211 77 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-300\/70{
  --tw-gradient-from: rgb(252 211 77 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-300\/75{
  --tw-gradient-from: rgb(252 211 77 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-300\/80{
  --tw-gradient-from: rgb(252 211 77 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-300\/90{
  --tw-gradient-from: rgb(252 211 77 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-300\/95{
  --tw-gradient-from: rgb(252 211 77 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400{
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400\/0{
  --tw-gradient-from: rgb(251 191 36 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400\/10{
  --tw-gradient-from: rgb(251 191 36 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400\/100{
  --tw-gradient-from: rgb(251 191 36 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400\/20{
  --tw-gradient-from: rgb(251 191 36 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400\/25{
  --tw-gradient-from: rgb(251 191 36 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400\/30{
  --tw-gradient-from: rgb(251 191 36 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400\/40{
  --tw-gradient-from: rgb(251 191 36 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400\/5{
  --tw-gradient-from: rgb(251 191 36 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400\/50{
  --tw-gradient-from: rgb(251 191 36 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400\/60{
  --tw-gradient-from: rgb(251 191 36 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400\/70{
  --tw-gradient-from: rgb(251 191 36 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400\/75{
  --tw-gradient-from: rgb(251 191 36 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400\/80{
  --tw-gradient-from: rgb(251 191 36 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400\/90{
  --tw-gradient-from: rgb(251 191 36 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400\/95{
  --tw-gradient-from: rgb(251 191 36 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50{
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50\/0{
  --tw-gradient-from: rgb(255 251 235 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50\/10{
  --tw-gradient-from: rgb(255 251 235 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50\/100{
  --tw-gradient-from: rgb(255 251 235 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50\/20{
  --tw-gradient-from: rgb(255 251 235 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50\/25{
  --tw-gradient-from: rgb(255 251 235 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50\/30{
  --tw-gradient-from: rgb(255 251 235 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50\/40{
  --tw-gradient-from: rgb(255 251 235 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50\/5{
  --tw-gradient-from: rgb(255 251 235 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50\/50{
  --tw-gradient-from: rgb(255 251 235 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50\/60{
  --tw-gradient-from: rgb(255 251 235 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50\/70{
  --tw-gradient-from: rgb(255 251 235 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50\/75{
  --tw-gradient-from: rgb(255 251 235 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50\/80{
  --tw-gradient-from: rgb(255 251 235 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50\/90{
  --tw-gradient-from: rgb(255 251 235 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50\/95{
  --tw-gradient-from: rgb(255 251 235 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500{
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500\/0{
  --tw-gradient-from: rgb(245 158 11 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500\/10{
  --tw-gradient-from: rgb(245 158 11 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500\/100{
  --tw-gradient-from: rgb(245 158 11 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500\/20{
  --tw-gradient-from: rgb(245 158 11 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500\/25{
  --tw-gradient-from: rgb(245 158 11 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500\/30{
  --tw-gradient-from: rgb(245 158 11 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500\/40{
  --tw-gradient-from: rgb(245 158 11 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500\/5{
  --tw-gradient-from: rgb(245 158 11 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500\/50{
  --tw-gradient-from: rgb(245 158 11 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500\/60{
  --tw-gradient-from: rgb(245 158 11 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500\/70{
  --tw-gradient-from: rgb(245 158 11 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500\/75{
  --tw-gradient-from: rgb(245 158 11 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500\/80{
  --tw-gradient-from: rgb(245 158 11 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500\/90{
  --tw-gradient-from: rgb(245 158 11 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500\/95{
  --tw-gradient-from: rgb(245 158 11 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600{
  --tw-gradient-from: #d97706 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600\/0{
  --tw-gradient-from: rgb(217 119 6 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600\/10{
  --tw-gradient-from: rgb(217 119 6 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600\/100{
  --tw-gradient-from: rgb(217 119 6 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600\/20{
  --tw-gradient-from: rgb(217 119 6 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600\/25{
  --tw-gradient-from: rgb(217 119 6 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600\/30{
  --tw-gradient-from: rgb(217 119 6 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600\/40{
  --tw-gradient-from: rgb(217 119 6 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600\/5{
  --tw-gradient-from: rgb(217 119 6 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600\/50{
  --tw-gradient-from: rgb(217 119 6 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600\/60{
  --tw-gradient-from: rgb(217 119 6 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600\/70{
  --tw-gradient-from: rgb(217 119 6 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600\/75{
  --tw-gradient-from: rgb(217 119 6 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600\/80{
  --tw-gradient-from: rgb(217 119 6 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600\/90{
  --tw-gradient-from: rgb(217 119 6 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600\/95{
  --tw-gradient-from: rgb(217 119 6 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-700{
  --tw-gradient-from: #b45309 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-700\/0{
  --tw-gradient-from: rgb(180 83 9 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-700\/10{
  --tw-gradient-from: rgb(180 83 9 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-700\/100{
  --tw-gradient-from: rgb(180 83 9 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-700\/20{
  --tw-gradient-from: rgb(180 83 9 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-700\/25{
  --tw-gradient-from: rgb(180 83 9 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-700\/30{
  --tw-gradient-from: rgb(180 83 9 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-700\/40{
  --tw-gradient-from: rgb(180 83 9 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-700\/5{
  --tw-gradient-from: rgb(180 83 9 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-700\/50{
  --tw-gradient-from: rgb(180 83 9 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-700\/60{
  --tw-gradient-from: rgb(180 83 9 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-700\/70{
  --tw-gradient-from: rgb(180 83 9 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-700\/75{
  --tw-gradient-from: rgb(180 83 9 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-700\/80{
  --tw-gradient-from: rgb(180 83 9 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-700\/90{
  --tw-gradient-from: rgb(180 83 9 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-700\/95{
  --tw-gradient-from: rgb(180 83 9 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-800{
  --tw-gradient-from: #92400e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-800\/0{
  --tw-gradient-from: rgb(146 64 14 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-800\/10{
  --tw-gradient-from: rgb(146 64 14 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-800\/100{
  --tw-gradient-from: rgb(146 64 14 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-800\/20{
  --tw-gradient-from: rgb(146 64 14 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-800\/25{
  --tw-gradient-from: rgb(146 64 14 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-800\/30{
  --tw-gradient-from: rgb(146 64 14 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-800\/40{
  --tw-gradient-from: rgb(146 64 14 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-800\/5{
  --tw-gradient-from: rgb(146 64 14 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-800\/50{
  --tw-gradient-from: rgb(146 64 14 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-800\/60{
  --tw-gradient-from: rgb(146 64 14 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-800\/70{
  --tw-gradient-from: rgb(146 64 14 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-800\/75{
  --tw-gradient-from: rgb(146 64 14 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-800\/80{
  --tw-gradient-from: rgb(146 64 14 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-800\/90{
  --tw-gradient-from: rgb(146 64 14 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-800\/95{
  --tw-gradient-from: rgb(146 64 14 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-900{
  --tw-gradient-from: #78350f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-900\/0{
  --tw-gradient-from: rgb(120 53 15 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-900\/10{
  --tw-gradient-from: rgb(120 53 15 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-900\/100{
  --tw-gradient-from: rgb(120 53 15 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-900\/20{
  --tw-gradient-from: rgb(120 53 15 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-900\/25{
  --tw-gradient-from: rgb(120 53 15 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-900\/30{
  --tw-gradient-from: rgb(120 53 15 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-900\/40{
  --tw-gradient-from: rgb(120 53 15 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-900\/5{
  --tw-gradient-from: rgb(120 53 15 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-900\/50{
  --tw-gradient-from: rgb(120 53 15 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-900\/60{
  --tw-gradient-from: rgb(120 53 15 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-900\/70{
  --tw-gradient-from: rgb(120 53 15 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-900\/75{
  --tw-gradient-from: rgb(120 53 15 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-900\/80{
  --tw-gradient-from: rgb(120 53 15 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-900\/90{
  --tw-gradient-from: rgb(120 53 15 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-900\/95{
  --tw-gradient-from: rgb(120 53 15 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100{
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100\/0{
  --tw-gradient-from: rgb(219 234 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100\/10{
  --tw-gradient-from: rgb(219 234 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100\/100{
  --tw-gradient-from: rgb(219 234 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100\/20{
  --tw-gradient-from: rgb(219 234 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100\/25{
  --tw-gradient-from: rgb(219 234 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100\/30{
  --tw-gradient-from: rgb(219 234 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100\/40{
  --tw-gradient-from: rgb(219 234 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100\/5{
  --tw-gradient-from: rgb(219 234 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100\/50{
  --tw-gradient-from: rgb(219 234 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100\/60{
  --tw-gradient-from: rgb(219 234 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100\/70{
  --tw-gradient-from: rgb(219 234 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100\/75{
  --tw-gradient-from: rgb(219 234 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100\/80{
  --tw-gradient-from: rgb(219 234 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100\/90{
  --tw-gradient-from: rgb(219 234 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100\/95{
  --tw-gradient-from: rgb(219 234 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200{
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200\/0{
  --tw-gradient-from: rgb(191 219 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200\/10{
  --tw-gradient-from: rgb(191 219 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200\/100{
  --tw-gradient-from: rgb(191 219 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200\/20{
  --tw-gradient-from: rgb(191 219 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200\/25{
  --tw-gradient-from: rgb(191 219 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200\/30{
  --tw-gradient-from: rgb(191 219 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200\/40{
  --tw-gradient-from: rgb(191 219 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200\/5{
  --tw-gradient-from: rgb(191 219 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200\/50{
  --tw-gradient-from: rgb(191 219 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200\/60{
  --tw-gradient-from: rgb(191 219 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200\/70{
  --tw-gradient-from: rgb(191 219 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200\/75{
  --tw-gradient-from: rgb(191 219 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200\/80{
  --tw-gradient-from: rgb(191 219 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200\/90{
  --tw-gradient-from: rgb(191 219 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200\/95{
  --tw-gradient-from: rgb(191 219 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300{
  --tw-gradient-from: #93c5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300\/0{
  --tw-gradient-from: rgb(147 197 253 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300\/10{
  --tw-gradient-from: rgb(147 197 253 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300\/100{
  --tw-gradient-from: rgb(147 197 253 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300\/20{
  --tw-gradient-from: rgb(147 197 253 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300\/25{
  --tw-gradient-from: rgb(147 197 253 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300\/30{
  --tw-gradient-from: rgb(147 197 253 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300\/40{
  --tw-gradient-from: rgb(147 197 253 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300\/5{
  --tw-gradient-from: rgb(147 197 253 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300\/50{
  --tw-gradient-from: rgb(147 197 253 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300\/60{
  --tw-gradient-from: rgb(147 197 253 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300\/70{
  --tw-gradient-from: rgb(147 197 253 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300\/75{
  --tw-gradient-from: rgb(147 197 253 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300\/80{
  --tw-gradient-from: rgb(147 197 253 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300\/90{
  --tw-gradient-from: rgb(147 197 253 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300\/95{
  --tw-gradient-from: rgb(147 197 253 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400{
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400\/0{
  --tw-gradient-from: rgb(96 165 250 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400\/10{
  --tw-gradient-from: rgb(96 165 250 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400\/100{
  --tw-gradient-from: rgb(96 165 250 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400\/20{
  --tw-gradient-from: rgb(96 165 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400\/25{
  --tw-gradient-from: rgb(96 165 250 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400\/30{
  --tw-gradient-from: rgb(96 165 250 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400\/40{
  --tw-gradient-from: rgb(96 165 250 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400\/5{
  --tw-gradient-from: rgb(96 165 250 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400\/50{
  --tw-gradient-from: rgb(96 165 250 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400\/60{
  --tw-gradient-from: rgb(96 165 250 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400\/70{
  --tw-gradient-from: rgb(96 165 250 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400\/75{
  --tw-gradient-from: rgb(96 165 250 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400\/80{
  --tw-gradient-from: rgb(96 165 250 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400\/90{
  --tw-gradient-from: rgb(96 165 250 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400\/95{
  --tw-gradient-from: rgb(96 165 250 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50\/0{
  --tw-gradient-from: rgb(239 246 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50\/10{
  --tw-gradient-from: rgb(239 246 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50\/100{
  --tw-gradient-from: rgb(239 246 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50\/20{
  --tw-gradient-from: rgb(239 246 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50\/25{
  --tw-gradient-from: rgb(239 246 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50\/30{
  --tw-gradient-from: rgb(239 246 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50\/40{
  --tw-gradient-from: rgb(239 246 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50\/5{
  --tw-gradient-from: rgb(239 246 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50\/50{
  --tw-gradient-from: rgb(239 246 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50\/60{
  --tw-gradient-from: rgb(239 246 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50\/70{
  --tw-gradient-from: rgb(239 246 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50\/75{
  --tw-gradient-from: rgb(239 246 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50\/80{
  --tw-gradient-from: rgb(239 246 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50\/90{
  --tw-gradient-from: rgb(239 246 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50\/95{
  --tw-gradient-from: rgb(239 246 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/0{
  --tw-gradient-from: rgb(59 130 246 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/10{
  --tw-gradient-from: rgb(59 130 246 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/100{
  --tw-gradient-from: rgb(59 130 246 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/20{
  --tw-gradient-from: rgb(59 130 246 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/25{
  --tw-gradient-from: rgb(59 130 246 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/30{
  --tw-gradient-from: rgb(59 130 246 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/40{
  --tw-gradient-from: rgb(59 130 246 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/5{
  --tw-gradient-from: rgb(59 130 246 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/50{
  --tw-gradient-from: rgb(59 130 246 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/60{
  --tw-gradient-from: rgb(59 130 246 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/70{
  --tw-gradient-from: rgb(59 130 246 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/75{
  --tw-gradient-from: rgb(59 130 246 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/80{
  --tw-gradient-from: rgb(59 130 246 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/90{
  --tw-gradient-from: rgb(59 130 246 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/95{
  --tw-gradient-from: rgb(59 130 246 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600{
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600\/0{
  --tw-gradient-from: rgb(37 99 235 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600\/10{
  --tw-gradient-from: rgb(37 99 235 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600\/100{
  --tw-gradient-from: rgb(37 99 235 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600\/20{
  --tw-gradient-from: rgb(37 99 235 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600\/25{
  --tw-gradient-from: rgb(37 99 235 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600\/30{
  --tw-gradient-from: rgb(37 99 235 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600\/40{
  --tw-gradient-from: rgb(37 99 235 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600\/5{
  --tw-gradient-from: rgb(37 99 235 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600\/50{
  --tw-gradient-from: rgb(37 99 235 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600\/60{
  --tw-gradient-from: rgb(37 99 235 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600\/70{
  --tw-gradient-from: rgb(37 99 235 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600\/75{
  --tw-gradient-from: rgb(37 99 235 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600\/80{
  --tw-gradient-from: rgb(37 99 235 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600\/90{
  --tw-gradient-from: rgb(37 99 235 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600\/95{
  --tw-gradient-from: rgb(37 99 235 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700{
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700\/0{
  --tw-gradient-from: rgb(29 78 216 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700\/10{
  --tw-gradient-from: rgb(29 78 216 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700\/100{
  --tw-gradient-from: rgb(29 78 216 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700\/20{
  --tw-gradient-from: rgb(29 78 216 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700\/25{
  --tw-gradient-from: rgb(29 78 216 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700\/30{
  --tw-gradient-from: rgb(29 78 216 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700\/40{
  --tw-gradient-from: rgb(29 78 216 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700\/5{
  --tw-gradient-from: rgb(29 78 216 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700\/50{
  --tw-gradient-from: rgb(29 78 216 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700\/60{
  --tw-gradient-from: rgb(29 78 216 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700\/70{
  --tw-gradient-from: rgb(29 78 216 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700\/75{
  --tw-gradient-from: rgb(29 78 216 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700\/80{
  --tw-gradient-from: rgb(29 78 216 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700\/90{
  --tw-gradient-from: rgb(29 78 216 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700\/95{
  --tw-gradient-from: rgb(29 78 216 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800{
  --tw-gradient-from: #1e40af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800\/0{
  --tw-gradient-from: rgb(30 64 175 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800\/10{
  --tw-gradient-from: rgb(30 64 175 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800\/100{
  --tw-gradient-from: rgb(30 64 175 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800\/20{
  --tw-gradient-from: rgb(30 64 175 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800\/25{
  --tw-gradient-from: rgb(30 64 175 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800\/30{
  --tw-gradient-from: rgb(30 64 175 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800\/40{
  --tw-gradient-from: rgb(30 64 175 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800\/5{
  --tw-gradient-from: rgb(30 64 175 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800\/50{
  --tw-gradient-from: rgb(30 64 175 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800\/60{
  --tw-gradient-from: rgb(30 64 175 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800\/70{
  --tw-gradient-from: rgb(30 64 175 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800\/75{
  --tw-gradient-from: rgb(30 64 175 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800\/80{
  --tw-gradient-from: rgb(30 64 175 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800\/90{
  --tw-gradient-from: rgb(30 64 175 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800\/95{
  --tw-gradient-from: rgb(30 64 175 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900{
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900\/0{
  --tw-gradient-from: rgb(30 58 138 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900\/10{
  --tw-gradient-from: rgb(30 58 138 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900\/100{
  --tw-gradient-from: rgb(30 58 138 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900\/20{
  --tw-gradient-from: rgb(30 58 138 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900\/25{
  --tw-gradient-from: rgb(30 58 138 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900\/30{
  --tw-gradient-from: rgb(30 58 138 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900\/40{
  --tw-gradient-from: rgb(30 58 138 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900\/5{
  --tw-gradient-from: rgb(30 58 138 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900\/50{
  --tw-gradient-from: rgb(30 58 138 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900\/60{
  --tw-gradient-from: rgb(30 58 138 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900\/70{
  --tw-gradient-from: rgb(30 58 138 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900\/75{
  --tw-gradient-from: rgb(30 58 138 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900\/80{
  --tw-gradient-from: rgb(30 58 138 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900\/90{
  --tw-gradient-from: rgb(30 58 138 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900\/95{
  --tw-gradient-from: rgb(30 58 138 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-100{
  --tw-gradient-from: #cffafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-100\/0{
  --tw-gradient-from: rgb(207 250 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-100\/10{
  --tw-gradient-from: rgb(207 250 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-100\/100{
  --tw-gradient-from: rgb(207 250 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-100\/20{
  --tw-gradient-from: rgb(207 250 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-100\/25{
  --tw-gradient-from: rgb(207 250 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-100\/30{
  --tw-gradient-from: rgb(207 250 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-100\/40{
  --tw-gradient-from: rgb(207 250 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-100\/5{
  --tw-gradient-from: rgb(207 250 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-100\/50{
  --tw-gradient-from: rgb(207 250 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-100\/60{
  --tw-gradient-from: rgb(207 250 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-100\/70{
  --tw-gradient-from: rgb(207 250 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-100\/75{
  --tw-gradient-from: rgb(207 250 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-100\/80{
  --tw-gradient-from: rgb(207 250 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-100\/90{
  --tw-gradient-from: rgb(207 250 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-100\/95{
  --tw-gradient-from: rgb(207 250 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-200{
  --tw-gradient-from: #a5f3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-200\/0{
  --tw-gradient-from: rgb(165 243 252 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-200\/10{
  --tw-gradient-from: rgb(165 243 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-200\/100{
  --tw-gradient-from: rgb(165 243 252 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-200\/20{
  --tw-gradient-from: rgb(165 243 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-200\/25{
  --tw-gradient-from: rgb(165 243 252 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-200\/30{
  --tw-gradient-from: rgb(165 243 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-200\/40{
  --tw-gradient-from: rgb(165 243 252 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-200\/5{
  --tw-gradient-from: rgb(165 243 252 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-200\/50{
  --tw-gradient-from: rgb(165 243 252 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-200\/60{
  --tw-gradient-from: rgb(165 243 252 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-200\/70{
  --tw-gradient-from: rgb(165 243 252 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-200\/75{
  --tw-gradient-from: rgb(165 243 252 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-200\/80{
  --tw-gradient-from: rgb(165 243 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-200\/90{
  --tw-gradient-from: rgb(165 243 252 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-200\/95{
  --tw-gradient-from: rgb(165 243 252 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-300{
  --tw-gradient-from: #67e8f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-300\/0{
  --tw-gradient-from: rgb(103 232 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-300\/10{
  --tw-gradient-from: rgb(103 232 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-300\/100{
  --tw-gradient-from: rgb(103 232 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-300\/20{
  --tw-gradient-from: rgb(103 232 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-300\/25{
  --tw-gradient-from: rgb(103 232 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-300\/30{
  --tw-gradient-from: rgb(103 232 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-300\/40{
  --tw-gradient-from: rgb(103 232 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-300\/5{
  --tw-gradient-from: rgb(103 232 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-300\/50{
  --tw-gradient-from: rgb(103 232 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-300\/60{
  --tw-gradient-from: rgb(103 232 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-300\/70{
  --tw-gradient-from: rgb(103 232 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-300\/75{
  --tw-gradient-from: rgb(103 232 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-300\/80{
  --tw-gradient-from: rgb(103 232 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-300\/90{
  --tw-gradient-from: rgb(103 232 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-300\/95{
  --tw-gradient-from: rgb(103 232 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400{
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400\/0{
  --tw-gradient-from: rgb(34 211 238 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400\/10{
  --tw-gradient-from: rgb(34 211 238 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400\/100{
  --tw-gradient-from: rgb(34 211 238 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400\/20{
  --tw-gradient-from: rgb(34 211 238 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400\/25{
  --tw-gradient-from: rgb(34 211 238 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400\/30{
  --tw-gradient-from: rgb(34 211 238 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400\/40{
  --tw-gradient-from: rgb(34 211 238 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400\/5{
  --tw-gradient-from: rgb(34 211 238 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400\/50{
  --tw-gradient-from: rgb(34 211 238 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400\/60{
  --tw-gradient-from: rgb(34 211 238 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400\/70{
  --tw-gradient-from: rgb(34 211 238 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400\/75{
  --tw-gradient-from: rgb(34 211 238 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400\/80{
  --tw-gradient-from: rgb(34 211 238 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400\/90{
  --tw-gradient-from: rgb(34 211 238 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400\/95{
  --tw-gradient-from: rgb(34 211 238 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400\/\[80\%\]{
  --tw-gradient-from: rgb(34 211 238 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50{
  --tw-gradient-from: #ecfeff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50\/0{
  --tw-gradient-from: rgb(236 254 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50\/10{
  --tw-gradient-from: rgb(236 254 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50\/100{
  --tw-gradient-from: rgb(236 254 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50\/20{
  --tw-gradient-from: rgb(236 254 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50\/25{
  --tw-gradient-from: rgb(236 254 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50\/30{
  --tw-gradient-from: rgb(236 254 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50\/40{
  --tw-gradient-from: rgb(236 254 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50\/5{
  --tw-gradient-from: rgb(236 254 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50\/50{
  --tw-gradient-from: rgb(236 254 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50\/60{
  --tw-gradient-from: rgb(236 254 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50\/70{
  --tw-gradient-from: rgb(236 254 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50\/75{
  --tw-gradient-from: rgb(236 254 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50\/80{
  --tw-gradient-from: rgb(236 254 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50\/90{
  --tw-gradient-from: rgb(236 254 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50\/95{
  --tw-gradient-from: rgb(236 254 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500{
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500\/0{
  --tw-gradient-from: rgb(6 182 212 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500\/10{
  --tw-gradient-from: rgb(6 182 212 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500\/100{
  --tw-gradient-from: rgb(6 182 212 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500\/20{
  --tw-gradient-from: rgb(6 182 212 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500\/25{
  --tw-gradient-from: rgb(6 182 212 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500\/30{
  --tw-gradient-from: rgb(6 182 212 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500\/40{
  --tw-gradient-from: rgb(6 182 212 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500\/5{
  --tw-gradient-from: rgb(6 182 212 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500\/50{
  --tw-gradient-from: rgb(6 182 212 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500\/60{
  --tw-gradient-from: rgb(6 182 212 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500\/70{
  --tw-gradient-from: rgb(6 182 212 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500\/75{
  --tw-gradient-from: rgb(6 182 212 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500\/80{
  --tw-gradient-from: rgb(6 182 212 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500\/90{
  --tw-gradient-from: rgb(6 182 212 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500\/95{
  --tw-gradient-from: rgb(6 182 212 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-600{
  --tw-gradient-from: #0891b2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-600\/0{
  --tw-gradient-from: rgb(8 145 178 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-600\/10{
  --tw-gradient-from: rgb(8 145 178 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-600\/100{
  --tw-gradient-from: rgb(8 145 178 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-600\/20{
  --tw-gradient-from: rgb(8 145 178 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-600\/25{
  --tw-gradient-from: rgb(8 145 178 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-600\/30{
  --tw-gradient-from: rgb(8 145 178 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-600\/40{
  --tw-gradient-from: rgb(8 145 178 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-600\/5{
  --tw-gradient-from: rgb(8 145 178 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-600\/50{
  --tw-gradient-from: rgb(8 145 178 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-600\/60{
  --tw-gradient-from: rgb(8 145 178 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-600\/70{
  --tw-gradient-from: rgb(8 145 178 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-600\/75{
  --tw-gradient-from: rgb(8 145 178 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-600\/80{
  --tw-gradient-from: rgb(8 145 178 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-600\/90{
  --tw-gradient-from: rgb(8 145 178 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-600\/95{
  --tw-gradient-from: rgb(8 145 178 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-700{
  --tw-gradient-from: #0e7490 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-700\/0{
  --tw-gradient-from: rgb(14 116 144 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-700\/10{
  --tw-gradient-from: rgb(14 116 144 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-700\/100{
  --tw-gradient-from: rgb(14 116 144 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-700\/20{
  --tw-gradient-from: rgb(14 116 144 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-700\/25{
  --tw-gradient-from: rgb(14 116 144 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-700\/30{
  --tw-gradient-from: rgb(14 116 144 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-700\/40{
  --tw-gradient-from: rgb(14 116 144 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-700\/5{
  --tw-gradient-from: rgb(14 116 144 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-700\/50{
  --tw-gradient-from: rgb(14 116 144 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-700\/60{
  --tw-gradient-from: rgb(14 116 144 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-700\/70{
  --tw-gradient-from: rgb(14 116 144 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-700\/75{
  --tw-gradient-from: rgb(14 116 144 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-700\/80{
  --tw-gradient-from: rgb(14 116 144 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-700\/90{
  --tw-gradient-from: rgb(14 116 144 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-700\/95{
  --tw-gradient-from: rgb(14 116 144 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800{
  --tw-gradient-from: #155e75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800\/0{
  --tw-gradient-from: rgb(21 94 117 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800\/10{
  --tw-gradient-from: rgb(21 94 117 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800\/100{
  --tw-gradient-from: rgb(21 94 117 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800\/20{
  --tw-gradient-from: rgb(21 94 117 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800\/25{
  --tw-gradient-from: rgb(21 94 117 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800\/30{
  --tw-gradient-from: rgb(21 94 117 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800\/40{
  --tw-gradient-from: rgb(21 94 117 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800\/5{
  --tw-gradient-from: rgb(21 94 117 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800\/50{
  --tw-gradient-from: rgb(21 94 117 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800\/60{
  --tw-gradient-from: rgb(21 94 117 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800\/70{
  --tw-gradient-from: rgb(21 94 117 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800\/75{
  --tw-gradient-from: rgb(21 94 117 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800\/80{
  --tw-gradient-from: rgb(21 94 117 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800\/90{
  --tw-gradient-from: rgb(21 94 117 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800\/95{
  --tw-gradient-from: rgb(21 94 117 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800\/\[80\%\]{
  --tw-gradient-from: rgb(21 94 117 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-900{
  --tw-gradient-from: #164e63 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-900\/0{
  --tw-gradient-from: rgb(22 78 99 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-900\/10{
  --tw-gradient-from: rgb(22 78 99 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-900\/100{
  --tw-gradient-from: rgb(22 78 99 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-900\/20{
  --tw-gradient-from: rgb(22 78 99 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-900\/25{
  --tw-gradient-from: rgb(22 78 99 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-900\/30{
  --tw-gradient-from: rgb(22 78 99 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-900\/40{
  --tw-gradient-from: rgb(22 78 99 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-900\/5{
  --tw-gradient-from: rgb(22 78 99 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-900\/50{
  --tw-gradient-from: rgb(22 78 99 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-900\/60{
  --tw-gradient-from: rgb(22 78 99 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-900\/70{
  --tw-gradient-from: rgb(22 78 99 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-900\/75{
  --tw-gradient-from: rgb(22 78 99 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-900\/80{
  --tw-gradient-from: rgb(22 78 99 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-900\/90{
  --tw-gradient-from: rgb(22 78 99 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-900\/95{
  --tw-gradient-from: rgb(22 78 99 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100{
  --tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100\/0{
  --tw-gradient-from: rgb(209 250 229 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100\/10{
  --tw-gradient-from: rgb(209 250 229 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100\/100{
  --tw-gradient-from: rgb(209 250 229 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100\/20{
  --tw-gradient-from: rgb(209 250 229 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100\/25{
  --tw-gradient-from: rgb(209 250 229 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100\/30{
  --tw-gradient-from: rgb(209 250 229 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100\/40{
  --tw-gradient-from: rgb(209 250 229 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100\/5{
  --tw-gradient-from: rgb(209 250 229 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100\/50{
  --tw-gradient-from: rgb(209 250 229 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100\/60{
  --tw-gradient-from: rgb(209 250 229 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100\/70{
  --tw-gradient-from: rgb(209 250 229 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100\/75{
  --tw-gradient-from: rgb(209 250 229 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100\/80{
  --tw-gradient-from: rgb(209 250 229 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100\/90{
  --tw-gradient-from: rgb(209 250 229 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100\/95{
  --tw-gradient-from: rgb(209 250 229 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-200{
  --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-200\/0{
  --tw-gradient-from: rgb(167 243 208 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-200\/10{
  --tw-gradient-from: rgb(167 243 208 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-200\/100{
  --tw-gradient-from: rgb(167 243 208 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-200\/20{
  --tw-gradient-from: rgb(167 243 208 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-200\/25{
  --tw-gradient-from: rgb(167 243 208 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-200\/30{
  --tw-gradient-from: rgb(167 243 208 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-200\/40{
  --tw-gradient-from: rgb(167 243 208 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-200\/5{
  --tw-gradient-from: rgb(167 243 208 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-200\/50{
  --tw-gradient-from: rgb(167 243 208 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-200\/60{
  --tw-gradient-from: rgb(167 243 208 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-200\/70{
  --tw-gradient-from: rgb(167 243 208 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-200\/75{
  --tw-gradient-from: rgb(167 243 208 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-200\/80{
  --tw-gradient-from: rgb(167 243 208 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-200\/90{
  --tw-gradient-from: rgb(167 243 208 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-200\/95{
  --tw-gradient-from: rgb(167 243 208 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300{
  --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300\/0{
  --tw-gradient-from: rgb(110 231 183 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300\/10{
  --tw-gradient-from: rgb(110 231 183 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300\/100{
  --tw-gradient-from: rgb(110 231 183 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300\/20{
  --tw-gradient-from: rgb(110 231 183 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300\/25{
  --tw-gradient-from: rgb(110 231 183 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300\/30{
  --tw-gradient-from: rgb(110 231 183 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300\/40{
  --tw-gradient-from: rgb(110 231 183 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300\/5{
  --tw-gradient-from: rgb(110 231 183 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300\/50{
  --tw-gradient-from: rgb(110 231 183 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300\/60{
  --tw-gradient-from: rgb(110 231 183 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300\/70{
  --tw-gradient-from: rgb(110 231 183 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300\/75{
  --tw-gradient-from: rgb(110 231 183 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300\/80{
  --tw-gradient-from: rgb(110 231 183 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300\/90{
  --tw-gradient-from: rgb(110 231 183 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300\/95{
  --tw-gradient-from: rgb(110 231 183 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400{
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400\/0{
  --tw-gradient-from: rgb(52 211 153 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400\/10{
  --tw-gradient-from: rgb(52 211 153 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400\/100{
  --tw-gradient-from: rgb(52 211 153 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400\/20{
  --tw-gradient-from: rgb(52 211 153 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400\/25{
  --tw-gradient-from: rgb(52 211 153 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400\/30{
  --tw-gradient-from: rgb(52 211 153 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400\/40{
  --tw-gradient-from: rgb(52 211 153 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400\/5{
  --tw-gradient-from: rgb(52 211 153 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400\/50{
  --tw-gradient-from: rgb(52 211 153 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400\/60{
  --tw-gradient-from: rgb(52 211 153 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400\/70{
  --tw-gradient-from: rgb(52 211 153 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400\/75{
  --tw-gradient-from: rgb(52 211 153 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400\/80{
  --tw-gradient-from: rgb(52 211 153 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400\/90{
  --tw-gradient-from: rgb(52 211 153 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400\/95{
  --tw-gradient-from: rgb(52 211 153 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50{
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50\/0{
  --tw-gradient-from: rgb(236 253 245 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50\/10{
  --tw-gradient-from: rgb(236 253 245 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50\/100{
  --tw-gradient-from: rgb(236 253 245 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50\/20{
  --tw-gradient-from: rgb(236 253 245 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50\/25{
  --tw-gradient-from: rgb(236 253 245 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50\/30{
  --tw-gradient-from: rgb(236 253 245 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50\/40{
  --tw-gradient-from: rgb(236 253 245 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50\/5{
  --tw-gradient-from: rgb(236 253 245 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50\/50{
  --tw-gradient-from: rgb(236 253 245 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50\/60{
  --tw-gradient-from: rgb(236 253 245 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50\/70{
  --tw-gradient-from: rgb(236 253 245 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50\/75{
  --tw-gradient-from: rgb(236 253 245 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50\/80{
  --tw-gradient-from: rgb(236 253 245 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50\/90{
  --tw-gradient-from: rgb(236 253 245 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50\/95{
  --tw-gradient-from: rgb(236 253 245 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500{
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500\/0{
  --tw-gradient-from: rgb(16 185 129 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500\/10{
  --tw-gradient-from: rgb(16 185 129 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500\/100{
  --tw-gradient-from: rgb(16 185 129 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500\/20{
  --tw-gradient-from: rgb(16 185 129 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500\/25{
  --tw-gradient-from: rgb(16 185 129 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500\/30{
  --tw-gradient-from: rgb(16 185 129 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500\/40{
  --tw-gradient-from: rgb(16 185 129 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500\/5{
  --tw-gradient-from: rgb(16 185 129 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500\/50{
  --tw-gradient-from: rgb(16 185 129 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500\/60{
  --tw-gradient-from: rgb(16 185 129 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500\/70{
  --tw-gradient-from: rgb(16 185 129 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500\/75{
  --tw-gradient-from: rgb(16 185 129 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500\/80{
  --tw-gradient-from: rgb(16 185 129 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500\/90{
  --tw-gradient-from: rgb(16 185 129 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500\/95{
  --tw-gradient-from: rgb(16 185 129 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600{
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600\/0{
  --tw-gradient-from: rgb(5 150 105 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600\/10{
  --tw-gradient-from: rgb(5 150 105 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600\/100{
  --tw-gradient-from: rgb(5 150 105 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600\/20{
  --tw-gradient-from: rgb(5 150 105 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600\/25{
  --tw-gradient-from: rgb(5 150 105 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600\/30{
  --tw-gradient-from: rgb(5 150 105 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600\/40{
  --tw-gradient-from: rgb(5 150 105 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600\/5{
  --tw-gradient-from: rgb(5 150 105 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600\/50{
  --tw-gradient-from: rgb(5 150 105 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600\/60{
  --tw-gradient-from: rgb(5 150 105 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600\/70{
  --tw-gradient-from: rgb(5 150 105 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600\/75{
  --tw-gradient-from: rgb(5 150 105 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600\/80{
  --tw-gradient-from: rgb(5 150 105 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600\/90{
  --tw-gradient-from: rgb(5 150 105 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600\/95{
  --tw-gradient-from: rgb(5 150 105 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-700{
  --tw-gradient-from: #047857 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-700\/0{
  --tw-gradient-from: rgb(4 120 87 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-700\/10{
  --tw-gradient-from: rgb(4 120 87 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-700\/100{
  --tw-gradient-from: rgb(4 120 87 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-700\/20{
  --tw-gradient-from: rgb(4 120 87 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-700\/25{
  --tw-gradient-from: rgb(4 120 87 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-700\/30{
  --tw-gradient-from: rgb(4 120 87 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-700\/40{
  --tw-gradient-from: rgb(4 120 87 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-700\/5{
  --tw-gradient-from: rgb(4 120 87 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-700\/50{
  --tw-gradient-from: rgb(4 120 87 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-700\/60{
  --tw-gradient-from: rgb(4 120 87 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-700\/70{
  --tw-gradient-from: rgb(4 120 87 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-700\/75{
  --tw-gradient-from: rgb(4 120 87 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-700\/80{
  --tw-gradient-from: rgb(4 120 87 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-700\/90{
  --tw-gradient-from: rgb(4 120 87 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-700\/95{
  --tw-gradient-from: rgb(4 120 87 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-800{
  --tw-gradient-from: #065f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-800\/0{
  --tw-gradient-from: rgb(6 95 70 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-800\/10{
  --tw-gradient-from: rgb(6 95 70 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-800\/100{
  --tw-gradient-from: rgb(6 95 70 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-800\/20{
  --tw-gradient-from: rgb(6 95 70 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-800\/25{
  --tw-gradient-from: rgb(6 95 70 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-800\/30{
  --tw-gradient-from: rgb(6 95 70 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-800\/40{
  --tw-gradient-from: rgb(6 95 70 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-800\/5{
  --tw-gradient-from: rgb(6 95 70 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-800\/50{
  --tw-gradient-from: rgb(6 95 70 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-800\/60{
  --tw-gradient-from: rgb(6 95 70 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-800\/70{
  --tw-gradient-from: rgb(6 95 70 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-800\/75{
  --tw-gradient-from: rgb(6 95 70 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-800\/80{
  --tw-gradient-from: rgb(6 95 70 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-800\/90{
  --tw-gradient-from: rgb(6 95 70 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-800\/95{
  --tw-gradient-from: rgb(6 95 70 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900{
  --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900\/0{
  --tw-gradient-from: rgb(6 78 59 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900\/10{
  --tw-gradient-from: rgb(6 78 59 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900\/100{
  --tw-gradient-from: rgb(6 78 59 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900\/20{
  --tw-gradient-from: rgb(6 78 59 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900\/25{
  --tw-gradient-from: rgb(6 78 59 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900\/30{
  --tw-gradient-from: rgb(6 78 59 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900\/40{
  --tw-gradient-from: rgb(6 78 59 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900\/5{
  --tw-gradient-from: rgb(6 78 59 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900\/50{
  --tw-gradient-from: rgb(6 78 59 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900\/60{
  --tw-gradient-from: rgb(6 78 59 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900\/70{
  --tw-gradient-from: rgb(6 78 59 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900\/75{
  --tw-gradient-from: rgb(6 78 59 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900\/80{
  --tw-gradient-from: rgb(6 78 59 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900\/90{
  --tw-gradient-from: rgb(6 78 59 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900\/95{
  --tw-gradient-from: rgb(6 78 59 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-100{
  --tw-gradient-from: #fae8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-100\/0{
  --tw-gradient-from: rgb(250 232 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-100\/10{
  --tw-gradient-from: rgb(250 232 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-100\/100{
  --tw-gradient-from: rgb(250 232 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-100\/20{
  --tw-gradient-from: rgb(250 232 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-100\/25{
  --tw-gradient-from: rgb(250 232 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-100\/30{
  --tw-gradient-from: rgb(250 232 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-100\/40{
  --tw-gradient-from: rgb(250 232 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-100\/5{
  --tw-gradient-from: rgb(250 232 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-100\/50{
  --tw-gradient-from: rgb(250 232 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-100\/60{
  --tw-gradient-from: rgb(250 232 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-100\/70{
  --tw-gradient-from: rgb(250 232 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-100\/75{
  --tw-gradient-from: rgb(250 232 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-100\/80{
  --tw-gradient-from: rgb(250 232 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-100\/90{
  --tw-gradient-from: rgb(250 232 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-100\/95{
  --tw-gradient-from: rgb(250 232 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-200{
  --tw-gradient-from: #f5d0fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-200\/0{
  --tw-gradient-from: rgb(245 208 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-200\/10{
  --tw-gradient-from: rgb(245 208 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-200\/100{
  --tw-gradient-from: rgb(245 208 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-200\/20{
  --tw-gradient-from: rgb(245 208 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-200\/25{
  --tw-gradient-from: rgb(245 208 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-200\/30{
  --tw-gradient-from: rgb(245 208 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-200\/40{
  --tw-gradient-from: rgb(245 208 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-200\/5{
  --tw-gradient-from: rgb(245 208 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-200\/50{
  --tw-gradient-from: rgb(245 208 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-200\/60{
  --tw-gradient-from: rgb(245 208 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-200\/70{
  --tw-gradient-from: rgb(245 208 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-200\/75{
  --tw-gradient-from: rgb(245 208 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-200\/80{
  --tw-gradient-from: rgb(245 208 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-200\/90{
  --tw-gradient-from: rgb(245 208 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-200\/95{
  --tw-gradient-from: rgb(245 208 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300{
  --tw-gradient-from: #f0abfc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300\/0{
  --tw-gradient-from: rgb(240 171 252 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300\/10{
  --tw-gradient-from: rgb(240 171 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300\/100{
  --tw-gradient-from: rgb(240 171 252 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300\/20{
  --tw-gradient-from: rgb(240 171 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300\/25{
  --tw-gradient-from: rgb(240 171 252 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300\/30{
  --tw-gradient-from: rgb(240 171 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300\/40{
  --tw-gradient-from: rgb(240 171 252 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300\/5{
  --tw-gradient-from: rgb(240 171 252 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300\/50{
  --tw-gradient-from: rgb(240 171 252 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300\/60{
  --tw-gradient-from: rgb(240 171 252 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300\/70{
  --tw-gradient-from: rgb(240 171 252 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300\/75{
  --tw-gradient-from: rgb(240 171 252 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300\/80{
  --tw-gradient-from: rgb(240 171 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300\/90{
  --tw-gradient-from: rgb(240 171 252 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300\/95{
  --tw-gradient-from: rgb(240 171 252 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400{
  --tw-gradient-from: #e879f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400\/0{
  --tw-gradient-from: rgb(232 121 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400\/10{
  --tw-gradient-from: rgb(232 121 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400\/100{
  --tw-gradient-from: rgb(232 121 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400\/20{
  --tw-gradient-from: rgb(232 121 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400\/25{
  --tw-gradient-from: rgb(232 121 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400\/30{
  --tw-gradient-from: rgb(232 121 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400\/40{
  --tw-gradient-from: rgb(232 121 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400\/5{
  --tw-gradient-from: rgb(232 121 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400\/50{
  --tw-gradient-from: rgb(232 121 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400\/60{
  --tw-gradient-from: rgb(232 121 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400\/70{
  --tw-gradient-from: rgb(232 121 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400\/75{
  --tw-gradient-from: rgb(232 121 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400\/80{
  --tw-gradient-from: rgb(232 121 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400\/90{
  --tw-gradient-from: rgb(232 121 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400\/95{
  --tw-gradient-from: rgb(232 121 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-50{
  --tw-gradient-from: #fdf4ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-50\/0{
  --tw-gradient-from: rgb(253 244 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-50\/10{
  --tw-gradient-from: rgb(253 244 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-50\/100{
  --tw-gradient-from: rgb(253 244 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-50\/20{
  --tw-gradient-from: rgb(253 244 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-50\/25{
  --tw-gradient-from: rgb(253 244 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-50\/30{
  --tw-gradient-from: rgb(253 244 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-50\/40{
  --tw-gradient-from: rgb(253 244 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-50\/5{
  --tw-gradient-from: rgb(253 244 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-50\/50{
  --tw-gradient-from: rgb(253 244 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-50\/60{
  --tw-gradient-from: rgb(253 244 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-50\/70{
  --tw-gradient-from: rgb(253 244 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-50\/75{
  --tw-gradient-from: rgb(253 244 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-50\/80{
  --tw-gradient-from: rgb(253 244 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-50\/90{
  --tw-gradient-from: rgb(253 244 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-50\/95{
  --tw-gradient-from: rgb(253 244 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500{
  --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500\/0{
  --tw-gradient-from: rgb(217 70 239 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500\/10{
  --tw-gradient-from: rgb(217 70 239 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500\/100{
  --tw-gradient-from: rgb(217 70 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500\/20{
  --tw-gradient-from: rgb(217 70 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500\/25{
  --tw-gradient-from: rgb(217 70 239 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500\/30{
  --tw-gradient-from: rgb(217 70 239 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500\/40{
  --tw-gradient-from: rgb(217 70 239 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500\/5{
  --tw-gradient-from: rgb(217 70 239 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500\/50{
  --tw-gradient-from: rgb(217 70 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500\/60{
  --tw-gradient-from: rgb(217 70 239 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500\/70{
  --tw-gradient-from: rgb(217 70 239 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500\/75{
  --tw-gradient-from: rgb(217 70 239 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500\/80{
  --tw-gradient-from: rgb(217 70 239 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500\/90{
  --tw-gradient-from: rgb(217 70 239 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500\/95{
  --tw-gradient-from: rgb(217 70 239 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-600{
  --tw-gradient-from: #c026d3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-600\/0{
  --tw-gradient-from: rgb(192 38 211 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-600\/10{
  --tw-gradient-from: rgb(192 38 211 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-600\/100{
  --tw-gradient-from: rgb(192 38 211 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-600\/20{
  --tw-gradient-from: rgb(192 38 211 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-600\/25{
  --tw-gradient-from: rgb(192 38 211 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-600\/30{
  --tw-gradient-from: rgb(192 38 211 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-600\/40{
  --tw-gradient-from: rgb(192 38 211 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-600\/5{
  --tw-gradient-from: rgb(192 38 211 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-600\/50{
  --tw-gradient-from: rgb(192 38 211 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-600\/60{
  --tw-gradient-from: rgb(192 38 211 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-600\/70{
  --tw-gradient-from: rgb(192 38 211 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-600\/75{
  --tw-gradient-from: rgb(192 38 211 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-600\/80{
  --tw-gradient-from: rgb(192 38 211 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-600\/90{
  --tw-gradient-from: rgb(192 38 211 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-600\/95{
  --tw-gradient-from: rgb(192 38 211 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-700{
  --tw-gradient-from: #a21caf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-700\/0{
  --tw-gradient-from: rgb(162 28 175 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-700\/10{
  --tw-gradient-from: rgb(162 28 175 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-700\/100{
  --tw-gradient-from: rgb(162 28 175 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-700\/20{
  --tw-gradient-from: rgb(162 28 175 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-700\/25{
  --tw-gradient-from: rgb(162 28 175 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-700\/30{
  --tw-gradient-from: rgb(162 28 175 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-700\/40{
  --tw-gradient-from: rgb(162 28 175 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-700\/5{
  --tw-gradient-from: rgb(162 28 175 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-700\/50{
  --tw-gradient-from: rgb(162 28 175 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-700\/60{
  --tw-gradient-from: rgb(162 28 175 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-700\/70{
  --tw-gradient-from: rgb(162 28 175 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-700\/75{
  --tw-gradient-from: rgb(162 28 175 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-700\/80{
  --tw-gradient-from: rgb(162 28 175 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-700\/90{
  --tw-gradient-from: rgb(162 28 175 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-700\/95{
  --tw-gradient-from: rgb(162 28 175 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-800{
  --tw-gradient-from: #86198f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-800\/0{
  --tw-gradient-from: rgb(134 25 143 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-800\/10{
  --tw-gradient-from: rgb(134 25 143 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-800\/100{
  --tw-gradient-from: rgb(134 25 143 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-800\/20{
  --tw-gradient-from: rgb(134 25 143 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-800\/25{
  --tw-gradient-from: rgb(134 25 143 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-800\/30{
  --tw-gradient-from: rgb(134 25 143 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-800\/40{
  --tw-gradient-from: rgb(134 25 143 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-800\/5{
  --tw-gradient-from: rgb(134 25 143 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-800\/50{
  --tw-gradient-from: rgb(134 25 143 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-800\/60{
  --tw-gradient-from: rgb(134 25 143 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-800\/70{
  --tw-gradient-from: rgb(134 25 143 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-800\/75{
  --tw-gradient-from: rgb(134 25 143 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-800\/80{
  --tw-gradient-from: rgb(134 25 143 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-800\/90{
  --tw-gradient-from: rgb(134 25 143 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-800\/95{
  --tw-gradient-from: rgb(134 25 143 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-900{
  --tw-gradient-from: #701a75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-900\/0{
  --tw-gradient-from: rgb(112 26 117 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-900\/10{
  --tw-gradient-from: rgb(112 26 117 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-900\/100{
  --tw-gradient-from: rgb(112 26 117 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-900\/20{
  --tw-gradient-from: rgb(112 26 117 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-900\/25{
  --tw-gradient-from: rgb(112 26 117 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-900\/30{
  --tw-gradient-from: rgb(112 26 117 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-900\/40{
  --tw-gradient-from: rgb(112 26 117 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-900\/5{
  --tw-gradient-from: rgb(112 26 117 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-900\/50{
  --tw-gradient-from: rgb(112 26 117 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-900\/60{
  --tw-gradient-from: rgb(112 26 117 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-900\/70{
  --tw-gradient-from: rgb(112 26 117 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-900\/75{
  --tw-gradient-from: rgb(112 26 117 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-900\/80{
  --tw-gradient-from: rgb(112 26 117 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-900\/90{
  --tw-gradient-from: rgb(112 26 117 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-900\/95{
  --tw-gradient-from: rgb(112 26 117 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100{
  --tw-gradient-from: #f5f5f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100\/0{
  --tw-gradient-from: rgb(245 245 245 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100\/10{
  --tw-gradient-from: rgb(245 245 245 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100\/100{
  --tw-gradient-from: rgb(245 245 245 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100\/20{
  --tw-gradient-from: rgb(245 245 245 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100\/25{
  --tw-gradient-from: rgb(245 245 245 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100\/30{
  --tw-gradient-from: rgb(245 245 245 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100\/40{
  --tw-gradient-from: rgb(245 245 245 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100\/5{
  --tw-gradient-from: rgb(245 245 245 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100\/50{
  --tw-gradient-from: rgb(245 245 245 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100\/60{
  --tw-gradient-from: rgb(245 245 245 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100\/70{
  --tw-gradient-from: rgb(245 245 245 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100\/75{
  --tw-gradient-from: rgb(245 245 245 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100\/80{
  --tw-gradient-from: rgb(245 245 245 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100\/90{
  --tw-gradient-from: rgb(245 245 245 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100\/95{
  --tw-gradient-from: rgb(245 245 245 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200{
  --tw-gradient-from: #e5e5e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200\/0{
  --tw-gradient-from: rgb(229 229 229 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200\/10{
  --tw-gradient-from: rgb(229 229 229 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200\/100{
  --tw-gradient-from: rgb(229 229 229 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200\/20{
  --tw-gradient-from: rgb(229 229 229 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200\/25{
  --tw-gradient-from: rgb(229 229 229 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200\/30{
  --tw-gradient-from: rgb(229 229 229 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200\/40{
  --tw-gradient-from: rgb(229 229 229 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200\/5{
  --tw-gradient-from: rgb(229 229 229 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200\/50{
  --tw-gradient-from: rgb(229 229 229 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200\/60{
  --tw-gradient-from: rgb(229 229 229 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200\/70{
  --tw-gradient-from: rgb(229 229 229 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200\/75{
  --tw-gradient-from: rgb(229 229 229 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200\/80{
  --tw-gradient-from: rgb(229 229 229 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200\/90{
  --tw-gradient-from: rgb(229 229 229 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200\/95{
  --tw-gradient-from: rgb(229 229 229 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-300{
  --tw-gradient-from: #d4d4d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-300\/0{
  --tw-gradient-from: rgb(212 212 212 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-300\/10{
  --tw-gradient-from: rgb(212 212 212 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-300\/100{
  --tw-gradient-from: rgb(212 212 212 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-300\/20{
  --tw-gradient-from: rgb(212 212 212 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-300\/25{
  --tw-gradient-from: rgb(212 212 212 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-300\/30{
  --tw-gradient-from: rgb(212 212 212 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-300\/40{
  --tw-gradient-from: rgb(212 212 212 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-300\/5{
  --tw-gradient-from: rgb(212 212 212 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-300\/50{
  --tw-gradient-from: rgb(212 212 212 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-300\/60{
  --tw-gradient-from: rgb(212 212 212 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-300\/70{
  --tw-gradient-from: rgb(212 212 212 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-300\/75{
  --tw-gradient-from: rgb(212 212 212 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-300\/80{
  --tw-gradient-from: rgb(212 212 212 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-300\/90{
  --tw-gradient-from: rgb(212 212 212 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-300\/95{
  --tw-gradient-from: rgb(212 212 212 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400{
  --tw-gradient-from: #a3a3a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400\/0{
  --tw-gradient-from: rgb(163 163 163 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400\/10{
  --tw-gradient-from: rgb(163 163 163 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400\/100{
  --tw-gradient-from: rgb(163 163 163 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400\/20{
  --tw-gradient-from: rgb(163 163 163 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400\/25{
  --tw-gradient-from: rgb(163 163 163 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400\/30{
  --tw-gradient-from: rgb(163 163 163 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400\/40{
  --tw-gradient-from: rgb(163 163 163 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400\/5{
  --tw-gradient-from: rgb(163 163 163 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400\/50{
  --tw-gradient-from: rgb(163 163 163 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400\/60{
  --tw-gradient-from: rgb(163 163 163 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400\/70{
  --tw-gradient-from: rgb(163 163 163 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400\/75{
  --tw-gradient-from: rgb(163 163 163 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400\/80{
  --tw-gradient-from: rgb(163 163 163 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400\/90{
  --tw-gradient-from: rgb(163 163 163 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400\/95{
  --tw-gradient-from: rgb(163 163 163 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50{
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/0{
  --tw-gradient-from: rgb(250 250 250 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/10{
  --tw-gradient-from: rgb(250 250 250 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/100{
  --tw-gradient-from: rgb(250 250 250 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/20{
  --tw-gradient-from: rgb(250 250 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/25{
  --tw-gradient-from: rgb(250 250 250 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/30{
  --tw-gradient-from: rgb(250 250 250 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/40{
  --tw-gradient-from: rgb(250 250 250 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/5{
  --tw-gradient-from: rgb(250 250 250 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/50{
  --tw-gradient-from: rgb(250 250 250 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/60{
  --tw-gradient-from: rgb(250 250 250 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/70{
  --tw-gradient-from: rgb(250 250 250 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/75{
  --tw-gradient-from: rgb(250 250 250 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/80{
  --tw-gradient-from: rgb(250 250 250 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/90{
  --tw-gradient-from: rgb(250 250 250 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/95{
  --tw-gradient-from: rgb(250 250 250 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/\[80\%\]{
  --tw-gradient-from: rgb(250 250 250 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500{
  --tw-gradient-from: #737373 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500\/0{
  --tw-gradient-from: rgb(115 115 115 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500\/10{
  --tw-gradient-from: rgb(115 115 115 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500\/100{
  --tw-gradient-from: rgb(115 115 115 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500\/20{
  --tw-gradient-from: rgb(115 115 115 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500\/25{
  --tw-gradient-from: rgb(115 115 115 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500\/30{
  --tw-gradient-from: rgb(115 115 115 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500\/40{
  --tw-gradient-from: rgb(115 115 115 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500\/5{
  --tw-gradient-from: rgb(115 115 115 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500\/50{
  --tw-gradient-from: rgb(115 115 115 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500\/60{
  --tw-gradient-from: rgb(115 115 115 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500\/70{
  --tw-gradient-from: rgb(115 115 115 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500\/75{
  --tw-gradient-from: rgb(115 115 115 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500\/80{
  --tw-gradient-from: rgb(115 115 115 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500\/90{
  --tw-gradient-from: rgb(115 115 115 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500\/95{
  --tw-gradient-from: rgb(115 115 115 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600{
  --tw-gradient-from: #525252 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600\/0{
  --tw-gradient-from: rgb(82 82 82 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600\/10{
  --tw-gradient-from: rgb(82 82 82 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600\/100{
  --tw-gradient-from: rgb(82 82 82 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600\/20{
  --tw-gradient-from: rgb(82 82 82 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600\/25{
  --tw-gradient-from: rgb(82 82 82 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600\/30{
  --tw-gradient-from: rgb(82 82 82 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600\/40{
  --tw-gradient-from: rgb(82 82 82 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600\/5{
  --tw-gradient-from: rgb(82 82 82 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600\/50{
  --tw-gradient-from: rgb(82 82 82 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600\/60{
  --tw-gradient-from: rgb(82 82 82 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600\/70{
  --tw-gradient-from: rgb(82 82 82 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600\/75{
  --tw-gradient-from: rgb(82 82 82 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600\/80{
  --tw-gradient-from: rgb(82 82 82 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600\/90{
  --tw-gradient-from: rgb(82 82 82 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600\/95{
  --tw-gradient-from: rgb(82 82 82 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700{
  --tw-gradient-from: #404040 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/0{
  --tw-gradient-from: rgb(64 64 64 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/10{
  --tw-gradient-from: rgb(64 64 64 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/100{
  --tw-gradient-from: rgb(64 64 64 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/20{
  --tw-gradient-from: rgb(64 64 64 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/25{
  --tw-gradient-from: rgb(64 64 64 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/30{
  --tw-gradient-from: rgb(64 64 64 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/40{
  --tw-gradient-from: rgb(64 64 64 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/5{
  --tw-gradient-from: rgb(64 64 64 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/50{
  --tw-gradient-from: rgb(64 64 64 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/60{
  --tw-gradient-from: rgb(64 64 64 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/70{
  --tw-gradient-from: rgb(64 64 64 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/75{
  --tw-gradient-from: rgb(64 64 64 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/80{
  --tw-gradient-from: rgb(64 64 64 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/90{
  --tw-gradient-from: rgb(64 64 64 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/95{
  --tw-gradient-from: rgb(64 64 64 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800{
  --tw-gradient-from: #262626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800\/0{
  --tw-gradient-from: rgb(38 38 38 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800\/10{
  --tw-gradient-from: rgb(38 38 38 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800\/100{
  --tw-gradient-from: rgb(38 38 38 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800\/20{
  --tw-gradient-from: rgb(38 38 38 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800\/25{
  --tw-gradient-from: rgb(38 38 38 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800\/30{
  --tw-gradient-from: rgb(38 38 38 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800\/40{
  --tw-gradient-from: rgb(38 38 38 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800\/5{
  --tw-gradient-from: rgb(38 38 38 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800\/50{
  --tw-gradient-from: rgb(38 38 38 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800\/60{
  --tw-gradient-from: rgb(38 38 38 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800\/70{
  --tw-gradient-from: rgb(38 38 38 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800\/75{
  --tw-gradient-from: rgb(38 38 38 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800\/80{
  --tw-gradient-from: rgb(38 38 38 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800\/90{
  --tw-gradient-from: rgb(38 38 38 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800\/95{
  --tw-gradient-from: rgb(38 38 38 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900{
  --tw-gradient-from: #171717 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/0{
  --tw-gradient-from: rgb(23 23 23 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/10{
  --tw-gradient-from: rgb(23 23 23 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/100{
  --tw-gradient-from: rgb(23 23 23 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/20{
  --tw-gradient-from: rgb(23 23 23 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/25{
  --tw-gradient-from: rgb(23 23 23 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/30{
  --tw-gradient-from: rgb(23 23 23 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/40{
  --tw-gradient-from: rgb(23 23 23 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/5{
  --tw-gradient-from: rgb(23 23 23 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/50{
  --tw-gradient-from: rgb(23 23 23 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/60{
  --tw-gradient-from: rgb(23 23 23 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/70{
  --tw-gradient-from: rgb(23 23 23 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/75{
  --tw-gradient-from: rgb(23 23 23 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/80{
  --tw-gradient-from: rgb(23 23 23 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/90{
  --tw-gradient-from: rgb(23 23 23 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/95{
  --tw-gradient-from: rgb(23 23 23 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100{
  --tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100\/0{
  --tw-gradient-from: rgb(209 250 229 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100\/10{
  --tw-gradient-from: rgb(209 250 229 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100\/100{
  --tw-gradient-from: rgb(209 250 229 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100\/20{
  --tw-gradient-from: rgb(209 250 229 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100\/25{
  --tw-gradient-from: rgb(209 250 229 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100\/30{
  --tw-gradient-from: rgb(209 250 229 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100\/40{
  --tw-gradient-from: rgb(209 250 229 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100\/5{
  --tw-gradient-from: rgb(209 250 229 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100\/50{
  --tw-gradient-from: rgb(209 250 229 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100\/60{
  --tw-gradient-from: rgb(209 250 229 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100\/70{
  --tw-gradient-from: rgb(209 250 229 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100\/75{
  --tw-gradient-from: rgb(209 250 229 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100\/80{
  --tw-gradient-from: rgb(209 250 229 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100\/90{
  --tw-gradient-from: rgb(209 250 229 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100\/95{
  --tw-gradient-from: rgb(209 250 229 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200{
  --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200\/0{
  --tw-gradient-from: rgb(167 243 208 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200\/10{
  --tw-gradient-from: rgb(167 243 208 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200\/100{
  --tw-gradient-from: rgb(167 243 208 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200\/20{
  --tw-gradient-from: rgb(167 243 208 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200\/25{
  --tw-gradient-from: rgb(167 243 208 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200\/30{
  --tw-gradient-from: rgb(167 243 208 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200\/40{
  --tw-gradient-from: rgb(167 243 208 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200\/5{
  --tw-gradient-from: rgb(167 243 208 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200\/50{
  --tw-gradient-from: rgb(167 243 208 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200\/60{
  --tw-gradient-from: rgb(167 243 208 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200\/70{
  --tw-gradient-from: rgb(167 243 208 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200\/75{
  --tw-gradient-from: rgb(167 243 208 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200\/80{
  --tw-gradient-from: rgb(167 243 208 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200\/90{
  --tw-gradient-from: rgb(167 243 208 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200\/95{
  --tw-gradient-from: rgb(167 243 208 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-300{
  --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-300\/0{
  --tw-gradient-from: rgb(110 231 183 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-300\/10{
  --tw-gradient-from: rgb(110 231 183 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-300\/100{
  --tw-gradient-from: rgb(110 231 183 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-300\/20{
  --tw-gradient-from: rgb(110 231 183 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-300\/25{
  --tw-gradient-from: rgb(110 231 183 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-300\/30{
  --tw-gradient-from: rgb(110 231 183 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-300\/40{
  --tw-gradient-from: rgb(110 231 183 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-300\/5{
  --tw-gradient-from: rgb(110 231 183 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-300\/50{
  --tw-gradient-from: rgb(110 231 183 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-300\/60{
  --tw-gradient-from: rgb(110 231 183 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-300\/70{
  --tw-gradient-from: rgb(110 231 183 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-300\/75{
  --tw-gradient-from: rgb(110 231 183 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-300\/80{
  --tw-gradient-from: rgb(110 231 183 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-300\/90{
  --tw-gradient-from: rgb(110 231 183 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-300\/95{
  --tw-gradient-from: rgb(110 231 183 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400{
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400\/0{
  --tw-gradient-from: rgb(52 211 153 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400\/10{
  --tw-gradient-from: rgb(52 211 153 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400\/100{
  --tw-gradient-from: rgb(52 211 153 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400\/20{
  --tw-gradient-from: rgb(52 211 153 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400\/25{
  --tw-gradient-from: rgb(52 211 153 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400\/30{
  --tw-gradient-from: rgb(52 211 153 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400\/40{
  --tw-gradient-from: rgb(52 211 153 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400\/5{
  --tw-gradient-from: rgb(52 211 153 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400\/50{
  --tw-gradient-from: rgb(52 211 153 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400\/60{
  --tw-gradient-from: rgb(52 211 153 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400\/70{
  --tw-gradient-from: rgb(52 211 153 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400\/75{
  --tw-gradient-from: rgb(52 211 153 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400\/80{
  --tw-gradient-from: rgb(52 211 153 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400\/90{
  --tw-gradient-from: rgb(52 211 153 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400\/95{
  --tw-gradient-from: rgb(52 211 153 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50{
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50\/0{
  --tw-gradient-from: rgb(236 253 245 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50\/10{
  --tw-gradient-from: rgb(236 253 245 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50\/100{
  --tw-gradient-from: rgb(236 253 245 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50\/20{
  --tw-gradient-from: rgb(236 253 245 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50\/25{
  --tw-gradient-from: rgb(236 253 245 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50\/30{
  --tw-gradient-from: rgb(236 253 245 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50\/40{
  --tw-gradient-from: rgb(236 253 245 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50\/5{
  --tw-gradient-from: rgb(236 253 245 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50\/50{
  --tw-gradient-from: rgb(236 253 245 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50\/60{
  --tw-gradient-from: rgb(236 253 245 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50\/70{
  --tw-gradient-from: rgb(236 253 245 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50\/75{
  --tw-gradient-from: rgb(236 253 245 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50\/80{
  --tw-gradient-from: rgb(236 253 245 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50\/90{
  --tw-gradient-from: rgb(236 253 245 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50\/95{
  --tw-gradient-from: rgb(236 253 245 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500{
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500\/0{
  --tw-gradient-from: rgb(16 185 129 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500\/10{
  --tw-gradient-from: rgb(16 185 129 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500\/100{
  --tw-gradient-from: rgb(16 185 129 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500\/20{
  --tw-gradient-from: rgb(16 185 129 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500\/25{
  --tw-gradient-from: rgb(16 185 129 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500\/30{
  --tw-gradient-from: rgb(16 185 129 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500\/40{
  --tw-gradient-from: rgb(16 185 129 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500\/5{
  --tw-gradient-from: rgb(16 185 129 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500\/50{
  --tw-gradient-from: rgb(16 185 129 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500\/60{
  --tw-gradient-from: rgb(16 185 129 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500\/70{
  --tw-gradient-from: rgb(16 185 129 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500\/75{
  --tw-gradient-from: rgb(16 185 129 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500\/80{
  --tw-gradient-from: rgb(16 185 129 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500\/90{
  --tw-gradient-from: rgb(16 185 129 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500\/95{
  --tw-gradient-from: rgb(16 185 129 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600{
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600\/0{
  --tw-gradient-from: rgb(5 150 105 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600\/10{
  --tw-gradient-from: rgb(5 150 105 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600\/100{
  --tw-gradient-from: rgb(5 150 105 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600\/20{
  --tw-gradient-from: rgb(5 150 105 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600\/25{
  --tw-gradient-from: rgb(5 150 105 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600\/30{
  --tw-gradient-from: rgb(5 150 105 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600\/40{
  --tw-gradient-from: rgb(5 150 105 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600\/5{
  --tw-gradient-from: rgb(5 150 105 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600\/50{
  --tw-gradient-from: rgb(5 150 105 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600\/60{
  --tw-gradient-from: rgb(5 150 105 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600\/70{
  --tw-gradient-from: rgb(5 150 105 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600\/75{
  --tw-gradient-from: rgb(5 150 105 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600\/80{
  --tw-gradient-from: rgb(5 150 105 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600\/90{
  --tw-gradient-from: rgb(5 150 105 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600\/95{
  --tw-gradient-from: rgb(5 150 105 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-700{
  --tw-gradient-from: #047857 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-700\/0{
  --tw-gradient-from: rgb(4 120 87 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-700\/10{
  --tw-gradient-from: rgb(4 120 87 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-700\/100{
  --tw-gradient-from: rgb(4 120 87 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-700\/20{
  --tw-gradient-from: rgb(4 120 87 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-700\/25{
  --tw-gradient-from: rgb(4 120 87 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-700\/30{
  --tw-gradient-from: rgb(4 120 87 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-700\/40{
  --tw-gradient-from: rgb(4 120 87 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-700\/5{
  --tw-gradient-from: rgb(4 120 87 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-700\/50{
  --tw-gradient-from: rgb(4 120 87 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-700\/60{
  --tw-gradient-from: rgb(4 120 87 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-700\/70{
  --tw-gradient-from: rgb(4 120 87 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-700\/75{
  --tw-gradient-from: rgb(4 120 87 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-700\/80{
  --tw-gradient-from: rgb(4 120 87 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-700\/90{
  --tw-gradient-from: rgb(4 120 87 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-700\/95{
  --tw-gradient-from: rgb(4 120 87 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800{
  --tw-gradient-from: #065f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800\/0{
  --tw-gradient-from: rgb(6 95 70 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800\/10{
  --tw-gradient-from: rgb(6 95 70 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800\/100{
  --tw-gradient-from: rgb(6 95 70 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800\/20{
  --tw-gradient-from: rgb(6 95 70 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800\/25{
  --tw-gradient-from: rgb(6 95 70 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800\/30{
  --tw-gradient-from: rgb(6 95 70 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800\/40{
  --tw-gradient-from: rgb(6 95 70 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800\/5{
  --tw-gradient-from: rgb(6 95 70 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800\/50{
  --tw-gradient-from: rgb(6 95 70 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800\/60{
  --tw-gradient-from: rgb(6 95 70 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800\/70{
  --tw-gradient-from: rgb(6 95 70 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800\/75{
  --tw-gradient-from: rgb(6 95 70 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800\/80{
  --tw-gradient-from: rgb(6 95 70 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800\/90{
  --tw-gradient-from: rgb(6 95 70 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800\/95{
  --tw-gradient-from: rgb(6 95 70 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-900{
  --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-900\/0{
  --tw-gradient-from: rgb(6 78 59 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-900\/10{
  --tw-gradient-from: rgb(6 78 59 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-900\/100{
  --tw-gradient-from: rgb(6 78 59 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-900\/20{
  --tw-gradient-from: rgb(6 78 59 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-900\/25{
  --tw-gradient-from: rgb(6 78 59 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-900\/30{
  --tw-gradient-from: rgb(6 78 59 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-900\/40{
  --tw-gradient-from: rgb(6 78 59 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-900\/5{
  --tw-gradient-from: rgb(6 78 59 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-900\/50{
  --tw-gradient-from: rgb(6 78 59 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-900\/60{
  --tw-gradient-from: rgb(6 78 59 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-900\/70{
  --tw-gradient-from: rgb(6 78 59 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-900\/75{
  --tw-gradient-from: rgb(6 78 59 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-900\/80{
  --tw-gradient-from: rgb(6 78 59 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-900\/90{
  --tw-gradient-from: rgb(6 78 59 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-900\/95{
  --tw-gradient-from: rgb(6 78 59 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100{
  --tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100\/0{
  --tw-gradient-from: rgb(224 231 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100\/10{
  --tw-gradient-from: rgb(224 231 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100\/100{
  --tw-gradient-from: rgb(224 231 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100\/20{
  --tw-gradient-from: rgb(224 231 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100\/25{
  --tw-gradient-from: rgb(224 231 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100\/30{
  --tw-gradient-from: rgb(224 231 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100\/40{
  --tw-gradient-from: rgb(224 231 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100\/5{
  --tw-gradient-from: rgb(224 231 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100\/50{
  --tw-gradient-from: rgb(224 231 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100\/60{
  --tw-gradient-from: rgb(224 231 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100\/70{
  --tw-gradient-from: rgb(224 231 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100\/75{
  --tw-gradient-from: rgb(224 231 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100\/80{
  --tw-gradient-from: rgb(224 231 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100\/90{
  --tw-gradient-from: rgb(224 231 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100\/95{
  --tw-gradient-from: rgb(224 231 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-200{
  --tw-gradient-from: #c7d2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-200\/0{
  --tw-gradient-from: rgb(199 210 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-200\/10{
  --tw-gradient-from: rgb(199 210 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-200\/100{
  --tw-gradient-from: rgb(199 210 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-200\/20{
  --tw-gradient-from: rgb(199 210 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-200\/25{
  --tw-gradient-from: rgb(199 210 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-200\/30{
  --tw-gradient-from: rgb(199 210 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-200\/40{
  --tw-gradient-from: rgb(199 210 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-200\/5{
  --tw-gradient-from: rgb(199 210 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-200\/50{
  --tw-gradient-from: rgb(199 210 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-200\/60{
  --tw-gradient-from: rgb(199 210 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-200\/70{
  --tw-gradient-from: rgb(199 210 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-200\/75{
  --tw-gradient-from: rgb(199 210 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-200\/80{
  --tw-gradient-from: rgb(199 210 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-200\/90{
  --tw-gradient-from: rgb(199 210 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-200\/95{
  --tw-gradient-from: rgb(199 210 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-300{
  --tw-gradient-from: #a5b4fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-300\/0{
  --tw-gradient-from: rgb(165 180 252 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-300\/10{
  --tw-gradient-from: rgb(165 180 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-300\/100{
  --tw-gradient-from: rgb(165 180 252 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-300\/20{
  --tw-gradient-from: rgb(165 180 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-300\/25{
  --tw-gradient-from: rgb(165 180 252 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-300\/30{
  --tw-gradient-from: rgb(165 180 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-300\/40{
  --tw-gradient-from: rgb(165 180 252 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-300\/5{
  --tw-gradient-from: rgb(165 180 252 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-300\/50{
  --tw-gradient-from: rgb(165 180 252 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-300\/60{
  --tw-gradient-from: rgb(165 180 252 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-300\/70{
  --tw-gradient-from: rgb(165 180 252 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-300\/75{
  --tw-gradient-from: rgb(165 180 252 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-300\/80{
  --tw-gradient-from: rgb(165 180 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-300\/90{
  --tw-gradient-from: rgb(165 180 252 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-300\/95{
  --tw-gradient-from: rgb(165 180 252 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400{
  --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400\/0{
  --tw-gradient-from: rgb(129 140 248 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400\/10{
  --tw-gradient-from: rgb(129 140 248 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400\/100{
  --tw-gradient-from: rgb(129 140 248 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400\/20{
  --tw-gradient-from: rgb(129 140 248 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400\/25{
  --tw-gradient-from: rgb(129 140 248 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400\/30{
  --tw-gradient-from: rgb(129 140 248 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400\/40{
  --tw-gradient-from: rgb(129 140 248 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400\/5{
  --tw-gradient-from: rgb(129 140 248 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400\/50{
  --tw-gradient-from: rgb(129 140 248 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400\/60{
  --tw-gradient-from: rgb(129 140 248 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400\/70{
  --tw-gradient-from: rgb(129 140 248 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400\/75{
  --tw-gradient-from: rgb(129 140 248 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400\/80{
  --tw-gradient-from: rgb(129 140 248 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400\/90{
  --tw-gradient-from: rgb(129 140 248 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400\/95{
  --tw-gradient-from: rgb(129 140 248 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50{
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50\/0{
  --tw-gradient-from: rgb(238 242 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50\/10{
  --tw-gradient-from: rgb(238 242 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50\/100{
  --tw-gradient-from: rgb(238 242 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50\/20{
  --tw-gradient-from: rgb(238 242 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50\/25{
  --tw-gradient-from: rgb(238 242 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50\/30{
  --tw-gradient-from: rgb(238 242 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50\/40{
  --tw-gradient-from: rgb(238 242 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50\/5{
  --tw-gradient-from: rgb(238 242 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50\/50{
  --tw-gradient-from: rgb(238 242 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50\/60{
  --tw-gradient-from: rgb(238 242 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50\/70{
  --tw-gradient-from: rgb(238 242 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50\/75{
  --tw-gradient-from: rgb(238 242 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50\/80{
  --tw-gradient-from: rgb(238 242 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50\/90{
  --tw-gradient-from: rgb(238 242 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50\/95{
  --tw-gradient-from: rgb(238 242 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500{
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500\/0{
  --tw-gradient-from: rgb(99 102 241 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500\/10{
  --tw-gradient-from: rgb(99 102 241 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500\/100{
  --tw-gradient-from: rgb(99 102 241 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500\/20{
  --tw-gradient-from: rgb(99 102 241 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500\/25{
  --tw-gradient-from: rgb(99 102 241 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500\/30{
  --tw-gradient-from: rgb(99 102 241 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500\/40{
  --tw-gradient-from: rgb(99 102 241 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500\/5{
  --tw-gradient-from: rgb(99 102 241 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500\/50{
  --tw-gradient-from: rgb(99 102 241 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500\/60{
  --tw-gradient-from: rgb(99 102 241 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500\/70{
  --tw-gradient-from: rgb(99 102 241 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500\/75{
  --tw-gradient-from: rgb(99 102 241 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500\/80{
  --tw-gradient-from: rgb(99 102 241 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500\/90{
  --tw-gradient-from: rgb(99 102 241 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500\/95{
  --tw-gradient-from: rgb(99 102 241 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600{
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600\/0{
  --tw-gradient-from: rgb(79 70 229 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600\/10{
  --tw-gradient-from: rgb(79 70 229 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600\/100{
  --tw-gradient-from: rgb(79 70 229 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600\/20{
  --tw-gradient-from: rgb(79 70 229 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600\/25{
  --tw-gradient-from: rgb(79 70 229 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600\/30{
  --tw-gradient-from: rgb(79 70 229 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600\/40{
  --tw-gradient-from: rgb(79 70 229 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600\/5{
  --tw-gradient-from: rgb(79 70 229 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600\/50{
  --tw-gradient-from: rgb(79 70 229 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600\/60{
  --tw-gradient-from: rgb(79 70 229 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600\/70{
  --tw-gradient-from: rgb(79 70 229 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600\/75{
  --tw-gradient-from: rgb(79 70 229 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600\/80{
  --tw-gradient-from: rgb(79 70 229 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600\/90{
  --tw-gradient-from: rgb(79 70 229 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600\/95{
  --tw-gradient-from: rgb(79 70 229 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-700{
  --tw-gradient-from: #4338ca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-700\/0{
  --tw-gradient-from: rgb(67 56 202 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-700\/10{
  --tw-gradient-from: rgb(67 56 202 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-700\/100{
  --tw-gradient-from: rgb(67 56 202 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-700\/20{
  --tw-gradient-from: rgb(67 56 202 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-700\/25{
  --tw-gradient-from: rgb(67 56 202 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-700\/30{
  --tw-gradient-from: rgb(67 56 202 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-700\/40{
  --tw-gradient-from: rgb(67 56 202 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-700\/5{
  --tw-gradient-from: rgb(67 56 202 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-700\/50{
  --tw-gradient-from: rgb(67 56 202 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-700\/60{
  --tw-gradient-from: rgb(67 56 202 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-700\/70{
  --tw-gradient-from: rgb(67 56 202 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-700\/75{
  --tw-gradient-from: rgb(67 56 202 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-700\/80{
  --tw-gradient-from: rgb(67 56 202 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-700\/90{
  --tw-gradient-from: rgb(67 56 202 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-700\/95{
  --tw-gradient-from: rgb(67 56 202 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-800{
  --tw-gradient-from: #3730a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-800\/0{
  --tw-gradient-from: rgb(55 48 163 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-800\/10{
  --tw-gradient-from: rgb(55 48 163 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-800\/100{
  --tw-gradient-from: rgb(55 48 163 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-800\/20{
  --tw-gradient-from: rgb(55 48 163 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-800\/25{
  --tw-gradient-from: rgb(55 48 163 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-800\/30{
  --tw-gradient-from: rgb(55 48 163 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-800\/40{
  --tw-gradient-from: rgb(55 48 163 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-800\/5{
  --tw-gradient-from: rgb(55 48 163 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-800\/50{
  --tw-gradient-from: rgb(55 48 163 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-800\/60{
  --tw-gradient-from: rgb(55 48 163 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-800\/70{
  --tw-gradient-from: rgb(55 48 163 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-800\/75{
  --tw-gradient-from: rgb(55 48 163 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-800\/80{
  --tw-gradient-from: rgb(55 48 163 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-800\/90{
  --tw-gradient-from: rgb(55 48 163 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-800\/95{
  --tw-gradient-from: rgb(55 48 163 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900{
  --tw-gradient-from: #312e81 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900\/0{
  --tw-gradient-from: rgb(49 46 129 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900\/10{
  --tw-gradient-from: rgb(49 46 129 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900\/100{
  --tw-gradient-from: rgb(49 46 129 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900\/20{
  --tw-gradient-from: rgb(49 46 129 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900\/25{
  --tw-gradient-from: rgb(49 46 129 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900\/30{
  --tw-gradient-from: rgb(49 46 129 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900\/40{
  --tw-gradient-from: rgb(49 46 129 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900\/5{
  --tw-gradient-from: rgb(49 46 129 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900\/50{
  --tw-gradient-from: rgb(49 46 129 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900\/60{
  --tw-gradient-from: rgb(49 46 129 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900\/70{
  --tw-gradient-from: rgb(49 46 129 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900\/75{
  --tw-gradient-from: rgb(49 46 129 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900\/80{
  --tw-gradient-from: rgb(49 46 129 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900\/90{
  --tw-gradient-from: rgb(49 46 129 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900\/95{
  --tw-gradient-from: rgb(49 46 129 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-100{
  --tw-gradient-from: #ecfccb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-100\/0{
  --tw-gradient-from: rgb(236 252 203 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-100\/10{
  --tw-gradient-from: rgb(236 252 203 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-100\/100{
  --tw-gradient-from: rgb(236 252 203 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-100\/20{
  --tw-gradient-from: rgb(236 252 203 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-100\/25{
  --tw-gradient-from: rgb(236 252 203 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-100\/30{
  --tw-gradient-from: rgb(236 252 203 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-100\/40{
  --tw-gradient-from: rgb(236 252 203 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-100\/5{
  --tw-gradient-from: rgb(236 252 203 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-100\/50{
  --tw-gradient-from: rgb(236 252 203 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-100\/60{
  --tw-gradient-from: rgb(236 252 203 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-100\/70{
  --tw-gradient-from: rgb(236 252 203 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-100\/75{
  --tw-gradient-from: rgb(236 252 203 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-100\/80{
  --tw-gradient-from: rgb(236 252 203 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-100\/90{
  --tw-gradient-from: rgb(236 252 203 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-100\/95{
  --tw-gradient-from: rgb(236 252 203 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-200{
  --tw-gradient-from: #d9f99d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-200\/0{
  --tw-gradient-from: rgb(217 249 157 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-200\/10{
  --tw-gradient-from: rgb(217 249 157 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-200\/100{
  --tw-gradient-from: rgb(217 249 157 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-200\/20{
  --tw-gradient-from: rgb(217 249 157 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-200\/25{
  --tw-gradient-from: rgb(217 249 157 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-200\/30{
  --tw-gradient-from: rgb(217 249 157 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-200\/40{
  --tw-gradient-from: rgb(217 249 157 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-200\/5{
  --tw-gradient-from: rgb(217 249 157 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-200\/50{
  --tw-gradient-from: rgb(217 249 157 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-200\/60{
  --tw-gradient-from: rgb(217 249 157 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-200\/70{
  --tw-gradient-from: rgb(217 249 157 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-200\/75{
  --tw-gradient-from: rgb(217 249 157 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-200\/80{
  --tw-gradient-from: rgb(217 249 157 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-200\/90{
  --tw-gradient-from: rgb(217 249 157 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-200\/95{
  --tw-gradient-from: rgb(217 249 157 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-300{
  --tw-gradient-from: #bef264 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-300\/0{
  --tw-gradient-from: rgb(190 242 100 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-300\/10{
  --tw-gradient-from: rgb(190 242 100 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-300\/100{
  --tw-gradient-from: rgb(190 242 100 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-300\/20{
  --tw-gradient-from: rgb(190 242 100 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-300\/25{
  --tw-gradient-from: rgb(190 242 100 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-300\/30{
  --tw-gradient-from: rgb(190 242 100 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-300\/40{
  --tw-gradient-from: rgb(190 242 100 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-300\/5{
  --tw-gradient-from: rgb(190 242 100 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-300\/50{
  --tw-gradient-from: rgb(190 242 100 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-300\/60{
  --tw-gradient-from: rgb(190 242 100 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-300\/70{
  --tw-gradient-from: rgb(190 242 100 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-300\/75{
  --tw-gradient-from: rgb(190 242 100 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-300\/80{
  --tw-gradient-from: rgb(190 242 100 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-300\/90{
  --tw-gradient-from: rgb(190 242 100 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-300\/95{
  --tw-gradient-from: rgb(190 242 100 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400{
  --tw-gradient-from: #a3e635 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400\/0{
  --tw-gradient-from: rgb(163 230 53 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400\/10{
  --tw-gradient-from: rgb(163 230 53 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400\/100{
  --tw-gradient-from: rgb(163 230 53 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400\/20{
  --tw-gradient-from: rgb(163 230 53 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400\/25{
  --tw-gradient-from: rgb(163 230 53 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400\/30{
  --tw-gradient-from: rgb(163 230 53 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400\/40{
  --tw-gradient-from: rgb(163 230 53 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400\/5{
  --tw-gradient-from: rgb(163 230 53 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400\/50{
  --tw-gradient-from: rgb(163 230 53 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400\/60{
  --tw-gradient-from: rgb(163 230 53 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400\/70{
  --tw-gradient-from: rgb(163 230 53 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400\/75{
  --tw-gradient-from: rgb(163 230 53 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400\/80{
  --tw-gradient-from: rgb(163 230 53 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400\/90{
  --tw-gradient-from: rgb(163 230 53 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400\/95{
  --tw-gradient-from: rgb(163 230 53 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-50{
  --tw-gradient-from: #f7fee7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-50\/0{
  --tw-gradient-from: rgb(247 254 231 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-50\/10{
  --tw-gradient-from: rgb(247 254 231 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-50\/100{
  --tw-gradient-from: rgb(247 254 231 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-50\/20{
  --tw-gradient-from: rgb(247 254 231 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-50\/25{
  --tw-gradient-from: rgb(247 254 231 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-50\/30{
  --tw-gradient-from: rgb(247 254 231 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-50\/40{
  --tw-gradient-from: rgb(247 254 231 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-50\/5{
  --tw-gradient-from: rgb(247 254 231 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-50\/50{
  --tw-gradient-from: rgb(247 254 231 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-50\/60{
  --tw-gradient-from: rgb(247 254 231 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-50\/70{
  --tw-gradient-from: rgb(247 254 231 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-50\/75{
  --tw-gradient-from: rgb(247 254 231 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-50\/80{
  --tw-gradient-from: rgb(247 254 231 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-50\/90{
  --tw-gradient-from: rgb(247 254 231 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-50\/95{
  --tw-gradient-from: rgb(247 254 231 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-500{
  --tw-gradient-from: #84cc16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-500\/0{
  --tw-gradient-from: rgb(132 204 22 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-500\/10{
  --tw-gradient-from: rgb(132 204 22 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-500\/100{
  --tw-gradient-from: rgb(132 204 22 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-500\/20{
  --tw-gradient-from: rgb(132 204 22 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-500\/25{
  --tw-gradient-from: rgb(132 204 22 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-500\/30{
  --tw-gradient-from: rgb(132 204 22 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-500\/40{
  --tw-gradient-from: rgb(132 204 22 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-500\/5{
  --tw-gradient-from: rgb(132 204 22 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-500\/50{
  --tw-gradient-from: rgb(132 204 22 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-500\/60{
  --tw-gradient-from: rgb(132 204 22 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-500\/70{
  --tw-gradient-from: rgb(132 204 22 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-500\/75{
  --tw-gradient-from: rgb(132 204 22 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-500\/80{
  --tw-gradient-from: rgb(132 204 22 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-500\/90{
  --tw-gradient-from: rgb(132 204 22 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-500\/95{
  --tw-gradient-from: rgb(132 204 22 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-600{
  --tw-gradient-from: #65a30d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-600\/0{
  --tw-gradient-from: rgb(101 163 13 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-600\/10{
  --tw-gradient-from: rgb(101 163 13 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-600\/100{
  --tw-gradient-from: rgb(101 163 13 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-600\/20{
  --tw-gradient-from: rgb(101 163 13 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-600\/25{
  --tw-gradient-from: rgb(101 163 13 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-600\/30{
  --tw-gradient-from: rgb(101 163 13 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-600\/40{
  --tw-gradient-from: rgb(101 163 13 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-600\/5{
  --tw-gradient-from: rgb(101 163 13 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-600\/50{
  --tw-gradient-from: rgb(101 163 13 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-600\/60{
  --tw-gradient-from: rgb(101 163 13 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-600\/70{
  --tw-gradient-from: rgb(101 163 13 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-600\/75{
  --tw-gradient-from: rgb(101 163 13 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-600\/80{
  --tw-gradient-from: rgb(101 163 13 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-600\/90{
  --tw-gradient-from: rgb(101 163 13 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-600\/95{
  --tw-gradient-from: rgb(101 163 13 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-700{
  --tw-gradient-from: #4d7c0f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-700\/0{
  --tw-gradient-from: rgb(77 124 15 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-700\/10{
  --tw-gradient-from: rgb(77 124 15 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-700\/100{
  --tw-gradient-from: rgb(77 124 15 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-700\/20{
  --tw-gradient-from: rgb(77 124 15 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-700\/25{
  --tw-gradient-from: rgb(77 124 15 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-700\/30{
  --tw-gradient-from: rgb(77 124 15 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-700\/40{
  --tw-gradient-from: rgb(77 124 15 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-700\/5{
  --tw-gradient-from: rgb(77 124 15 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-700\/50{
  --tw-gradient-from: rgb(77 124 15 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-700\/60{
  --tw-gradient-from: rgb(77 124 15 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-700\/70{
  --tw-gradient-from: rgb(77 124 15 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-700\/75{
  --tw-gradient-from: rgb(77 124 15 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-700\/80{
  --tw-gradient-from: rgb(77 124 15 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-700\/90{
  --tw-gradient-from: rgb(77 124 15 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-700\/95{
  --tw-gradient-from: rgb(77 124 15 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-800{
  --tw-gradient-from: #3f6212 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-800\/0{
  --tw-gradient-from: rgb(63 98 18 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-800\/10{
  --tw-gradient-from: rgb(63 98 18 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-800\/100{
  --tw-gradient-from: rgb(63 98 18 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-800\/20{
  --tw-gradient-from: rgb(63 98 18 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-800\/25{
  --tw-gradient-from: rgb(63 98 18 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-800\/30{
  --tw-gradient-from: rgb(63 98 18 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-800\/40{
  --tw-gradient-from: rgb(63 98 18 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-800\/5{
  --tw-gradient-from: rgb(63 98 18 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-800\/50{
  --tw-gradient-from: rgb(63 98 18 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-800\/60{
  --tw-gradient-from: rgb(63 98 18 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-800\/70{
  --tw-gradient-from: rgb(63 98 18 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-800\/75{
  --tw-gradient-from: rgb(63 98 18 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-800\/80{
  --tw-gradient-from: rgb(63 98 18 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-800\/90{
  --tw-gradient-from: rgb(63 98 18 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-800\/95{
  --tw-gradient-from: rgb(63 98 18 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-900{
  --tw-gradient-from: #365314 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-900\/0{
  --tw-gradient-from: rgb(54 83 20 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-900\/10{
  --tw-gradient-from: rgb(54 83 20 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-900\/100{
  --tw-gradient-from: rgb(54 83 20 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-900\/20{
  --tw-gradient-from: rgb(54 83 20 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-900\/25{
  --tw-gradient-from: rgb(54 83 20 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-900\/30{
  --tw-gradient-from: rgb(54 83 20 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-900\/40{
  --tw-gradient-from: rgb(54 83 20 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-900\/5{
  --tw-gradient-from: rgb(54 83 20 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-900\/50{
  --tw-gradient-from: rgb(54 83 20 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-900\/60{
  --tw-gradient-from: rgb(54 83 20 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-900\/70{
  --tw-gradient-from: rgb(54 83 20 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-900\/75{
  --tw-gradient-from: rgb(54 83 20 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-900\/80{
  --tw-gradient-from: rgb(54 83 20 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-900\/90{
  --tw-gradient-from: rgb(54 83 20 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-900\/95{
  --tw-gradient-from: rgb(54 83 20 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-100{
  --tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-100\/0{
  --tw-gradient-from: rgb(255 237 213 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-100\/10{
  --tw-gradient-from: rgb(255 237 213 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-100\/100{
  --tw-gradient-from: rgb(255 237 213 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-100\/20{
  --tw-gradient-from: rgb(255 237 213 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-100\/25{
  --tw-gradient-from: rgb(255 237 213 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-100\/30{
  --tw-gradient-from: rgb(255 237 213 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-100\/40{
  --tw-gradient-from: rgb(255 237 213 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-100\/5{
  --tw-gradient-from: rgb(255 237 213 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-100\/50{
  --tw-gradient-from: rgb(255 237 213 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-100\/60{
  --tw-gradient-from: rgb(255 237 213 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-100\/70{
  --tw-gradient-from: rgb(255 237 213 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-100\/75{
  --tw-gradient-from: rgb(255 237 213 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-100\/80{
  --tw-gradient-from: rgb(255 237 213 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-100\/90{
  --tw-gradient-from: rgb(255 237 213 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-100\/95{
  --tw-gradient-from: rgb(255 237 213 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-200{
  --tw-gradient-from: #fed7aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-200\/0{
  --tw-gradient-from: rgb(254 215 170 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-200\/10{
  --tw-gradient-from: rgb(254 215 170 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-200\/100{
  --tw-gradient-from: rgb(254 215 170 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-200\/20{
  --tw-gradient-from: rgb(254 215 170 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-200\/25{
  --tw-gradient-from: rgb(254 215 170 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-200\/30{
  --tw-gradient-from: rgb(254 215 170 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-200\/40{
  --tw-gradient-from: rgb(254 215 170 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-200\/5{
  --tw-gradient-from: rgb(254 215 170 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-200\/50{
  --tw-gradient-from: rgb(254 215 170 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-200\/60{
  --tw-gradient-from: rgb(254 215 170 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-200\/70{
  --tw-gradient-from: rgb(254 215 170 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-200\/75{
  --tw-gradient-from: rgb(254 215 170 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-200\/80{
  --tw-gradient-from: rgb(254 215 170 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-200\/90{
  --tw-gradient-from: rgb(254 215 170 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-200\/95{
  --tw-gradient-from: rgb(254 215 170 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-300{
  --tw-gradient-from: #fdba74 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-300\/0{
  --tw-gradient-from: rgb(253 186 116 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-300\/10{
  --tw-gradient-from: rgb(253 186 116 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-300\/100{
  --tw-gradient-from: rgb(253 186 116 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-300\/20{
  --tw-gradient-from: rgb(253 186 116 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-300\/25{
  --tw-gradient-from: rgb(253 186 116 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-300\/30{
  --tw-gradient-from: rgb(253 186 116 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-300\/40{
  --tw-gradient-from: rgb(253 186 116 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-300\/5{
  --tw-gradient-from: rgb(253 186 116 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-300\/50{
  --tw-gradient-from: rgb(253 186 116 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-300\/60{
  --tw-gradient-from: rgb(253 186 116 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-300\/70{
  --tw-gradient-from: rgb(253 186 116 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-300\/75{
  --tw-gradient-from: rgb(253 186 116 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-300\/80{
  --tw-gradient-from: rgb(253 186 116 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-300\/90{
  --tw-gradient-from: rgb(253 186 116 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-300\/95{
  --tw-gradient-from: rgb(253 186 116 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400{
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400\/0{
  --tw-gradient-from: rgb(251 146 60 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400\/10{
  --tw-gradient-from: rgb(251 146 60 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400\/100{
  --tw-gradient-from: rgb(251 146 60 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400\/20{
  --tw-gradient-from: rgb(251 146 60 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400\/25{
  --tw-gradient-from: rgb(251 146 60 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400\/30{
  --tw-gradient-from: rgb(251 146 60 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400\/40{
  --tw-gradient-from: rgb(251 146 60 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400\/5{
  --tw-gradient-from: rgb(251 146 60 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400\/50{
  --tw-gradient-from: rgb(251 146 60 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400\/60{
  --tw-gradient-from: rgb(251 146 60 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400\/70{
  --tw-gradient-from: rgb(251 146 60 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400\/75{
  --tw-gradient-from: rgb(251 146 60 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400\/80{
  --tw-gradient-from: rgb(251 146 60 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400\/90{
  --tw-gradient-from: rgb(251 146 60 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400\/95{
  --tw-gradient-from: rgb(251 146 60 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50{
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50\/0{
  --tw-gradient-from: rgb(255 247 237 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50\/10{
  --tw-gradient-from: rgb(255 247 237 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50\/100{
  --tw-gradient-from: rgb(255 247 237 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50\/20{
  --tw-gradient-from: rgb(255 247 237 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50\/25{
  --tw-gradient-from: rgb(255 247 237 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50\/30{
  --tw-gradient-from: rgb(255 247 237 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50\/40{
  --tw-gradient-from: rgb(255 247 237 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50\/5{
  --tw-gradient-from: rgb(255 247 237 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50\/50{
  --tw-gradient-from: rgb(255 247 237 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50\/60{
  --tw-gradient-from: rgb(255 247 237 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50\/70{
  --tw-gradient-from: rgb(255 247 237 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50\/75{
  --tw-gradient-from: rgb(255 247 237 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50\/80{
  --tw-gradient-from: rgb(255 247 237 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50\/90{
  --tw-gradient-from: rgb(255 247 237 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50\/95{
  --tw-gradient-from: rgb(255 247 237 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500{
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500\/0{
  --tw-gradient-from: rgb(249 115 22 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500\/10{
  --tw-gradient-from: rgb(249 115 22 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500\/100{
  --tw-gradient-from: rgb(249 115 22 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500\/20{
  --tw-gradient-from: rgb(249 115 22 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500\/25{
  --tw-gradient-from: rgb(249 115 22 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500\/30{
  --tw-gradient-from: rgb(249 115 22 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500\/40{
  --tw-gradient-from: rgb(249 115 22 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500\/5{
  --tw-gradient-from: rgb(249 115 22 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500\/50{
  --tw-gradient-from: rgb(249 115 22 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500\/60{
  --tw-gradient-from: rgb(249 115 22 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500\/70{
  --tw-gradient-from: rgb(249 115 22 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500\/75{
  --tw-gradient-from: rgb(249 115 22 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500\/80{
  --tw-gradient-from: rgb(249 115 22 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500\/90{
  --tw-gradient-from: rgb(249 115 22 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500\/95{
  --tw-gradient-from: rgb(249 115 22 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600{
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600\/0{
  --tw-gradient-from: rgb(234 88 12 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600\/10{
  --tw-gradient-from: rgb(234 88 12 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600\/100{
  --tw-gradient-from: rgb(234 88 12 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600\/20{
  --tw-gradient-from: rgb(234 88 12 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600\/25{
  --tw-gradient-from: rgb(234 88 12 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600\/30{
  --tw-gradient-from: rgb(234 88 12 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600\/40{
  --tw-gradient-from: rgb(234 88 12 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600\/5{
  --tw-gradient-from: rgb(234 88 12 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600\/50{
  --tw-gradient-from: rgb(234 88 12 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600\/60{
  --tw-gradient-from: rgb(234 88 12 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600\/70{
  --tw-gradient-from: rgb(234 88 12 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600\/75{
  --tw-gradient-from: rgb(234 88 12 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600\/80{
  --tw-gradient-from: rgb(234 88 12 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600\/90{
  --tw-gradient-from: rgb(234 88 12 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600\/95{
  --tw-gradient-from: rgb(234 88 12 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-700{
  --tw-gradient-from: #c2410c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-700\/0{
  --tw-gradient-from: rgb(194 65 12 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-700\/10{
  --tw-gradient-from: rgb(194 65 12 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-700\/100{
  --tw-gradient-from: rgb(194 65 12 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-700\/20{
  --tw-gradient-from: rgb(194 65 12 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-700\/25{
  --tw-gradient-from: rgb(194 65 12 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-700\/30{
  --tw-gradient-from: rgb(194 65 12 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-700\/40{
  --tw-gradient-from: rgb(194 65 12 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-700\/5{
  --tw-gradient-from: rgb(194 65 12 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-700\/50{
  --tw-gradient-from: rgb(194 65 12 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-700\/60{
  --tw-gradient-from: rgb(194 65 12 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-700\/70{
  --tw-gradient-from: rgb(194 65 12 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-700\/75{
  --tw-gradient-from: rgb(194 65 12 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-700\/80{
  --tw-gradient-from: rgb(194 65 12 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-700\/90{
  --tw-gradient-from: rgb(194 65 12 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-700\/95{
  --tw-gradient-from: rgb(194 65 12 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-800{
  --tw-gradient-from: #9a3412 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-800\/0{
  --tw-gradient-from: rgb(154 52 18 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-800\/10{
  --tw-gradient-from: rgb(154 52 18 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-800\/100{
  --tw-gradient-from: rgb(154 52 18 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-800\/20{
  --tw-gradient-from: rgb(154 52 18 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-800\/25{
  --tw-gradient-from: rgb(154 52 18 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-800\/30{
  --tw-gradient-from: rgb(154 52 18 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-800\/40{
  --tw-gradient-from: rgb(154 52 18 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-800\/5{
  --tw-gradient-from: rgb(154 52 18 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-800\/50{
  --tw-gradient-from: rgb(154 52 18 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-800\/60{
  --tw-gradient-from: rgb(154 52 18 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-800\/70{
  --tw-gradient-from: rgb(154 52 18 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-800\/75{
  --tw-gradient-from: rgb(154 52 18 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-800\/80{
  --tw-gradient-from: rgb(154 52 18 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-800\/90{
  --tw-gradient-from: rgb(154 52 18 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-800\/95{
  --tw-gradient-from: rgb(154 52 18 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-900{
  --tw-gradient-from: #7c2d12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-900\/0{
  --tw-gradient-from: rgb(124 45 18 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-900\/10{
  --tw-gradient-from: rgb(124 45 18 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-900\/100{
  --tw-gradient-from: rgb(124 45 18 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-900\/20{
  --tw-gradient-from: rgb(124 45 18 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-900\/25{
  --tw-gradient-from: rgb(124 45 18 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-900\/30{
  --tw-gradient-from: rgb(124 45 18 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-900\/40{
  --tw-gradient-from: rgb(124 45 18 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-900\/5{
  --tw-gradient-from: rgb(124 45 18 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-900\/50{
  --tw-gradient-from: rgb(124 45 18 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-900\/60{
  --tw-gradient-from: rgb(124 45 18 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-900\/70{
  --tw-gradient-from: rgb(124 45 18 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-900\/75{
  --tw-gradient-from: rgb(124 45 18 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-900\/80{
  --tw-gradient-from: rgb(124 45 18 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-900\/90{
  --tw-gradient-from: rgb(124 45 18 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-900\/95{
  --tw-gradient-from: rgb(124 45 18 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100{
  --tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100\/0{
  --tw-gradient-from: rgb(252 231 243 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100\/10{
  --tw-gradient-from: rgb(252 231 243 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100\/100{
  --tw-gradient-from: rgb(252 231 243 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100\/20{
  --tw-gradient-from: rgb(252 231 243 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100\/25{
  --tw-gradient-from: rgb(252 231 243 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100\/30{
  --tw-gradient-from: rgb(252 231 243 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100\/40{
  --tw-gradient-from: rgb(252 231 243 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100\/5{
  --tw-gradient-from: rgb(252 231 243 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100\/50{
  --tw-gradient-from: rgb(252 231 243 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100\/60{
  --tw-gradient-from: rgb(252 231 243 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100\/70{
  --tw-gradient-from: rgb(252 231 243 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100\/75{
  --tw-gradient-from: rgb(252 231 243 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100\/80{
  --tw-gradient-from: rgb(252 231 243 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100\/90{
  --tw-gradient-from: rgb(252 231 243 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100\/95{
  --tw-gradient-from: rgb(252 231 243 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-200{
  --tw-gradient-from: #fbcfe8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-200\/0{
  --tw-gradient-from: rgb(251 207 232 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-200\/10{
  --tw-gradient-from: rgb(251 207 232 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-200\/100{
  --tw-gradient-from: rgb(251 207 232 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-200\/20{
  --tw-gradient-from: rgb(251 207 232 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-200\/25{
  --tw-gradient-from: rgb(251 207 232 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-200\/30{
  --tw-gradient-from: rgb(251 207 232 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-200\/40{
  --tw-gradient-from: rgb(251 207 232 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-200\/5{
  --tw-gradient-from: rgb(251 207 232 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-200\/50{
  --tw-gradient-from: rgb(251 207 232 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-200\/60{
  --tw-gradient-from: rgb(251 207 232 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-200\/70{
  --tw-gradient-from: rgb(251 207 232 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-200\/75{
  --tw-gradient-from: rgb(251 207 232 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-200\/80{
  --tw-gradient-from: rgb(251 207 232 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-200\/90{
  --tw-gradient-from: rgb(251 207 232 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-200\/95{
  --tw-gradient-from: rgb(251 207 232 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300{
  --tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300\/0{
  --tw-gradient-from: rgb(249 168 212 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300\/10{
  --tw-gradient-from: rgb(249 168 212 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300\/100{
  --tw-gradient-from: rgb(249 168 212 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300\/20{
  --tw-gradient-from: rgb(249 168 212 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300\/25{
  --tw-gradient-from: rgb(249 168 212 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300\/30{
  --tw-gradient-from: rgb(249 168 212 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300\/40{
  --tw-gradient-from: rgb(249 168 212 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300\/5{
  --tw-gradient-from: rgb(249 168 212 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300\/50{
  --tw-gradient-from: rgb(249 168 212 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300\/60{
  --tw-gradient-from: rgb(249 168 212 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300\/70{
  --tw-gradient-from: rgb(249 168 212 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300\/75{
  --tw-gradient-from: rgb(249 168 212 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300\/80{
  --tw-gradient-from: rgb(249 168 212 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300\/90{
  --tw-gradient-from: rgb(249 168 212 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300\/95{
  --tw-gradient-from: rgb(249 168 212 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400{
  --tw-gradient-from: #f472b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400\/0{
  --tw-gradient-from: rgb(244 114 182 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400\/10{
  --tw-gradient-from: rgb(244 114 182 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400\/100{
  --tw-gradient-from: rgb(244 114 182 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400\/20{
  --tw-gradient-from: rgb(244 114 182 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400\/25{
  --tw-gradient-from: rgb(244 114 182 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400\/30{
  --tw-gradient-from: rgb(244 114 182 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400\/40{
  --tw-gradient-from: rgb(244 114 182 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400\/5{
  --tw-gradient-from: rgb(244 114 182 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400\/50{
  --tw-gradient-from: rgb(244 114 182 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400\/60{
  --tw-gradient-from: rgb(244 114 182 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400\/70{
  --tw-gradient-from: rgb(244 114 182 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400\/75{
  --tw-gradient-from: rgb(244 114 182 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400\/80{
  --tw-gradient-from: rgb(244 114 182 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400\/90{
  --tw-gradient-from: rgb(244 114 182 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400\/95{
  --tw-gradient-from: rgb(244 114 182 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50{
  --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50\/0{
  --tw-gradient-from: rgb(253 242 248 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50\/10{
  --tw-gradient-from: rgb(253 242 248 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50\/100{
  --tw-gradient-from: rgb(253 242 248 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50\/20{
  --tw-gradient-from: rgb(253 242 248 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50\/25{
  --tw-gradient-from: rgb(253 242 248 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50\/30{
  --tw-gradient-from: rgb(253 242 248 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50\/40{
  --tw-gradient-from: rgb(253 242 248 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50\/5{
  --tw-gradient-from: rgb(253 242 248 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50\/50{
  --tw-gradient-from: rgb(253 242 248 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50\/60{
  --tw-gradient-from: rgb(253 242 248 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50\/70{
  --tw-gradient-from: rgb(253 242 248 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50\/75{
  --tw-gradient-from: rgb(253 242 248 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50\/80{
  --tw-gradient-from: rgb(253 242 248 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50\/90{
  --tw-gradient-from: rgb(253 242 248 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50\/95{
  --tw-gradient-from: rgb(253 242 248 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500{
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500\/0{
  --tw-gradient-from: rgb(236 72 153 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500\/10{
  --tw-gradient-from: rgb(236 72 153 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500\/100{
  --tw-gradient-from: rgb(236 72 153 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500\/20{
  --tw-gradient-from: rgb(236 72 153 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500\/25{
  --tw-gradient-from: rgb(236 72 153 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500\/30{
  --tw-gradient-from: rgb(236 72 153 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500\/40{
  --tw-gradient-from: rgb(236 72 153 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500\/5{
  --tw-gradient-from: rgb(236 72 153 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500\/50{
  --tw-gradient-from: rgb(236 72 153 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500\/60{
  --tw-gradient-from: rgb(236 72 153 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500\/70{
  --tw-gradient-from: rgb(236 72 153 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500\/75{
  --tw-gradient-from: rgb(236 72 153 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500\/80{
  --tw-gradient-from: rgb(236 72 153 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500\/90{
  --tw-gradient-from: rgb(236 72 153 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500\/95{
  --tw-gradient-from: rgb(236 72 153 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-600{
  --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-600\/0{
  --tw-gradient-from: rgb(219 39 119 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-600\/10{
  --tw-gradient-from: rgb(219 39 119 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-600\/100{
  --tw-gradient-from: rgb(219 39 119 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-600\/20{
  --tw-gradient-from: rgb(219 39 119 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-600\/25{
  --tw-gradient-from: rgb(219 39 119 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-600\/30{
  --tw-gradient-from: rgb(219 39 119 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-600\/40{
  --tw-gradient-from: rgb(219 39 119 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-600\/5{
  --tw-gradient-from: rgb(219 39 119 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-600\/50{
  --tw-gradient-from: rgb(219 39 119 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-600\/60{
  --tw-gradient-from: rgb(219 39 119 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-600\/70{
  --tw-gradient-from: rgb(219 39 119 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-600\/75{
  --tw-gradient-from: rgb(219 39 119 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-600\/80{
  --tw-gradient-from: rgb(219 39 119 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-600\/90{
  --tw-gradient-from: rgb(219 39 119 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-600\/95{
  --tw-gradient-from: rgb(219 39 119 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-700{
  --tw-gradient-from: #be185d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-700\/0{
  --tw-gradient-from: rgb(190 24 93 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-700\/10{
  --tw-gradient-from: rgb(190 24 93 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-700\/100{
  --tw-gradient-from: rgb(190 24 93 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-700\/20{
  --tw-gradient-from: rgb(190 24 93 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-700\/25{
  --tw-gradient-from: rgb(190 24 93 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-700\/30{
  --tw-gradient-from: rgb(190 24 93 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-700\/40{
  --tw-gradient-from: rgb(190 24 93 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-700\/5{
  --tw-gradient-from: rgb(190 24 93 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-700\/50{
  --tw-gradient-from: rgb(190 24 93 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-700\/60{
  --tw-gradient-from: rgb(190 24 93 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-700\/70{
  --tw-gradient-from: rgb(190 24 93 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-700\/75{
  --tw-gradient-from: rgb(190 24 93 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-700\/80{
  --tw-gradient-from: rgb(190 24 93 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-700\/90{
  --tw-gradient-from: rgb(190 24 93 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-700\/95{
  --tw-gradient-from: rgb(190 24 93 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-800{
  --tw-gradient-from: #9d174d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-800\/0{
  --tw-gradient-from: rgb(157 23 77 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-800\/10{
  --tw-gradient-from: rgb(157 23 77 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-800\/100{
  --tw-gradient-from: rgb(157 23 77 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-800\/20{
  --tw-gradient-from: rgb(157 23 77 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-800\/25{
  --tw-gradient-from: rgb(157 23 77 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-800\/30{
  --tw-gradient-from: rgb(157 23 77 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-800\/40{
  --tw-gradient-from: rgb(157 23 77 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-800\/5{
  --tw-gradient-from: rgb(157 23 77 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-800\/50{
  --tw-gradient-from: rgb(157 23 77 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-800\/60{
  --tw-gradient-from: rgb(157 23 77 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-800\/70{
  --tw-gradient-from: rgb(157 23 77 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-800\/75{
  --tw-gradient-from: rgb(157 23 77 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-800\/80{
  --tw-gradient-from: rgb(157 23 77 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-800\/90{
  --tw-gradient-from: rgb(157 23 77 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-800\/95{
  --tw-gradient-from: rgb(157 23 77 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-900{
  --tw-gradient-from: #831843 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-900\/0{
  --tw-gradient-from: rgb(131 24 67 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-900\/10{
  --tw-gradient-from: rgb(131 24 67 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-900\/100{
  --tw-gradient-from: rgb(131 24 67 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-900\/20{
  --tw-gradient-from: rgb(131 24 67 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-900\/25{
  --tw-gradient-from: rgb(131 24 67 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-900\/30{
  --tw-gradient-from: rgb(131 24 67 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-900\/40{
  --tw-gradient-from: rgb(131 24 67 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-900\/5{
  --tw-gradient-from: rgb(131 24 67 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-900\/50{
  --tw-gradient-from: rgb(131 24 67 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-900\/60{
  --tw-gradient-from: rgb(131 24 67 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-900\/70{
  --tw-gradient-from: rgb(131 24 67 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-900\/75{
  --tw-gradient-from: rgb(131 24 67 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-900\/80{
  --tw-gradient-from: rgb(131 24 67 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-900\/90{
  --tw-gradient-from: rgb(131 24 67 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-900\/95{
  --tw-gradient-from: rgb(131 24 67 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100{
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100\/0{
  --tw-gradient-from: rgb(243 232 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100\/10{
  --tw-gradient-from: rgb(243 232 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100\/100{
  --tw-gradient-from: rgb(243 232 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100\/20{
  --tw-gradient-from: rgb(243 232 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100\/25{
  --tw-gradient-from: rgb(243 232 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100\/30{
  --tw-gradient-from: rgb(243 232 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100\/40{
  --tw-gradient-from: rgb(243 232 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100\/5{
  --tw-gradient-from: rgb(243 232 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100\/50{
  --tw-gradient-from: rgb(243 232 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100\/60{
  --tw-gradient-from: rgb(243 232 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100\/70{
  --tw-gradient-from: rgb(243 232 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100\/75{
  --tw-gradient-from: rgb(243 232 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100\/80{
  --tw-gradient-from: rgb(243 232 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100\/90{
  --tw-gradient-from: rgb(243 232 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100\/95{
  --tw-gradient-from: rgb(243 232 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200{
  --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200\/0{
  --tw-gradient-from: rgb(233 213 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200\/10{
  --tw-gradient-from: rgb(233 213 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200\/100{
  --tw-gradient-from: rgb(233 213 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200\/20{
  --tw-gradient-from: rgb(233 213 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200\/25{
  --tw-gradient-from: rgb(233 213 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200\/30{
  --tw-gradient-from: rgb(233 213 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200\/40{
  --tw-gradient-from: rgb(233 213 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200\/5{
  --tw-gradient-from: rgb(233 213 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200\/50{
  --tw-gradient-from: rgb(233 213 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200\/60{
  --tw-gradient-from: rgb(233 213 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200\/70{
  --tw-gradient-from: rgb(233 213 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200\/75{
  --tw-gradient-from: rgb(233 213 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200\/80{
  --tw-gradient-from: rgb(233 213 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200\/90{
  --tw-gradient-from: rgb(233 213 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200\/95{
  --tw-gradient-from: rgb(233 213 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-300{
  --tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-300\/0{
  --tw-gradient-from: rgb(216 180 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-300\/10{
  --tw-gradient-from: rgb(216 180 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-300\/100{
  --tw-gradient-from: rgb(216 180 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-300\/20{
  --tw-gradient-from: rgb(216 180 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-300\/25{
  --tw-gradient-from: rgb(216 180 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-300\/30{
  --tw-gradient-from: rgb(216 180 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-300\/40{
  --tw-gradient-from: rgb(216 180 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-300\/5{
  --tw-gradient-from: rgb(216 180 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-300\/50{
  --tw-gradient-from: rgb(216 180 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-300\/60{
  --tw-gradient-from: rgb(216 180 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-300\/70{
  --tw-gradient-from: rgb(216 180 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-300\/75{
  --tw-gradient-from: rgb(216 180 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-300\/80{
  --tw-gradient-from: rgb(216 180 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-300\/90{
  --tw-gradient-from: rgb(216 180 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-300\/95{
  --tw-gradient-from: rgb(216 180 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400{
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400\/0{
  --tw-gradient-from: rgb(192 132 252 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400\/10{
  --tw-gradient-from: rgb(192 132 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400\/100{
  --tw-gradient-from: rgb(192 132 252 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400\/20{
  --tw-gradient-from: rgb(192 132 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400\/25{
  --tw-gradient-from: rgb(192 132 252 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400\/30{
  --tw-gradient-from: rgb(192 132 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400\/40{
  --tw-gradient-from: rgb(192 132 252 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400\/5{
  --tw-gradient-from: rgb(192 132 252 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400\/50{
  --tw-gradient-from: rgb(192 132 252 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400\/60{
  --tw-gradient-from: rgb(192 132 252 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400\/70{
  --tw-gradient-from: rgb(192 132 252 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400\/75{
  --tw-gradient-from: rgb(192 132 252 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400\/80{
  --tw-gradient-from: rgb(192 132 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400\/90{
  --tw-gradient-from: rgb(192 132 252 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400\/95{
  --tw-gradient-from: rgb(192 132 252 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50{
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50\/0{
  --tw-gradient-from: rgb(250 245 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50\/10{
  --tw-gradient-from: rgb(250 245 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50\/100{
  --tw-gradient-from: rgb(250 245 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50\/20{
  --tw-gradient-from: rgb(250 245 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50\/25{
  --tw-gradient-from: rgb(250 245 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50\/30{
  --tw-gradient-from: rgb(250 245 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50\/40{
  --tw-gradient-from: rgb(250 245 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50\/5{
  --tw-gradient-from: rgb(250 245 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50\/50{
  --tw-gradient-from: rgb(250 245 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50\/60{
  --tw-gradient-from: rgb(250 245 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50\/70{
  --tw-gradient-from: rgb(250 245 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50\/75{
  --tw-gradient-from: rgb(250 245 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50\/80{
  --tw-gradient-from: rgb(250 245 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50\/90{
  --tw-gradient-from: rgb(250 245 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50\/95{
  --tw-gradient-from: rgb(250 245 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500{
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/0{
  --tw-gradient-from: rgb(168 85 247 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/10{
  --tw-gradient-from: rgb(168 85 247 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/100{
  --tw-gradient-from: rgb(168 85 247 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/20{
  --tw-gradient-from: rgb(168 85 247 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/25{
  --tw-gradient-from: rgb(168 85 247 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/30{
  --tw-gradient-from: rgb(168 85 247 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/40{
  --tw-gradient-from: rgb(168 85 247 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/5{
  --tw-gradient-from: rgb(168 85 247 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/50{
  --tw-gradient-from: rgb(168 85 247 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/60{
  --tw-gradient-from: rgb(168 85 247 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/70{
  --tw-gradient-from: rgb(168 85 247 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/75{
  --tw-gradient-from: rgb(168 85 247 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/80{
  --tw-gradient-from: rgb(168 85 247 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/90{
  --tw-gradient-from: rgb(168 85 247 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/95{
  --tw-gradient-from: rgb(168 85 247 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600{
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600\/0{
  --tw-gradient-from: rgb(147 51 234 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600\/10{
  --tw-gradient-from: rgb(147 51 234 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600\/100{
  --tw-gradient-from: rgb(147 51 234 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600\/20{
  --tw-gradient-from: rgb(147 51 234 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600\/25{
  --tw-gradient-from: rgb(147 51 234 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600\/30{
  --tw-gradient-from: rgb(147 51 234 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600\/40{
  --tw-gradient-from: rgb(147 51 234 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600\/5{
  --tw-gradient-from: rgb(147 51 234 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600\/50{
  --tw-gradient-from: rgb(147 51 234 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600\/60{
  --tw-gradient-from: rgb(147 51 234 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600\/70{
  --tw-gradient-from: rgb(147 51 234 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600\/75{
  --tw-gradient-from: rgb(147 51 234 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600\/80{
  --tw-gradient-from: rgb(147 51 234 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600\/90{
  --tw-gradient-from: rgb(147 51 234 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600\/95{
  --tw-gradient-from: rgb(147 51 234 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700{
  --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700\/0{
  --tw-gradient-from: rgb(126 34 206 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700\/10{
  --tw-gradient-from: rgb(126 34 206 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700\/100{
  --tw-gradient-from: rgb(126 34 206 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700\/20{
  --tw-gradient-from: rgb(126 34 206 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700\/25{
  --tw-gradient-from: rgb(126 34 206 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700\/30{
  --tw-gradient-from: rgb(126 34 206 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700\/40{
  --tw-gradient-from: rgb(126 34 206 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700\/5{
  --tw-gradient-from: rgb(126 34 206 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700\/50{
  --tw-gradient-from: rgb(126 34 206 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700\/60{
  --tw-gradient-from: rgb(126 34 206 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700\/70{
  --tw-gradient-from: rgb(126 34 206 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700\/75{
  --tw-gradient-from: rgb(126 34 206 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700\/80{
  --tw-gradient-from: rgb(126 34 206 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700\/90{
  --tw-gradient-from: rgb(126 34 206 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700\/95{
  --tw-gradient-from: rgb(126 34 206 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800{
  --tw-gradient-from: #6b21a8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800\/0{
  --tw-gradient-from: rgb(107 33 168 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800\/10{
  --tw-gradient-from: rgb(107 33 168 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800\/100{
  --tw-gradient-from: rgb(107 33 168 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800\/20{
  --tw-gradient-from: rgb(107 33 168 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800\/25{
  --tw-gradient-from: rgb(107 33 168 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800\/30{
  --tw-gradient-from: rgb(107 33 168 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800\/40{
  --tw-gradient-from: rgb(107 33 168 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800\/5{
  --tw-gradient-from: rgb(107 33 168 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800\/50{
  --tw-gradient-from: rgb(107 33 168 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800\/60{
  --tw-gradient-from: rgb(107 33 168 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800\/70{
  --tw-gradient-from: rgb(107 33 168 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800\/75{
  --tw-gradient-from: rgb(107 33 168 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800\/80{
  --tw-gradient-from: rgb(107 33 168 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800\/90{
  --tw-gradient-from: rgb(107 33 168 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800\/95{
  --tw-gradient-from: rgb(107 33 168 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-900{
  --tw-gradient-from: #581c87 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-900\/0{
  --tw-gradient-from: rgb(88 28 135 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-900\/10{
  --tw-gradient-from: rgb(88 28 135 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-900\/100{
  --tw-gradient-from: rgb(88 28 135 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-900\/20{
  --tw-gradient-from: rgb(88 28 135 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-900\/25{
  --tw-gradient-from: rgb(88 28 135 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-900\/30{
  --tw-gradient-from: rgb(88 28 135 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-900\/40{
  --tw-gradient-from: rgb(88 28 135 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-900\/5{
  --tw-gradient-from: rgb(88 28 135 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-900\/50{
  --tw-gradient-from: rgb(88 28 135 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-900\/60{
  --tw-gradient-from: rgb(88 28 135 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-900\/70{
  --tw-gradient-from: rgb(88 28 135 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-900\/75{
  --tw-gradient-from: rgb(88 28 135 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-900\/80{
  --tw-gradient-from: rgb(88 28 135 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-900\/90{
  --tw-gradient-from: rgb(88 28 135 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-900\/95{
  --tw-gradient-from: rgb(88 28 135 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-100{
  --tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-100\/0{
  --tw-gradient-from: rgb(254 226 226 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-100\/10{
  --tw-gradient-from: rgb(254 226 226 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-100\/100{
  --tw-gradient-from: rgb(254 226 226 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-100\/20{
  --tw-gradient-from: rgb(254 226 226 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-100\/25{
  --tw-gradient-from: rgb(254 226 226 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-100\/30{
  --tw-gradient-from: rgb(254 226 226 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-100\/40{
  --tw-gradient-from: rgb(254 226 226 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-100\/5{
  --tw-gradient-from: rgb(254 226 226 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-100\/50{
  --tw-gradient-from: rgb(254 226 226 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-100\/60{
  --tw-gradient-from: rgb(254 226 226 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-100\/70{
  --tw-gradient-from: rgb(254 226 226 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-100\/75{
  --tw-gradient-from: rgb(254 226 226 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-100\/80{
  --tw-gradient-from: rgb(254 226 226 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-100\/90{
  --tw-gradient-from: rgb(254 226 226 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-100\/95{
  --tw-gradient-from: rgb(254 226 226 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-200{
  --tw-gradient-from: #fecaca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-200\/0{
  --tw-gradient-from: rgb(254 202 202 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-200\/10{
  --tw-gradient-from: rgb(254 202 202 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-200\/100{
  --tw-gradient-from: rgb(254 202 202 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-200\/20{
  --tw-gradient-from: rgb(254 202 202 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-200\/25{
  --tw-gradient-from: rgb(254 202 202 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-200\/30{
  --tw-gradient-from: rgb(254 202 202 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-200\/40{
  --tw-gradient-from: rgb(254 202 202 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-200\/5{
  --tw-gradient-from: rgb(254 202 202 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-200\/50{
  --tw-gradient-from: rgb(254 202 202 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-200\/60{
  --tw-gradient-from: rgb(254 202 202 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-200\/70{
  --tw-gradient-from: rgb(254 202 202 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-200\/75{
  --tw-gradient-from: rgb(254 202 202 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-200\/80{
  --tw-gradient-from: rgb(254 202 202 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-200\/90{
  --tw-gradient-from: rgb(254 202 202 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-200\/95{
  --tw-gradient-from: rgb(254 202 202 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-300{
  --tw-gradient-from: #fca5a5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-300\/0{
  --tw-gradient-from: rgb(252 165 165 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-300\/10{
  --tw-gradient-from: rgb(252 165 165 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-300\/100{
  --tw-gradient-from: rgb(252 165 165 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-300\/20{
  --tw-gradient-from: rgb(252 165 165 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-300\/25{
  --tw-gradient-from: rgb(252 165 165 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-300\/30{
  --tw-gradient-from: rgb(252 165 165 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-300\/40{
  --tw-gradient-from: rgb(252 165 165 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-300\/5{
  --tw-gradient-from: rgb(252 165 165 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-300\/50{
  --tw-gradient-from: rgb(252 165 165 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-300\/60{
  --tw-gradient-from: rgb(252 165 165 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-300\/70{
  --tw-gradient-from: rgb(252 165 165 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-300\/75{
  --tw-gradient-from: rgb(252 165 165 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-300\/80{
  --tw-gradient-from: rgb(252 165 165 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-300\/90{
  --tw-gradient-from: rgb(252 165 165 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-300\/95{
  --tw-gradient-from: rgb(252 165 165 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400{
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400\/0{
  --tw-gradient-from: rgb(248 113 113 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400\/10{
  --tw-gradient-from: rgb(248 113 113 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400\/100{
  --tw-gradient-from: rgb(248 113 113 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400\/20{
  --tw-gradient-from: rgb(248 113 113 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400\/25{
  --tw-gradient-from: rgb(248 113 113 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400\/30{
  --tw-gradient-from: rgb(248 113 113 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400\/40{
  --tw-gradient-from: rgb(248 113 113 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400\/5{
  --tw-gradient-from: rgb(248 113 113 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400\/50{
  --tw-gradient-from: rgb(248 113 113 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400\/60{
  --tw-gradient-from: rgb(248 113 113 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400\/70{
  --tw-gradient-from: rgb(248 113 113 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400\/75{
  --tw-gradient-from: rgb(248 113 113 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400\/80{
  --tw-gradient-from: rgb(248 113 113 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400\/90{
  --tw-gradient-from: rgb(248 113 113 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400\/95{
  --tw-gradient-from: rgb(248 113 113 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400\/\[80\%\]{
  --tw-gradient-from: rgb(248 113 113 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50{
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50\/0{
  --tw-gradient-from: rgb(254 242 242 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50\/10{
  --tw-gradient-from: rgb(254 242 242 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50\/100{
  --tw-gradient-from: rgb(254 242 242 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50\/20{
  --tw-gradient-from: rgb(254 242 242 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50\/25{
  --tw-gradient-from: rgb(254 242 242 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50\/30{
  --tw-gradient-from: rgb(254 242 242 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50\/40{
  --tw-gradient-from: rgb(254 242 242 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50\/5{
  --tw-gradient-from: rgb(254 242 242 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50\/50{
  --tw-gradient-from: rgb(254 242 242 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50\/60{
  --tw-gradient-from: rgb(254 242 242 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50\/70{
  --tw-gradient-from: rgb(254 242 242 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50\/75{
  --tw-gradient-from: rgb(254 242 242 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50\/80{
  --tw-gradient-from: rgb(254 242 242 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50\/90{
  --tw-gradient-from: rgb(254 242 242 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50\/95{
  --tw-gradient-from: rgb(254 242 242 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500{
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500\/0{
  --tw-gradient-from: rgb(239 68 68 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500\/10{
  --tw-gradient-from: rgb(239 68 68 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500\/100{
  --tw-gradient-from: rgb(239 68 68 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500\/20{
  --tw-gradient-from: rgb(239 68 68 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500\/25{
  --tw-gradient-from: rgb(239 68 68 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500\/30{
  --tw-gradient-from: rgb(239 68 68 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500\/40{
  --tw-gradient-from: rgb(239 68 68 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500\/5{
  --tw-gradient-from: rgb(239 68 68 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500\/50{
  --tw-gradient-from: rgb(239 68 68 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500\/60{
  --tw-gradient-from: rgb(239 68 68 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500\/70{
  --tw-gradient-from: rgb(239 68 68 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500\/75{
  --tw-gradient-from: rgb(239 68 68 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500\/80{
  --tw-gradient-from: rgb(239 68 68 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500\/90{
  --tw-gradient-from: rgb(239 68 68 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500\/95{
  --tw-gradient-from: rgb(239 68 68 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600{
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600\/0{
  --tw-gradient-from: rgb(220 38 38 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600\/10{
  --tw-gradient-from: rgb(220 38 38 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600\/100{
  --tw-gradient-from: rgb(220 38 38 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600\/20{
  --tw-gradient-from: rgb(220 38 38 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600\/25{
  --tw-gradient-from: rgb(220 38 38 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600\/30{
  --tw-gradient-from: rgb(220 38 38 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600\/40{
  --tw-gradient-from: rgb(220 38 38 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600\/5{
  --tw-gradient-from: rgb(220 38 38 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600\/50{
  --tw-gradient-from: rgb(220 38 38 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600\/60{
  --tw-gradient-from: rgb(220 38 38 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600\/70{
  --tw-gradient-from: rgb(220 38 38 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600\/75{
  --tw-gradient-from: rgb(220 38 38 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600\/80{
  --tw-gradient-from: rgb(220 38 38 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600\/90{
  --tw-gradient-from: rgb(220 38 38 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600\/95{
  --tw-gradient-from: rgb(220 38 38 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-700{
  --tw-gradient-from: #b91c1c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-700\/0{
  --tw-gradient-from: rgb(185 28 28 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-700\/10{
  --tw-gradient-from: rgb(185 28 28 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-700\/100{
  --tw-gradient-from: rgb(185 28 28 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-700\/20{
  --tw-gradient-from: rgb(185 28 28 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-700\/25{
  --tw-gradient-from: rgb(185 28 28 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-700\/30{
  --tw-gradient-from: rgb(185 28 28 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-700\/40{
  --tw-gradient-from: rgb(185 28 28 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-700\/5{
  --tw-gradient-from: rgb(185 28 28 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-700\/50{
  --tw-gradient-from: rgb(185 28 28 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-700\/60{
  --tw-gradient-from: rgb(185 28 28 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-700\/70{
  --tw-gradient-from: rgb(185 28 28 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-700\/75{
  --tw-gradient-from: rgb(185 28 28 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-700\/80{
  --tw-gradient-from: rgb(185 28 28 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-700\/90{
  --tw-gradient-from: rgb(185 28 28 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-700\/95{
  --tw-gradient-from: rgb(185 28 28 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-800{
  --tw-gradient-from: #991b1b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-800\/0{
  --tw-gradient-from: rgb(153 27 27 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-800\/10{
  --tw-gradient-from: rgb(153 27 27 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-800\/100{
  --tw-gradient-from: rgb(153 27 27 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-800\/20{
  --tw-gradient-from: rgb(153 27 27 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-800\/25{
  --tw-gradient-from: rgb(153 27 27 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-800\/30{
  --tw-gradient-from: rgb(153 27 27 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-800\/40{
  --tw-gradient-from: rgb(153 27 27 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-800\/5{
  --tw-gradient-from: rgb(153 27 27 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-800\/50{
  --tw-gradient-from: rgb(153 27 27 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-800\/60{
  --tw-gradient-from: rgb(153 27 27 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-800\/70{
  --tw-gradient-from: rgb(153 27 27 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-800\/75{
  --tw-gradient-from: rgb(153 27 27 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-800\/80{
  --tw-gradient-from: rgb(153 27 27 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-800\/90{
  --tw-gradient-from: rgb(153 27 27 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-800\/95{
  --tw-gradient-from: rgb(153 27 27 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900{
  --tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900\/0{
  --tw-gradient-from: rgb(127 29 29 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900\/10{
  --tw-gradient-from: rgb(127 29 29 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900\/100{
  --tw-gradient-from: rgb(127 29 29 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900\/20{
  --tw-gradient-from: rgb(127 29 29 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900\/25{
  --tw-gradient-from: rgb(127 29 29 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900\/30{
  --tw-gradient-from: rgb(127 29 29 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900\/40{
  --tw-gradient-from: rgb(127 29 29 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900\/5{
  --tw-gradient-from: rgb(127 29 29 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900\/50{
  --tw-gradient-from: rgb(127 29 29 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900\/60{
  --tw-gradient-from: rgb(127 29 29 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900\/70{
  --tw-gradient-from: rgb(127 29 29 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900\/75{
  --tw-gradient-from: rgb(127 29 29 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900\/80{
  --tw-gradient-from: rgb(127 29 29 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900\/90{
  --tw-gradient-from: rgb(127 29 29 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900\/95{
  --tw-gradient-from: rgb(127 29 29 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-100{
  --tw-gradient-from: #ffe4e6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-100\/0{
  --tw-gradient-from: rgb(255 228 230 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-100\/10{
  --tw-gradient-from: rgb(255 228 230 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-100\/100{
  --tw-gradient-from: rgb(255 228 230 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-100\/20{
  --tw-gradient-from: rgb(255 228 230 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-100\/25{
  --tw-gradient-from: rgb(255 228 230 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-100\/30{
  --tw-gradient-from: rgb(255 228 230 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-100\/40{
  --tw-gradient-from: rgb(255 228 230 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-100\/5{
  --tw-gradient-from: rgb(255 228 230 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-100\/50{
  --tw-gradient-from: rgb(255 228 230 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-100\/60{
  --tw-gradient-from: rgb(255 228 230 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-100\/70{
  --tw-gradient-from: rgb(255 228 230 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-100\/75{
  --tw-gradient-from: rgb(255 228 230 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-100\/80{
  --tw-gradient-from: rgb(255 228 230 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-100\/90{
  --tw-gradient-from: rgb(255 228 230 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-100\/95{
  --tw-gradient-from: rgb(255 228 230 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-200{
  --tw-gradient-from: #fecdd3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-200\/0{
  --tw-gradient-from: rgb(254 205 211 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-200\/10{
  --tw-gradient-from: rgb(254 205 211 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-200\/100{
  --tw-gradient-from: rgb(254 205 211 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-200\/20{
  --tw-gradient-from: rgb(254 205 211 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-200\/25{
  --tw-gradient-from: rgb(254 205 211 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-200\/30{
  --tw-gradient-from: rgb(254 205 211 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-200\/40{
  --tw-gradient-from: rgb(254 205 211 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-200\/5{
  --tw-gradient-from: rgb(254 205 211 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-200\/50{
  --tw-gradient-from: rgb(254 205 211 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-200\/60{
  --tw-gradient-from: rgb(254 205 211 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-200\/70{
  --tw-gradient-from: rgb(254 205 211 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-200\/75{
  --tw-gradient-from: rgb(254 205 211 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-200\/80{
  --tw-gradient-from: rgb(254 205 211 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-200\/90{
  --tw-gradient-from: rgb(254 205 211 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-200\/95{
  --tw-gradient-from: rgb(254 205 211 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300{
  --tw-gradient-from: #fda4af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300\/0{
  --tw-gradient-from: rgb(253 164 175 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300\/10{
  --tw-gradient-from: rgb(253 164 175 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300\/100{
  --tw-gradient-from: rgb(253 164 175 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300\/20{
  --tw-gradient-from: rgb(253 164 175 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300\/25{
  --tw-gradient-from: rgb(253 164 175 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300\/30{
  --tw-gradient-from: rgb(253 164 175 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300\/40{
  --tw-gradient-from: rgb(253 164 175 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300\/5{
  --tw-gradient-from: rgb(253 164 175 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300\/50{
  --tw-gradient-from: rgb(253 164 175 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300\/60{
  --tw-gradient-from: rgb(253 164 175 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300\/70{
  --tw-gradient-from: rgb(253 164 175 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300\/75{
  --tw-gradient-from: rgb(253 164 175 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300\/80{
  --tw-gradient-from: rgb(253 164 175 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300\/90{
  --tw-gradient-from: rgb(253 164 175 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300\/95{
  --tw-gradient-from: rgb(253 164 175 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400{
  --tw-gradient-from: #fb7185 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400\/0{
  --tw-gradient-from: rgb(251 113 133 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400\/10{
  --tw-gradient-from: rgb(251 113 133 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400\/100{
  --tw-gradient-from: rgb(251 113 133 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400\/20{
  --tw-gradient-from: rgb(251 113 133 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400\/25{
  --tw-gradient-from: rgb(251 113 133 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400\/30{
  --tw-gradient-from: rgb(251 113 133 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400\/40{
  --tw-gradient-from: rgb(251 113 133 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400\/5{
  --tw-gradient-from: rgb(251 113 133 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400\/50{
  --tw-gradient-from: rgb(251 113 133 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400\/60{
  --tw-gradient-from: rgb(251 113 133 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400\/70{
  --tw-gradient-from: rgb(251 113 133 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400\/75{
  --tw-gradient-from: rgb(251 113 133 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400\/80{
  --tw-gradient-from: rgb(251 113 133 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400\/90{
  --tw-gradient-from: rgb(251 113 133 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400\/95{
  --tw-gradient-from: rgb(251 113 133 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-50{
  --tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-50\/0{
  --tw-gradient-from: rgb(255 241 242 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-50\/10{
  --tw-gradient-from: rgb(255 241 242 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-50\/100{
  --tw-gradient-from: rgb(255 241 242 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-50\/20{
  --tw-gradient-from: rgb(255 241 242 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-50\/25{
  --tw-gradient-from: rgb(255 241 242 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-50\/30{
  --tw-gradient-from: rgb(255 241 242 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-50\/40{
  --tw-gradient-from: rgb(255 241 242 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-50\/5{
  --tw-gradient-from: rgb(255 241 242 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-50\/50{
  --tw-gradient-from: rgb(255 241 242 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-50\/60{
  --tw-gradient-from: rgb(255 241 242 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-50\/70{
  --tw-gradient-from: rgb(255 241 242 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-50\/75{
  --tw-gradient-from: rgb(255 241 242 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-50\/80{
  --tw-gradient-from: rgb(255 241 242 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-50\/90{
  --tw-gradient-from: rgb(255 241 242 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-50\/95{
  --tw-gradient-from: rgb(255 241 242 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500{
  --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500\/0{
  --tw-gradient-from: rgb(244 63 94 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500\/10{
  --tw-gradient-from: rgb(244 63 94 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500\/100{
  --tw-gradient-from: rgb(244 63 94 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500\/20{
  --tw-gradient-from: rgb(244 63 94 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500\/25{
  --tw-gradient-from: rgb(244 63 94 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500\/30{
  --tw-gradient-from: rgb(244 63 94 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500\/40{
  --tw-gradient-from: rgb(244 63 94 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500\/5{
  --tw-gradient-from: rgb(244 63 94 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500\/50{
  --tw-gradient-from: rgb(244 63 94 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500\/60{
  --tw-gradient-from: rgb(244 63 94 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500\/70{
  --tw-gradient-from: rgb(244 63 94 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500\/75{
  --tw-gradient-from: rgb(244 63 94 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500\/80{
  --tw-gradient-from: rgb(244 63 94 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500\/90{
  --tw-gradient-from: rgb(244 63 94 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500\/95{
  --tw-gradient-from: rgb(244 63 94 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-600{
  --tw-gradient-from: #e11d48 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-600\/0{
  --tw-gradient-from: rgb(225 29 72 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-600\/10{
  --tw-gradient-from: rgb(225 29 72 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-600\/100{
  --tw-gradient-from: rgb(225 29 72 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-600\/20{
  --tw-gradient-from: rgb(225 29 72 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-600\/25{
  --tw-gradient-from: rgb(225 29 72 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-600\/30{
  --tw-gradient-from: rgb(225 29 72 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-600\/40{
  --tw-gradient-from: rgb(225 29 72 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-600\/5{
  --tw-gradient-from: rgb(225 29 72 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-600\/50{
  --tw-gradient-from: rgb(225 29 72 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-600\/60{
  --tw-gradient-from: rgb(225 29 72 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-600\/70{
  --tw-gradient-from: rgb(225 29 72 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-600\/75{
  --tw-gradient-from: rgb(225 29 72 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-600\/80{
  --tw-gradient-from: rgb(225 29 72 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-600\/90{
  --tw-gradient-from: rgb(225 29 72 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-600\/95{
  --tw-gradient-from: rgb(225 29 72 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-700{
  --tw-gradient-from: #be123c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-700\/0{
  --tw-gradient-from: rgb(190 18 60 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-700\/10{
  --tw-gradient-from: rgb(190 18 60 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-700\/100{
  --tw-gradient-from: rgb(190 18 60 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-700\/20{
  --tw-gradient-from: rgb(190 18 60 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-700\/25{
  --tw-gradient-from: rgb(190 18 60 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-700\/30{
  --tw-gradient-from: rgb(190 18 60 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-700\/40{
  --tw-gradient-from: rgb(190 18 60 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-700\/5{
  --tw-gradient-from: rgb(190 18 60 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-700\/50{
  --tw-gradient-from: rgb(190 18 60 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-700\/60{
  --tw-gradient-from: rgb(190 18 60 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-700\/70{
  --tw-gradient-from: rgb(190 18 60 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-700\/75{
  --tw-gradient-from: rgb(190 18 60 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-700\/80{
  --tw-gradient-from: rgb(190 18 60 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-700\/90{
  --tw-gradient-from: rgb(190 18 60 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-700\/95{
  --tw-gradient-from: rgb(190 18 60 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-800{
  --tw-gradient-from: #9f1239 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-800\/0{
  --tw-gradient-from: rgb(159 18 57 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-800\/10{
  --tw-gradient-from: rgb(159 18 57 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-800\/100{
  --tw-gradient-from: rgb(159 18 57 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-800\/20{
  --tw-gradient-from: rgb(159 18 57 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-800\/25{
  --tw-gradient-from: rgb(159 18 57 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-800\/30{
  --tw-gradient-from: rgb(159 18 57 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-800\/40{
  --tw-gradient-from: rgb(159 18 57 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-800\/5{
  --tw-gradient-from: rgb(159 18 57 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-800\/50{
  --tw-gradient-from: rgb(159 18 57 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-800\/60{
  --tw-gradient-from: rgb(159 18 57 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-800\/70{
  --tw-gradient-from: rgb(159 18 57 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-800\/75{
  --tw-gradient-from: rgb(159 18 57 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-800\/80{
  --tw-gradient-from: rgb(159 18 57 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-800\/90{
  --tw-gradient-from: rgb(159 18 57 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-800\/95{
  --tw-gradient-from: rgb(159 18 57 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900{
  --tw-gradient-from: #881337 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900\/0{
  --tw-gradient-from: rgb(136 19 55 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900\/10{
  --tw-gradient-from: rgb(136 19 55 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900\/100{
  --tw-gradient-from: rgb(136 19 55 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900\/20{
  --tw-gradient-from: rgb(136 19 55 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900\/25{
  --tw-gradient-from: rgb(136 19 55 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900\/30{
  --tw-gradient-from: rgb(136 19 55 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900\/40{
  --tw-gradient-from: rgb(136 19 55 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900\/5{
  --tw-gradient-from: rgb(136 19 55 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900\/50{
  --tw-gradient-from: rgb(136 19 55 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900\/60{
  --tw-gradient-from: rgb(136 19 55 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900\/70{
  --tw-gradient-from: rgb(136 19 55 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900\/75{
  --tw-gradient-from: rgb(136 19 55 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900\/80{
  --tw-gradient-from: rgb(136 19 55 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900\/90{
  --tw-gradient-from: rgb(136 19 55 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900\/95{
  --tw-gradient-from: rgb(136 19 55 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100{
  --tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100\/0{
  --tw-gradient-from: rgb(224 242 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100\/10{
  --tw-gradient-from: rgb(224 242 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100\/100{
  --tw-gradient-from: rgb(224 242 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100\/20{
  --tw-gradient-from: rgb(224 242 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100\/25{
  --tw-gradient-from: rgb(224 242 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100\/30{
  --tw-gradient-from: rgb(224 242 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100\/40{
  --tw-gradient-from: rgb(224 242 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100\/5{
  --tw-gradient-from: rgb(224 242 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100\/50{
  --tw-gradient-from: rgb(224 242 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100\/60{
  --tw-gradient-from: rgb(224 242 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100\/70{
  --tw-gradient-from: rgb(224 242 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100\/75{
  --tw-gradient-from: rgb(224 242 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100\/80{
  --tw-gradient-from: rgb(224 242 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100\/90{
  --tw-gradient-from: rgb(224 242 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100\/95{
  --tw-gradient-from: rgb(224 242 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-200{
  --tw-gradient-from: #bae6fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-200\/0{
  --tw-gradient-from: rgb(186 230 253 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-200\/10{
  --tw-gradient-from: rgb(186 230 253 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-200\/100{
  --tw-gradient-from: rgb(186 230 253 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-200\/20{
  --tw-gradient-from: rgb(186 230 253 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-200\/25{
  --tw-gradient-from: rgb(186 230 253 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-200\/30{
  --tw-gradient-from: rgb(186 230 253 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-200\/40{
  --tw-gradient-from: rgb(186 230 253 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-200\/5{
  --tw-gradient-from: rgb(186 230 253 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-200\/50{
  --tw-gradient-from: rgb(186 230 253 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-200\/60{
  --tw-gradient-from: rgb(186 230 253 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-200\/70{
  --tw-gradient-from: rgb(186 230 253 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-200\/75{
  --tw-gradient-from: rgb(186 230 253 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-200\/80{
  --tw-gradient-from: rgb(186 230 253 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-200\/90{
  --tw-gradient-from: rgb(186 230 253 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-200\/95{
  --tw-gradient-from: rgb(186 230 253 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-300{
  --tw-gradient-from: #7dd3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-300\/0{
  --tw-gradient-from: rgb(125 211 252 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-300\/10{
  --tw-gradient-from: rgb(125 211 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-300\/100{
  --tw-gradient-from: rgb(125 211 252 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-300\/20{
  --tw-gradient-from: rgb(125 211 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-300\/25{
  --tw-gradient-from: rgb(125 211 252 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-300\/30{
  --tw-gradient-from: rgb(125 211 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-300\/40{
  --tw-gradient-from: rgb(125 211 252 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-300\/5{
  --tw-gradient-from: rgb(125 211 252 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-300\/50{
  --tw-gradient-from: rgb(125 211 252 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-300\/60{
  --tw-gradient-from: rgb(125 211 252 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-300\/70{
  --tw-gradient-from: rgb(125 211 252 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-300\/75{
  --tw-gradient-from: rgb(125 211 252 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-300\/80{
  --tw-gradient-from: rgb(125 211 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-300\/90{
  --tw-gradient-from: rgb(125 211 252 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-300\/95{
  --tw-gradient-from: rgb(125 211 252 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400{
  --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400\/0{
  --tw-gradient-from: rgb(56 189 248 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400\/10{
  --tw-gradient-from: rgb(56 189 248 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400\/100{
  --tw-gradient-from: rgb(56 189 248 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400\/20{
  --tw-gradient-from: rgb(56 189 248 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400\/25{
  --tw-gradient-from: rgb(56 189 248 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400\/30{
  --tw-gradient-from: rgb(56 189 248 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400\/40{
  --tw-gradient-from: rgb(56 189 248 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400\/5{
  --tw-gradient-from: rgb(56 189 248 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400\/50{
  --tw-gradient-from: rgb(56 189 248 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400\/60{
  --tw-gradient-from: rgb(56 189 248 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400\/70{
  --tw-gradient-from: rgb(56 189 248 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400\/75{
  --tw-gradient-from: rgb(56 189 248 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400\/80{
  --tw-gradient-from: rgb(56 189 248 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400\/90{
  --tw-gradient-from: rgb(56 189 248 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400\/95{
  --tw-gradient-from: rgb(56 189 248 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50{
  --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50\/0{
  --tw-gradient-from: rgb(240 249 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50\/10{
  --tw-gradient-from: rgb(240 249 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50\/100{
  --tw-gradient-from: rgb(240 249 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50\/20{
  --tw-gradient-from: rgb(240 249 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50\/25{
  --tw-gradient-from: rgb(240 249 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50\/30{
  --tw-gradient-from: rgb(240 249 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50\/40{
  --tw-gradient-from: rgb(240 249 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50\/5{
  --tw-gradient-from: rgb(240 249 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50\/50{
  --tw-gradient-from: rgb(240 249 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50\/60{
  --tw-gradient-from: rgb(240 249 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50\/70{
  --tw-gradient-from: rgb(240 249 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50\/75{
  --tw-gradient-from: rgb(240 249 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50\/80{
  --tw-gradient-from: rgb(240 249 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50\/90{
  --tw-gradient-from: rgb(240 249 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50\/95{
  --tw-gradient-from: rgb(240 249 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500{
  --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500\/0{
  --tw-gradient-from: rgb(14 165 233 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500\/10{
  --tw-gradient-from: rgb(14 165 233 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500\/100{
  --tw-gradient-from: rgb(14 165 233 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500\/20{
  --tw-gradient-from: rgb(14 165 233 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500\/25{
  --tw-gradient-from: rgb(14 165 233 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500\/30{
  --tw-gradient-from: rgb(14 165 233 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500\/40{
  --tw-gradient-from: rgb(14 165 233 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500\/5{
  --tw-gradient-from: rgb(14 165 233 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500\/50{
  --tw-gradient-from: rgb(14 165 233 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500\/60{
  --tw-gradient-from: rgb(14 165 233 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500\/70{
  --tw-gradient-from: rgb(14 165 233 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500\/75{
  --tw-gradient-from: rgb(14 165 233 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500\/80{
  --tw-gradient-from: rgb(14 165 233 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500\/90{
  --tw-gradient-from: rgb(14 165 233 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500\/95{
  --tw-gradient-from: rgb(14 165 233 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600{
  --tw-gradient-from: #0284c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600\/0{
  --tw-gradient-from: rgb(2 132 199 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600\/10{
  --tw-gradient-from: rgb(2 132 199 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600\/100{
  --tw-gradient-from: rgb(2 132 199 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600\/20{
  --tw-gradient-from: rgb(2 132 199 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600\/25{
  --tw-gradient-from: rgb(2 132 199 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600\/30{
  --tw-gradient-from: rgb(2 132 199 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600\/40{
  --tw-gradient-from: rgb(2 132 199 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600\/5{
  --tw-gradient-from: rgb(2 132 199 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600\/50{
  --tw-gradient-from: rgb(2 132 199 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600\/60{
  --tw-gradient-from: rgb(2 132 199 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600\/70{
  --tw-gradient-from: rgb(2 132 199 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600\/75{
  --tw-gradient-from: rgb(2 132 199 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600\/80{
  --tw-gradient-from: rgb(2 132 199 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600\/90{
  --tw-gradient-from: rgb(2 132 199 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600\/95{
  --tw-gradient-from: rgb(2 132 199 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-700{
  --tw-gradient-from: #0369a1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-700\/0{
  --tw-gradient-from: rgb(3 105 161 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-700\/10{
  --tw-gradient-from: rgb(3 105 161 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-700\/100{
  --tw-gradient-from: rgb(3 105 161 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-700\/20{
  --tw-gradient-from: rgb(3 105 161 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-700\/25{
  --tw-gradient-from: rgb(3 105 161 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-700\/30{
  --tw-gradient-from: rgb(3 105 161 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-700\/40{
  --tw-gradient-from: rgb(3 105 161 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-700\/5{
  --tw-gradient-from: rgb(3 105 161 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-700\/50{
  --tw-gradient-from: rgb(3 105 161 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-700\/60{
  --tw-gradient-from: rgb(3 105 161 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-700\/70{
  --tw-gradient-from: rgb(3 105 161 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-700\/75{
  --tw-gradient-from: rgb(3 105 161 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-700\/80{
  --tw-gradient-from: rgb(3 105 161 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-700\/90{
  --tw-gradient-from: rgb(3 105 161 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-700\/95{
  --tw-gradient-from: rgb(3 105 161 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-800{
  --tw-gradient-from: #075985 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-800\/0{
  --tw-gradient-from: rgb(7 89 133 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-800\/10{
  --tw-gradient-from: rgb(7 89 133 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-800\/100{
  --tw-gradient-from: rgb(7 89 133 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-800\/20{
  --tw-gradient-from: rgb(7 89 133 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-800\/25{
  --tw-gradient-from: rgb(7 89 133 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-800\/30{
  --tw-gradient-from: rgb(7 89 133 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-800\/40{
  --tw-gradient-from: rgb(7 89 133 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-800\/5{
  --tw-gradient-from: rgb(7 89 133 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-800\/50{
  --tw-gradient-from: rgb(7 89 133 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-800\/60{
  --tw-gradient-from: rgb(7 89 133 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-800\/70{
  --tw-gradient-from: rgb(7 89 133 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-800\/75{
  --tw-gradient-from: rgb(7 89 133 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-800\/80{
  --tw-gradient-from: rgb(7 89 133 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-800\/90{
  --tw-gradient-from: rgb(7 89 133 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-800\/95{
  --tw-gradient-from: rgb(7 89 133 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900{
  --tw-gradient-from: #0c4a6e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900\/0{
  --tw-gradient-from: rgb(12 74 110 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900\/10{
  --tw-gradient-from: rgb(12 74 110 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900\/100{
  --tw-gradient-from: rgb(12 74 110 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900\/20{
  --tw-gradient-from: rgb(12 74 110 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900\/25{
  --tw-gradient-from: rgb(12 74 110 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900\/30{
  --tw-gradient-from: rgb(12 74 110 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900\/40{
  --tw-gradient-from: rgb(12 74 110 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900\/5{
  --tw-gradient-from: rgb(12 74 110 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900\/50{
  --tw-gradient-from: rgb(12 74 110 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900\/60{
  --tw-gradient-from: rgb(12 74 110 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900\/70{
  --tw-gradient-from: rgb(12 74 110 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900\/75{
  --tw-gradient-from: rgb(12 74 110 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900\/80{
  --tw-gradient-from: rgb(12 74 110 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900\/90{
  --tw-gradient-from: rgb(12 74 110 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900\/95{
  --tw-gradient-from: rgb(12 74 110 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100{
  --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100\/0{
  --tw-gradient-from: rgb(241 245 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100\/10{
  --tw-gradient-from: rgb(241 245 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100\/100{
  --tw-gradient-from: rgb(241 245 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100\/20{
  --tw-gradient-from: rgb(241 245 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100\/25{
  --tw-gradient-from: rgb(241 245 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100\/30{
  --tw-gradient-from: rgb(241 245 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100\/40{
  --tw-gradient-from: rgb(241 245 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100\/5{
  --tw-gradient-from: rgb(241 245 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100\/50{
  --tw-gradient-from: rgb(241 245 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100\/60{
  --tw-gradient-from: rgb(241 245 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100\/70{
  --tw-gradient-from: rgb(241 245 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100\/75{
  --tw-gradient-from: rgb(241 245 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100\/80{
  --tw-gradient-from: rgb(241 245 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100\/90{
  --tw-gradient-from: rgb(241 245 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100\/95{
  --tw-gradient-from: rgb(241 245 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200{
  --tw-gradient-from: #e2e8f0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200\/0{
  --tw-gradient-from: rgb(226 232 240 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200\/10{
  --tw-gradient-from: rgb(226 232 240 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200\/100{
  --tw-gradient-from: rgb(226 232 240 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200\/20{
  --tw-gradient-from: rgb(226 232 240 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200\/25{
  --tw-gradient-from: rgb(226 232 240 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200\/30{
  --tw-gradient-from: rgb(226 232 240 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200\/40{
  --tw-gradient-from: rgb(226 232 240 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200\/5{
  --tw-gradient-from: rgb(226 232 240 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200\/50{
  --tw-gradient-from: rgb(226 232 240 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200\/60{
  --tw-gradient-from: rgb(226 232 240 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200\/70{
  --tw-gradient-from: rgb(226 232 240 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200\/75{
  --tw-gradient-from: rgb(226 232 240 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200\/80{
  --tw-gradient-from: rgb(226 232 240 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200\/90{
  --tw-gradient-from: rgb(226 232 240 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200\/95{
  --tw-gradient-from: rgb(226 232 240 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300{
  --tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300\/0{
  --tw-gradient-from: rgb(203 213 225 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300\/10{
  --tw-gradient-from: rgb(203 213 225 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300\/100{
  --tw-gradient-from: rgb(203 213 225 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300\/20{
  --tw-gradient-from: rgb(203 213 225 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300\/25{
  --tw-gradient-from: rgb(203 213 225 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300\/30{
  --tw-gradient-from: rgb(203 213 225 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300\/40{
  --tw-gradient-from: rgb(203 213 225 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300\/5{
  --tw-gradient-from: rgb(203 213 225 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300\/50{
  --tw-gradient-from: rgb(203 213 225 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300\/60{
  --tw-gradient-from: rgb(203 213 225 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300\/70{
  --tw-gradient-from: rgb(203 213 225 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300\/75{
  --tw-gradient-from: rgb(203 213 225 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300\/80{
  --tw-gradient-from: rgb(203 213 225 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300\/90{
  --tw-gradient-from: rgb(203 213 225 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300\/95{
  --tw-gradient-from: rgb(203 213 225 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-400{
  --tw-gradient-from: #94a3b8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-400\/0{
  --tw-gradient-from: rgb(148 163 184 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-400\/10{
  --tw-gradient-from: rgb(148 163 184 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-400\/100{
  --tw-gradient-from: rgb(148 163 184 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-400\/20{
  --tw-gradient-from: rgb(148 163 184 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-400\/25{
  --tw-gradient-from: rgb(148 163 184 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-400\/30{
  --tw-gradient-from: rgb(148 163 184 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-400\/40{
  --tw-gradient-from: rgb(148 163 184 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-400\/5{
  --tw-gradient-from: rgb(148 163 184 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-400\/50{
  --tw-gradient-from: rgb(148 163 184 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-400\/60{
  --tw-gradient-from: rgb(148 163 184 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-400\/70{
  --tw-gradient-from: rgb(148 163 184 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-400\/75{
  --tw-gradient-from: rgb(148 163 184 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-400\/80{
  --tw-gradient-from: rgb(148 163 184 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-400\/90{
  --tw-gradient-from: rgb(148 163 184 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-400\/95{
  --tw-gradient-from: rgb(148 163 184 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50{
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50\/0{
  --tw-gradient-from: rgb(248 250 252 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50\/10{
  --tw-gradient-from: rgb(248 250 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50\/100{
  --tw-gradient-from: rgb(248 250 252 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50\/20{
  --tw-gradient-from: rgb(248 250 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50\/25{
  --tw-gradient-from: rgb(248 250 252 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50\/30{
  --tw-gradient-from: rgb(248 250 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50\/40{
  --tw-gradient-from: rgb(248 250 252 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50\/5{
  --tw-gradient-from: rgb(248 250 252 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50\/50{
  --tw-gradient-from: rgb(248 250 252 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50\/60{
  --tw-gradient-from: rgb(248 250 252 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50\/70{
  --tw-gradient-from: rgb(248 250 252 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50\/75{
  --tw-gradient-from: rgb(248 250 252 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50\/80{
  --tw-gradient-from: rgb(248 250 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50\/90{
  --tw-gradient-from: rgb(248 250 252 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50\/95{
  --tw-gradient-from: rgb(248 250 252 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500{
  --tw-gradient-from: #64748b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500\/0{
  --tw-gradient-from: rgb(100 116 139 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500\/10{
  --tw-gradient-from: rgb(100 116 139 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500\/100{
  --tw-gradient-from: rgb(100 116 139 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500\/20{
  --tw-gradient-from: rgb(100 116 139 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500\/25{
  --tw-gradient-from: rgb(100 116 139 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500\/30{
  --tw-gradient-from: rgb(100 116 139 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500\/40{
  --tw-gradient-from: rgb(100 116 139 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500\/5{
  --tw-gradient-from: rgb(100 116 139 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500\/50{
  --tw-gradient-from: rgb(100 116 139 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500\/60{
  --tw-gradient-from: rgb(100 116 139 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500\/70{
  --tw-gradient-from: rgb(100 116 139 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500\/75{
  --tw-gradient-from: rgb(100 116 139 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500\/80{
  --tw-gradient-from: rgb(100 116 139 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500\/90{
  --tw-gradient-from: rgb(100 116 139 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500\/95{
  --tw-gradient-from: rgb(100 116 139 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600{
  --tw-gradient-from: #475569 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600\/0{
  --tw-gradient-from: rgb(71 85 105 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600\/10{
  --tw-gradient-from: rgb(71 85 105 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600\/100{
  --tw-gradient-from: rgb(71 85 105 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600\/20{
  --tw-gradient-from: rgb(71 85 105 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600\/25{
  --tw-gradient-from: rgb(71 85 105 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600\/30{
  --tw-gradient-from: rgb(71 85 105 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600\/40{
  --tw-gradient-from: rgb(71 85 105 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600\/5{
  --tw-gradient-from: rgb(71 85 105 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600\/50{
  --tw-gradient-from: rgb(71 85 105 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600\/60{
  --tw-gradient-from: rgb(71 85 105 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600\/70{
  --tw-gradient-from: rgb(71 85 105 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600\/75{
  --tw-gradient-from: rgb(71 85 105 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600\/80{
  --tw-gradient-from: rgb(71 85 105 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600\/90{
  --tw-gradient-from: rgb(71 85 105 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600\/95{
  --tw-gradient-from: rgb(71 85 105 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-700{
  --tw-gradient-from: #334155 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-700\/0{
  --tw-gradient-from: rgb(51 65 85 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-700\/10{
  --tw-gradient-from: rgb(51 65 85 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-700\/100{
  --tw-gradient-from: rgb(51 65 85 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-700\/20{
  --tw-gradient-from: rgb(51 65 85 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-700\/25{
  --tw-gradient-from: rgb(51 65 85 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-700\/30{
  --tw-gradient-from: rgb(51 65 85 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-700\/40{
  --tw-gradient-from: rgb(51 65 85 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-700\/5{
  --tw-gradient-from: rgb(51 65 85 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-700\/50{
  --tw-gradient-from: rgb(51 65 85 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-700\/60{
  --tw-gradient-from: rgb(51 65 85 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-700\/70{
  --tw-gradient-from: rgb(51 65 85 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-700\/75{
  --tw-gradient-from: rgb(51 65 85 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-700\/80{
  --tw-gradient-from: rgb(51 65 85 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-700\/90{
  --tw-gradient-from: rgb(51 65 85 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-700\/95{
  --tw-gradient-from: rgb(51 65 85 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-800{
  --tw-gradient-from: #1e293b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-800\/0{
  --tw-gradient-from: rgb(30 41 59 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-800\/10{
  --tw-gradient-from: rgb(30 41 59 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-800\/100{
  --tw-gradient-from: rgb(30 41 59 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-800\/20{
  --tw-gradient-from: rgb(30 41 59 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-800\/25{
  --tw-gradient-from: rgb(30 41 59 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-800\/30{
  --tw-gradient-from: rgb(30 41 59 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-800\/40{
  --tw-gradient-from: rgb(30 41 59 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-800\/5{
  --tw-gradient-from: rgb(30 41 59 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-800\/50{
  --tw-gradient-from: rgb(30 41 59 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-800\/60{
  --tw-gradient-from: rgb(30 41 59 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-800\/70{
  --tw-gradient-from: rgb(30 41 59 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-800\/75{
  --tw-gradient-from: rgb(30 41 59 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-800\/80{
  --tw-gradient-from: rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-800\/90{
  --tw-gradient-from: rgb(30 41 59 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-800\/95{
  --tw-gradient-from: rgb(30 41 59 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900{
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/0{
  --tw-gradient-from: rgb(15 23 42 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/10{
  --tw-gradient-from: rgb(15 23 42 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/100{
  --tw-gradient-from: rgb(15 23 42 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/20{
  --tw-gradient-from: rgb(15 23 42 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/25{
  --tw-gradient-from: rgb(15 23 42 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/30{
  --tw-gradient-from: rgb(15 23 42 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/40{
  --tw-gradient-from: rgb(15 23 42 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/5{
  --tw-gradient-from: rgb(15 23 42 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/50{
  --tw-gradient-from: rgb(15 23 42 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/60{
  --tw-gradient-from: rgb(15 23 42 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/70{
  --tw-gradient-from: rgb(15 23 42 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/75{
  --tw-gradient-from: rgb(15 23 42 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/80{
  --tw-gradient-from: rgb(15 23 42 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/90{
  --tw-gradient-from: rgb(15 23 42 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/95{
  --tw-gradient-from: rgb(15 23 42 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-100{
  --tw-gradient-from: #f5f5f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-100\/0{
  --tw-gradient-from: rgb(245 245 244 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-100\/10{
  --tw-gradient-from: rgb(245 245 244 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-100\/100{
  --tw-gradient-from: rgb(245 245 244 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-100\/20{
  --tw-gradient-from: rgb(245 245 244 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-100\/25{
  --tw-gradient-from: rgb(245 245 244 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-100\/30{
  --tw-gradient-from: rgb(245 245 244 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-100\/40{
  --tw-gradient-from: rgb(245 245 244 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-100\/5{
  --tw-gradient-from: rgb(245 245 244 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-100\/50{
  --tw-gradient-from: rgb(245 245 244 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-100\/60{
  --tw-gradient-from: rgb(245 245 244 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-100\/70{
  --tw-gradient-from: rgb(245 245 244 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-100\/75{
  --tw-gradient-from: rgb(245 245 244 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-100\/80{
  --tw-gradient-from: rgb(245 245 244 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-100\/90{
  --tw-gradient-from: rgb(245 245 244 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-100\/95{
  --tw-gradient-from: rgb(245 245 244 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-200{
  --tw-gradient-from: #e7e5e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-200\/0{
  --tw-gradient-from: rgb(231 229 228 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-200\/10{
  --tw-gradient-from: rgb(231 229 228 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-200\/100{
  --tw-gradient-from: rgb(231 229 228 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-200\/20{
  --tw-gradient-from: rgb(231 229 228 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-200\/25{
  --tw-gradient-from: rgb(231 229 228 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-200\/30{
  --tw-gradient-from: rgb(231 229 228 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-200\/40{
  --tw-gradient-from: rgb(231 229 228 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-200\/5{
  --tw-gradient-from: rgb(231 229 228 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-200\/50{
  --tw-gradient-from: rgb(231 229 228 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-200\/60{
  --tw-gradient-from: rgb(231 229 228 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-200\/70{
  --tw-gradient-from: rgb(231 229 228 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-200\/75{
  --tw-gradient-from: rgb(231 229 228 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-200\/80{
  --tw-gradient-from: rgb(231 229 228 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-200\/90{
  --tw-gradient-from: rgb(231 229 228 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-200\/95{
  --tw-gradient-from: rgb(231 229 228 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-300{
  --tw-gradient-from: #d6d3d1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-300\/0{
  --tw-gradient-from: rgb(214 211 209 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-300\/10{
  --tw-gradient-from: rgb(214 211 209 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-300\/100{
  --tw-gradient-from: rgb(214 211 209 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-300\/20{
  --tw-gradient-from: rgb(214 211 209 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-300\/25{
  --tw-gradient-from: rgb(214 211 209 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-300\/30{
  --tw-gradient-from: rgb(214 211 209 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-300\/40{
  --tw-gradient-from: rgb(214 211 209 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-300\/5{
  --tw-gradient-from: rgb(214 211 209 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-300\/50{
  --tw-gradient-from: rgb(214 211 209 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-300\/60{
  --tw-gradient-from: rgb(214 211 209 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-300\/70{
  --tw-gradient-from: rgb(214 211 209 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-300\/75{
  --tw-gradient-from: rgb(214 211 209 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-300\/80{
  --tw-gradient-from: rgb(214 211 209 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-300\/90{
  --tw-gradient-from: rgb(214 211 209 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-300\/95{
  --tw-gradient-from: rgb(214 211 209 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-400{
  --tw-gradient-from: #a8a29e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-400\/0{
  --tw-gradient-from: rgb(168 162 158 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-400\/10{
  --tw-gradient-from: rgb(168 162 158 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-400\/100{
  --tw-gradient-from: rgb(168 162 158 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-400\/20{
  --tw-gradient-from: rgb(168 162 158 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-400\/25{
  --tw-gradient-from: rgb(168 162 158 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-400\/30{
  --tw-gradient-from: rgb(168 162 158 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-400\/40{
  --tw-gradient-from: rgb(168 162 158 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-400\/5{
  --tw-gradient-from: rgb(168 162 158 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-400\/50{
  --tw-gradient-from: rgb(168 162 158 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-400\/60{
  --tw-gradient-from: rgb(168 162 158 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-400\/70{
  --tw-gradient-from: rgb(168 162 158 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-400\/75{
  --tw-gradient-from: rgb(168 162 158 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-400\/80{
  --tw-gradient-from: rgb(168 162 158 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-400\/90{
  --tw-gradient-from: rgb(168 162 158 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-400\/95{
  --tw-gradient-from: rgb(168 162 158 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-50{
  --tw-gradient-from: #fafaf9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-50\/0{
  --tw-gradient-from: rgb(250 250 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-50\/10{
  --tw-gradient-from: rgb(250 250 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-50\/100{
  --tw-gradient-from: rgb(250 250 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-50\/20{
  --tw-gradient-from: rgb(250 250 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-50\/25{
  --tw-gradient-from: rgb(250 250 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-50\/30{
  --tw-gradient-from: rgb(250 250 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-50\/40{
  --tw-gradient-from: rgb(250 250 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-50\/5{
  --tw-gradient-from: rgb(250 250 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-50\/50{
  --tw-gradient-from: rgb(250 250 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-50\/60{
  --tw-gradient-from: rgb(250 250 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-50\/70{
  --tw-gradient-from: rgb(250 250 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-50\/75{
  --tw-gradient-from: rgb(250 250 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-50\/80{
  --tw-gradient-from: rgb(250 250 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-50\/90{
  --tw-gradient-from: rgb(250 250 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-50\/95{
  --tw-gradient-from: rgb(250 250 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-500{
  --tw-gradient-from: #78716c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-500\/0{
  --tw-gradient-from: rgb(120 113 108 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-500\/10{
  --tw-gradient-from: rgb(120 113 108 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-500\/100{
  --tw-gradient-from: rgb(120 113 108 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-500\/20{
  --tw-gradient-from: rgb(120 113 108 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-500\/25{
  --tw-gradient-from: rgb(120 113 108 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-500\/30{
  --tw-gradient-from: rgb(120 113 108 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-500\/40{
  --tw-gradient-from: rgb(120 113 108 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-500\/5{
  --tw-gradient-from: rgb(120 113 108 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-500\/50{
  --tw-gradient-from: rgb(120 113 108 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-500\/60{
  --tw-gradient-from: rgb(120 113 108 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-500\/70{
  --tw-gradient-from: rgb(120 113 108 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-500\/75{
  --tw-gradient-from: rgb(120 113 108 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-500\/80{
  --tw-gradient-from: rgb(120 113 108 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-500\/90{
  --tw-gradient-from: rgb(120 113 108 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-500\/95{
  --tw-gradient-from: rgb(120 113 108 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-600{
  --tw-gradient-from: #57534e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-600\/0{
  --tw-gradient-from: rgb(87 83 78 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-600\/10{
  --tw-gradient-from: rgb(87 83 78 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-600\/100{
  --tw-gradient-from: rgb(87 83 78 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-600\/20{
  --tw-gradient-from: rgb(87 83 78 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-600\/25{
  --tw-gradient-from: rgb(87 83 78 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-600\/30{
  --tw-gradient-from: rgb(87 83 78 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-600\/40{
  --tw-gradient-from: rgb(87 83 78 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-600\/5{
  --tw-gradient-from: rgb(87 83 78 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-600\/50{
  --tw-gradient-from: rgb(87 83 78 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-600\/60{
  --tw-gradient-from: rgb(87 83 78 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-600\/70{
  --tw-gradient-from: rgb(87 83 78 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-600\/75{
  --tw-gradient-from: rgb(87 83 78 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-600\/80{
  --tw-gradient-from: rgb(87 83 78 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-600\/90{
  --tw-gradient-from: rgb(87 83 78 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-600\/95{
  --tw-gradient-from: rgb(87 83 78 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-700{
  --tw-gradient-from: #44403c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-700\/0{
  --tw-gradient-from: rgb(68 64 60 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-700\/10{
  --tw-gradient-from: rgb(68 64 60 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-700\/100{
  --tw-gradient-from: rgb(68 64 60 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-700\/20{
  --tw-gradient-from: rgb(68 64 60 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-700\/25{
  --tw-gradient-from: rgb(68 64 60 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-700\/30{
  --tw-gradient-from: rgb(68 64 60 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-700\/40{
  --tw-gradient-from: rgb(68 64 60 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-700\/5{
  --tw-gradient-from: rgb(68 64 60 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-700\/50{
  --tw-gradient-from: rgb(68 64 60 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-700\/60{
  --tw-gradient-from: rgb(68 64 60 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-700\/70{
  --tw-gradient-from: rgb(68 64 60 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-700\/75{
  --tw-gradient-from: rgb(68 64 60 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-700\/80{
  --tw-gradient-from: rgb(68 64 60 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-700\/90{
  --tw-gradient-from: rgb(68 64 60 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-700\/95{
  --tw-gradient-from: rgb(68 64 60 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-800{
  --tw-gradient-from: #292524 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-800\/0{
  --tw-gradient-from: rgb(41 37 36 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-800\/10{
  --tw-gradient-from: rgb(41 37 36 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-800\/100{
  --tw-gradient-from: rgb(41 37 36 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-800\/20{
  --tw-gradient-from: rgb(41 37 36 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-800\/25{
  --tw-gradient-from: rgb(41 37 36 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-800\/30{
  --tw-gradient-from: rgb(41 37 36 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-800\/40{
  --tw-gradient-from: rgb(41 37 36 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-800\/5{
  --tw-gradient-from: rgb(41 37 36 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-800\/50{
  --tw-gradient-from: rgb(41 37 36 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-800\/60{
  --tw-gradient-from: rgb(41 37 36 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-800\/70{
  --tw-gradient-from: rgb(41 37 36 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-800\/75{
  --tw-gradient-from: rgb(41 37 36 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-800\/80{
  --tw-gradient-from: rgb(41 37 36 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-800\/90{
  --tw-gradient-from: rgb(41 37 36 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-800\/95{
  --tw-gradient-from: rgb(41 37 36 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-900{
  --tw-gradient-from: #1c1917 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-900\/0{
  --tw-gradient-from: rgb(28 25 23 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-900\/10{
  --tw-gradient-from: rgb(28 25 23 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-900\/100{
  --tw-gradient-from: rgb(28 25 23 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-900\/20{
  --tw-gradient-from: rgb(28 25 23 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-900\/25{
  --tw-gradient-from: rgb(28 25 23 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-900\/30{
  --tw-gradient-from: rgb(28 25 23 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-900\/40{
  --tw-gradient-from: rgb(28 25 23 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-900\/5{
  --tw-gradient-from: rgb(28 25 23 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-900\/50{
  --tw-gradient-from: rgb(28 25 23 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-900\/60{
  --tw-gradient-from: rgb(28 25 23 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-900\/70{
  --tw-gradient-from: rgb(28 25 23 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-900\/75{
  --tw-gradient-from: rgb(28 25 23 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-900\/80{
  --tw-gradient-from: rgb(28 25 23 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-900\/90{
  --tw-gradient-from: rgb(28 25 23 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-900\/95{
  --tw-gradient-from: rgb(28 25 23 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-100{
  --tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-100\/0{
  --tw-gradient-from: rgb(204 251 241 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-100\/10{
  --tw-gradient-from: rgb(204 251 241 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-100\/100{
  --tw-gradient-from: rgb(204 251 241 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-100\/20{
  --tw-gradient-from: rgb(204 251 241 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-100\/25{
  --tw-gradient-from: rgb(204 251 241 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-100\/30{
  --tw-gradient-from: rgb(204 251 241 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-100\/40{
  --tw-gradient-from: rgb(204 251 241 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-100\/5{
  --tw-gradient-from: rgb(204 251 241 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-100\/50{
  --tw-gradient-from: rgb(204 251 241 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-100\/60{
  --tw-gradient-from: rgb(204 251 241 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-100\/70{
  --tw-gradient-from: rgb(204 251 241 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-100\/75{
  --tw-gradient-from: rgb(204 251 241 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-100\/80{
  --tw-gradient-from: rgb(204 251 241 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-100\/90{
  --tw-gradient-from: rgb(204 251 241 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-100\/95{
  --tw-gradient-from: rgb(204 251 241 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200{
  --tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200\/0{
  --tw-gradient-from: rgb(153 246 228 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200\/10{
  --tw-gradient-from: rgb(153 246 228 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200\/100{
  --tw-gradient-from: rgb(153 246 228 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200\/20{
  --tw-gradient-from: rgb(153 246 228 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200\/25{
  --tw-gradient-from: rgb(153 246 228 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200\/30{
  --tw-gradient-from: rgb(153 246 228 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200\/40{
  --tw-gradient-from: rgb(153 246 228 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200\/5{
  --tw-gradient-from: rgb(153 246 228 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200\/50{
  --tw-gradient-from: rgb(153 246 228 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200\/60{
  --tw-gradient-from: rgb(153 246 228 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200\/70{
  --tw-gradient-from: rgb(153 246 228 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200\/75{
  --tw-gradient-from: rgb(153 246 228 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200\/80{
  --tw-gradient-from: rgb(153 246 228 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200\/90{
  --tw-gradient-from: rgb(153 246 228 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200\/95{
  --tw-gradient-from: rgb(153 246 228 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300{
  --tw-gradient-from: #5eead4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300\/0{
  --tw-gradient-from: rgb(94 234 212 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300\/10{
  --tw-gradient-from: rgb(94 234 212 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300\/100{
  --tw-gradient-from: rgb(94 234 212 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300\/20{
  --tw-gradient-from: rgb(94 234 212 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300\/25{
  --tw-gradient-from: rgb(94 234 212 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300\/30{
  --tw-gradient-from: rgb(94 234 212 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300\/40{
  --tw-gradient-from: rgb(94 234 212 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300\/5{
  --tw-gradient-from: rgb(94 234 212 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300\/50{
  --tw-gradient-from: rgb(94 234 212 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300\/60{
  --tw-gradient-from: rgb(94 234 212 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300\/70{
  --tw-gradient-from: rgb(94 234 212 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300\/75{
  --tw-gradient-from: rgb(94 234 212 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300\/80{
  --tw-gradient-from: rgb(94 234 212 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300\/90{
  --tw-gradient-from: rgb(94 234 212 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300\/95{
  --tw-gradient-from: rgb(94 234 212 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400{
  --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400\/0{
  --tw-gradient-from: rgb(45 212 191 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400\/10{
  --tw-gradient-from: rgb(45 212 191 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400\/100{
  --tw-gradient-from: rgb(45 212 191 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400\/20{
  --tw-gradient-from: rgb(45 212 191 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400\/25{
  --tw-gradient-from: rgb(45 212 191 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400\/30{
  --tw-gradient-from: rgb(45 212 191 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400\/40{
  --tw-gradient-from: rgb(45 212 191 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400\/5{
  --tw-gradient-from: rgb(45 212 191 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400\/50{
  --tw-gradient-from: rgb(45 212 191 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400\/60{
  --tw-gradient-from: rgb(45 212 191 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400\/70{
  --tw-gradient-from: rgb(45 212 191 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400\/75{
  --tw-gradient-from: rgb(45 212 191 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400\/80{
  --tw-gradient-from: rgb(45 212 191 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400\/90{
  --tw-gradient-from: rgb(45 212 191 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400\/95{
  --tw-gradient-from: rgb(45 212 191 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50{
  --tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50\/0{
  --tw-gradient-from: rgb(240 253 250 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50\/10{
  --tw-gradient-from: rgb(240 253 250 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50\/100{
  --tw-gradient-from: rgb(240 253 250 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50\/20{
  --tw-gradient-from: rgb(240 253 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50\/25{
  --tw-gradient-from: rgb(240 253 250 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50\/30{
  --tw-gradient-from: rgb(240 253 250 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50\/40{
  --tw-gradient-from: rgb(240 253 250 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50\/5{
  --tw-gradient-from: rgb(240 253 250 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50\/50{
  --tw-gradient-from: rgb(240 253 250 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50\/60{
  --tw-gradient-from: rgb(240 253 250 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50\/70{
  --tw-gradient-from: rgb(240 253 250 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50\/75{
  --tw-gradient-from: rgb(240 253 250 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50\/80{
  --tw-gradient-from: rgb(240 253 250 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50\/90{
  --tw-gradient-from: rgb(240 253 250 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50\/95{
  --tw-gradient-from: rgb(240 253 250 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500{
  --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500\/0{
  --tw-gradient-from: rgb(20 184 166 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500\/10{
  --tw-gradient-from: rgb(20 184 166 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500\/100{
  --tw-gradient-from: rgb(20 184 166 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500\/20{
  --tw-gradient-from: rgb(20 184 166 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500\/25{
  --tw-gradient-from: rgb(20 184 166 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500\/30{
  --tw-gradient-from: rgb(20 184 166 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500\/40{
  --tw-gradient-from: rgb(20 184 166 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500\/5{
  --tw-gradient-from: rgb(20 184 166 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500\/50{
  --tw-gradient-from: rgb(20 184 166 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500\/60{
  --tw-gradient-from: rgb(20 184 166 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500\/70{
  --tw-gradient-from: rgb(20 184 166 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500\/75{
  --tw-gradient-from: rgb(20 184 166 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500\/80{
  --tw-gradient-from: rgb(20 184 166 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500\/90{
  --tw-gradient-from: rgb(20 184 166 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500\/95{
  --tw-gradient-from: rgb(20 184 166 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600{
  --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600\/0{
  --tw-gradient-from: rgb(13 148 136 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600\/10{
  --tw-gradient-from: rgb(13 148 136 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600\/100{
  --tw-gradient-from: rgb(13 148 136 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600\/20{
  --tw-gradient-from: rgb(13 148 136 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600\/25{
  --tw-gradient-from: rgb(13 148 136 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600\/30{
  --tw-gradient-from: rgb(13 148 136 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600\/40{
  --tw-gradient-from: rgb(13 148 136 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600\/5{
  --tw-gradient-from: rgb(13 148 136 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600\/50{
  --tw-gradient-from: rgb(13 148 136 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600\/60{
  --tw-gradient-from: rgb(13 148 136 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600\/70{
  --tw-gradient-from: rgb(13 148 136 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600\/75{
  --tw-gradient-from: rgb(13 148 136 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600\/80{
  --tw-gradient-from: rgb(13 148 136 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600\/90{
  --tw-gradient-from: rgb(13 148 136 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600\/95{
  --tw-gradient-from: rgb(13 148 136 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700{
  --tw-gradient-from: #0f766e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700\/0{
  --tw-gradient-from: rgb(15 118 110 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700\/10{
  --tw-gradient-from: rgb(15 118 110 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700\/100{
  --tw-gradient-from: rgb(15 118 110 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700\/20{
  --tw-gradient-from: rgb(15 118 110 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700\/25{
  --tw-gradient-from: rgb(15 118 110 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700\/30{
  --tw-gradient-from: rgb(15 118 110 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700\/40{
  --tw-gradient-from: rgb(15 118 110 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700\/5{
  --tw-gradient-from: rgb(15 118 110 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700\/50{
  --tw-gradient-from: rgb(15 118 110 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700\/60{
  --tw-gradient-from: rgb(15 118 110 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700\/70{
  --tw-gradient-from: rgb(15 118 110 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700\/75{
  --tw-gradient-from: rgb(15 118 110 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700\/80{
  --tw-gradient-from: rgb(15 118 110 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700\/90{
  --tw-gradient-from: rgb(15 118 110 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700\/95{
  --tw-gradient-from: rgb(15 118 110 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800{
  --tw-gradient-from: #115e59 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800\/0{
  --tw-gradient-from: rgb(17 94 89 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800\/10{
  --tw-gradient-from: rgb(17 94 89 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800\/100{
  --tw-gradient-from: rgb(17 94 89 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800\/20{
  --tw-gradient-from: rgb(17 94 89 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800\/25{
  --tw-gradient-from: rgb(17 94 89 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800\/30{
  --tw-gradient-from: rgb(17 94 89 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800\/40{
  --tw-gradient-from: rgb(17 94 89 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800\/5{
  --tw-gradient-from: rgb(17 94 89 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800\/50{
  --tw-gradient-from: rgb(17 94 89 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800\/60{
  --tw-gradient-from: rgb(17 94 89 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800\/70{
  --tw-gradient-from: rgb(17 94 89 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800\/75{
  --tw-gradient-from: rgb(17 94 89 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800\/80{
  --tw-gradient-from: rgb(17 94 89 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800\/90{
  --tw-gradient-from: rgb(17 94 89 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800\/95{
  --tw-gradient-from: rgb(17 94 89 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-900{
  --tw-gradient-from: #134e4a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-900\/0{
  --tw-gradient-from: rgb(19 78 74 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-900\/10{
  --tw-gradient-from: rgb(19 78 74 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-900\/100{
  --tw-gradient-from: rgb(19 78 74 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-900\/20{
  --tw-gradient-from: rgb(19 78 74 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-900\/25{
  --tw-gradient-from: rgb(19 78 74 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-900\/30{
  --tw-gradient-from: rgb(19 78 74 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-900\/40{
  --tw-gradient-from: rgb(19 78 74 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-900\/5{
  --tw-gradient-from: rgb(19 78 74 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-900\/50{
  --tw-gradient-from: rgb(19 78 74 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-900\/60{
  --tw-gradient-from: rgb(19 78 74 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-900\/70{
  --tw-gradient-from: rgb(19 78 74 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-900\/75{
  --tw-gradient-from: rgb(19 78 74 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-900\/80{
  --tw-gradient-from: rgb(19 78 74 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-900\/90{
  --tw-gradient-from: rgb(19 78 74 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-900\/95{
  --tw-gradient-from: rgb(19 78 74 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-100{
  --tw-gradient-from: #ede9fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-100\/0{
  --tw-gradient-from: rgb(237 233 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-100\/10{
  --tw-gradient-from: rgb(237 233 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-100\/100{
  --tw-gradient-from: rgb(237 233 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-100\/20{
  --tw-gradient-from: rgb(237 233 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-100\/25{
  --tw-gradient-from: rgb(237 233 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-100\/30{
  --tw-gradient-from: rgb(237 233 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-100\/40{
  --tw-gradient-from: rgb(237 233 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-100\/5{
  --tw-gradient-from: rgb(237 233 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-100\/50{
  --tw-gradient-from: rgb(237 233 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-100\/60{
  --tw-gradient-from: rgb(237 233 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-100\/70{
  --tw-gradient-from: rgb(237 233 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-100\/75{
  --tw-gradient-from: rgb(237 233 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-100\/80{
  --tw-gradient-from: rgb(237 233 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-100\/90{
  --tw-gradient-from: rgb(237 233 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-100\/95{
  --tw-gradient-from: rgb(237 233 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-200{
  --tw-gradient-from: #ddd6fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-200\/0{
  --tw-gradient-from: rgb(221 214 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-200\/10{
  --tw-gradient-from: rgb(221 214 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-200\/100{
  --tw-gradient-from: rgb(221 214 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-200\/20{
  --tw-gradient-from: rgb(221 214 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-200\/25{
  --tw-gradient-from: rgb(221 214 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-200\/30{
  --tw-gradient-from: rgb(221 214 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-200\/40{
  --tw-gradient-from: rgb(221 214 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-200\/5{
  --tw-gradient-from: rgb(221 214 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-200\/50{
  --tw-gradient-from: rgb(221 214 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-200\/60{
  --tw-gradient-from: rgb(221 214 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-200\/70{
  --tw-gradient-from: rgb(221 214 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-200\/75{
  --tw-gradient-from: rgb(221 214 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-200\/80{
  --tw-gradient-from: rgb(221 214 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-200\/90{
  --tw-gradient-from: rgb(221 214 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-200\/95{
  --tw-gradient-from: rgb(221 214 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-300{
  --tw-gradient-from: #c4b5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-300\/0{
  --tw-gradient-from: rgb(196 181 253 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-300\/10{
  --tw-gradient-from: rgb(196 181 253 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-300\/100{
  --tw-gradient-from: rgb(196 181 253 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-300\/20{
  --tw-gradient-from: rgb(196 181 253 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-300\/25{
  --tw-gradient-from: rgb(196 181 253 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-300\/30{
  --tw-gradient-from: rgb(196 181 253 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-300\/40{
  --tw-gradient-from: rgb(196 181 253 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-300\/5{
  --tw-gradient-from: rgb(196 181 253 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-300\/50{
  --tw-gradient-from: rgb(196 181 253 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-300\/60{
  --tw-gradient-from: rgb(196 181 253 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-300\/70{
  --tw-gradient-from: rgb(196 181 253 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-300\/75{
  --tw-gradient-from: rgb(196 181 253 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-300\/80{
  --tw-gradient-from: rgb(196 181 253 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-300\/90{
  --tw-gradient-from: rgb(196 181 253 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-300\/95{
  --tw-gradient-from: rgb(196 181 253 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-400{
  --tw-gradient-from: #a78bfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-400\/0{
  --tw-gradient-from: rgb(167 139 250 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-400\/10{
  --tw-gradient-from: rgb(167 139 250 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-400\/100{
  --tw-gradient-from: rgb(167 139 250 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-400\/20{
  --tw-gradient-from: rgb(167 139 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-400\/25{
  --tw-gradient-from: rgb(167 139 250 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-400\/30{
  --tw-gradient-from: rgb(167 139 250 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-400\/40{
  --tw-gradient-from: rgb(167 139 250 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-400\/5{
  --tw-gradient-from: rgb(167 139 250 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-400\/50{
  --tw-gradient-from: rgb(167 139 250 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-400\/60{
  --tw-gradient-from: rgb(167 139 250 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-400\/70{
  --tw-gradient-from: rgb(167 139 250 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-400\/75{
  --tw-gradient-from: rgb(167 139 250 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-400\/80{
  --tw-gradient-from: rgb(167 139 250 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-400\/90{
  --tw-gradient-from: rgb(167 139 250 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-400\/95{
  --tw-gradient-from: rgb(167 139 250 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50{
  --tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50\/0{
  --tw-gradient-from: rgb(245 243 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50\/10{
  --tw-gradient-from: rgb(245 243 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50\/100{
  --tw-gradient-from: rgb(245 243 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50\/20{
  --tw-gradient-from: rgb(245 243 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50\/25{
  --tw-gradient-from: rgb(245 243 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50\/30{
  --tw-gradient-from: rgb(245 243 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50\/40{
  --tw-gradient-from: rgb(245 243 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50\/5{
  --tw-gradient-from: rgb(245 243 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50\/50{
  --tw-gradient-from: rgb(245 243 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50\/60{
  --tw-gradient-from: rgb(245 243 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50\/70{
  --tw-gradient-from: rgb(245 243 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50\/75{
  --tw-gradient-from: rgb(245 243 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50\/80{
  --tw-gradient-from: rgb(245 243 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50\/90{
  --tw-gradient-from: rgb(245 243 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50\/95{
  --tw-gradient-from: rgb(245 243 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500{
  --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500\/0{
  --tw-gradient-from: rgb(139 92 246 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500\/10{
  --tw-gradient-from: rgb(139 92 246 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500\/100{
  --tw-gradient-from: rgb(139 92 246 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500\/20{
  --tw-gradient-from: rgb(139 92 246 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500\/25{
  --tw-gradient-from: rgb(139 92 246 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500\/30{
  --tw-gradient-from: rgb(139 92 246 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500\/40{
  --tw-gradient-from: rgb(139 92 246 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500\/5{
  --tw-gradient-from: rgb(139 92 246 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500\/50{
  --tw-gradient-from: rgb(139 92 246 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500\/60{
  --tw-gradient-from: rgb(139 92 246 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500\/70{
  --tw-gradient-from: rgb(139 92 246 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500\/75{
  --tw-gradient-from: rgb(139 92 246 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500\/80{
  --tw-gradient-from: rgb(139 92 246 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500\/90{
  --tw-gradient-from: rgb(139 92 246 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500\/95{
  --tw-gradient-from: rgb(139 92 246 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600{
  --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600\/0{
  --tw-gradient-from: rgb(124 58 237 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600\/10{
  --tw-gradient-from: rgb(124 58 237 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600\/100{
  --tw-gradient-from: rgb(124 58 237 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600\/20{
  --tw-gradient-from: rgb(124 58 237 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600\/25{
  --tw-gradient-from: rgb(124 58 237 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600\/30{
  --tw-gradient-from: rgb(124 58 237 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600\/40{
  --tw-gradient-from: rgb(124 58 237 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600\/5{
  --tw-gradient-from: rgb(124 58 237 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600\/50{
  --tw-gradient-from: rgb(124 58 237 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600\/60{
  --tw-gradient-from: rgb(124 58 237 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600\/70{
  --tw-gradient-from: rgb(124 58 237 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600\/75{
  --tw-gradient-from: rgb(124 58 237 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600\/80{
  --tw-gradient-from: rgb(124 58 237 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600\/90{
  --tw-gradient-from: rgb(124 58 237 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600\/95{
  --tw-gradient-from: rgb(124 58 237 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-700{
  --tw-gradient-from: #6d28d9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-700\/0{
  --tw-gradient-from: rgb(109 40 217 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-700\/10{
  --tw-gradient-from: rgb(109 40 217 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-700\/100{
  --tw-gradient-from: rgb(109 40 217 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-700\/20{
  --tw-gradient-from: rgb(109 40 217 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-700\/25{
  --tw-gradient-from: rgb(109 40 217 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-700\/30{
  --tw-gradient-from: rgb(109 40 217 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-700\/40{
  --tw-gradient-from: rgb(109 40 217 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-700\/5{
  --tw-gradient-from: rgb(109 40 217 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-700\/50{
  --tw-gradient-from: rgb(109 40 217 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-700\/60{
  --tw-gradient-from: rgb(109 40 217 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-700\/70{
  --tw-gradient-from: rgb(109 40 217 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-700\/75{
  --tw-gradient-from: rgb(109 40 217 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-700\/80{
  --tw-gradient-from: rgb(109 40 217 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-700\/90{
  --tw-gradient-from: rgb(109 40 217 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-700\/95{
  --tw-gradient-from: rgb(109 40 217 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-800{
  --tw-gradient-from: #5b21b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-800\/0{
  --tw-gradient-from: rgb(91 33 182 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-800\/10{
  --tw-gradient-from: rgb(91 33 182 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-800\/100{
  --tw-gradient-from: rgb(91 33 182 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-800\/20{
  --tw-gradient-from: rgb(91 33 182 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-800\/25{
  --tw-gradient-from: rgb(91 33 182 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-800\/30{
  --tw-gradient-from: rgb(91 33 182 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-800\/40{
  --tw-gradient-from: rgb(91 33 182 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-800\/5{
  --tw-gradient-from: rgb(91 33 182 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-800\/50{
  --tw-gradient-from: rgb(91 33 182 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-800\/60{
  --tw-gradient-from: rgb(91 33 182 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-800\/70{
  --tw-gradient-from: rgb(91 33 182 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-800\/75{
  --tw-gradient-from: rgb(91 33 182 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-800\/80{
  --tw-gradient-from: rgb(91 33 182 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-800\/90{
  --tw-gradient-from: rgb(91 33 182 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-800\/95{
  --tw-gradient-from: rgb(91 33 182 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-900{
  --tw-gradient-from: #4c1d95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-900\/0{
  --tw-gradient-from: rgb(76 29 149 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-900\/10{
  --tw-gradient-from: rgb(76 29 149 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-900\/100{
  --tw-gradient-from: rgb(76 29 149 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-900\/20{
  --tw-gradient-from: rgb(76 29 149 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-900\/25{
  --tw-gradient-from: rgb(76 29 149 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-900\/30{
  --tw-gradient-from: rgb(76 29 149 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-900\/40{
  --tw-gradient-from: rgb(76 29 149 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-900\/5{
  --tw-gradient-from: rgb(76 29 149 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-900\/50{
  --tw-gradient-from: rgb(76 29 149 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-900\/60{
  --tw-gradient-from: rgb(76 29 149 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-900\/70{
  --tw-gradient-from: rgb(76 29 149 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-900\/75{
  --tw-gradient-from: rgb(76 29 149 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-900\/80{
  --tw-gradient-from: rgb(76 29 149 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-900\/90{
  --tw-gradient-from: rgb(76 29 149 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-900\/95{
  --tw-gradient-from: rgb(76 29 149 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100{
  --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/0{
  --tw-gradient-from: rgb(254 249 195 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/10{
  --tw-gradient-from: rgb(254 249 195 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/100{
  --tw-gradient-from: rgb(254 249 195 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/20{
  --tw-gradient-from: rgb(254 249 195 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/25{
  --tw-gradient-from: rgb(254 249 195 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/30{
  --tw-gradient-from: rgb(254 249 195 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/40{
  --tw-gradient-from: rgb(254 249 195 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/5{
  --tw-gradient-from: rgb(254 249 195 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/50{
  --tw-gradient-from: rgb(254 249 195 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/60{
  --tw-gradient-from: rgb(254 249 195 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/70{
  --tw-gradient-from: rgb(254 249 195 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/75{
  --tw-gradient-from: rgb(254 249 195 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/80{
  --tw-gradient-from: rgb(254 249 195 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/90{
  --tw-gradient-from: rgb(254 249 195 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/95{
  --tw-gradient-from: rgb(254 249 195 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200{
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/0{
  --tw-gradient-from: rgb(254 240 138 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/10{
  --tw-gradient-from: rgb(254 240 138 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/100{
  --tw-gradient-from: rgb(254 240 138 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/20{
  --tw-gradient-from: rgb(254 240 138 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/25{
  --tw-gradient-from: rgb(254 240 138 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/30{
  --tw-gradient-from: rgb(254 240 138 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/40{
  --tw-gradient-from: rgb(254 240 138 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/5{
  --tw-gradient-from: rgb(254 240 138 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/50{
  --tw-gradient-from: rgb(254 240 138 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/60{
  --tw-gradient-from: rgb(254 240 138 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/70{
  --tw-gradient-from: rgb(254 240 138 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/75{
  --tw-gradient-from: rgb(254 240 138 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/80{
  --tw-gradient-from: rgb(254 240 138 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/90{
  --tw-gradient-from: rgb(254 240 138 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/95{
  --tw-gradient-from: rgb(254 240 138 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300{
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/0{
  --tw-gradient-from: rgb(253 224 71 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/10{
  --tw-gradient-from: rgb(253 224 71 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/100{
  --tw-gradient-from: rgb(253 224 71 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/20{
  --tw-gradient-from: rgb(253 224 71 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/25{
  --tw-gradient-from: rgb(253 224 71 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/30{
  --tw-gradient-from: rgb(253 224 71 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/40{
  --tw-gradient-from: rgb(253 224 71 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/5{
  --tw-gradient-from: rgb(253 224 71 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/50{
  --tw-gradient-from: rgb(253 224 71 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/60{
  --tw-gradient-from: rgb(253 224 71 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/70{
  --tw-gradient-from: rgb(253 224 71 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/75{
  --tw-gradient-from: rgb(253 224 71 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/80{
  --tw-gradient-from: rgb(253 224 71 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/90{
  --tw-gradient-from: rgb(253 224 71 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/95{
  --tw-gradient-from: rgb(253 224 71 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400{
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/0{
  --tw-gradient-from: rgb(250 204 21 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/10{
  --tw-gradient-from: rgb(250 204 21 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/100{
  --tw-gradient-from: rgb(250 204 21 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/20{
  --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/25{
  --tw-gradient-from: rgb(250 204 21 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/30{
  --tw-gradient-from: rgb(250 204 21 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/40{
  --tw-gradient-from: rgb(250 204 21 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/5{
  --tw-gradient-from: rgb(250 204 21 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/50{
  --tw-gradient-from: rgb(250 204 21 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/60{
  --tw-gradient-from: rgb(250 204 21 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/70{
  --tw-gradient-from: rgb(250 204 21 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/75{
  --tw-gradient-from: rgb(250 204 21 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/80{
  --tw-gradient-from: rgb(250 204 21 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/90{
  --tw-gradient-from: rgb(250 204 21 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/95{
  --tw-gradient-from: rgb(250 204 21 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50{
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/0{
  --tw-gradient-from: rgb(254 252 232 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/10{
  --tw-gradient-from: rgb(254 252 232 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/100{
  --tw-gradient-from: rgb(254 252 232 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/20{
  --tw-gradient-from: rgb(254 252 232 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/25{
  --tw-gradient-from: rgb(254 252 232 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/30{
  --tw-gradient-from: rgb(254 252 232 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/40{
  --tw-gradient-from: rgb(254 252 232 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/5{
  --tw-gradient-from: rgb(254 252 232 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/50{
  --tw-gradient-from: rgb(254 252 232 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/60{
  --tw-gradient-from: rgb(254 252 232 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/70{
  --tw-gradient-from: rgb(254 252 232 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/75{
  --tw-gradient-from: rgb(254 252 232 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/80{
  --tw-gradient-from: rgb(254 252 232 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/90{
  --tw-gradient-from: rgb(254 252 232 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/95{
  --tw-gradient-from: rgb(254 252 232 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500{
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/0{
  --tw-gradient-from: rgb(234 179 8 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/10{
  --tw-gradient-from: rgb(234 179 8 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/100{
  --tw-gradient-from: rgb(234 179 8 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/20{
  --tw-gradient-from: rgb(234 179 8 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/25{
  --tw-gradient-from: rgb(234 179 8 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/30{
  --tw-gradient-from: rgb(234 179 8 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/40{
  --tw-gradient-from: rgb(234 179 8 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/5{
  --tw-gradient-from: rgb(234 179 8 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/50{
  --tw-gradient-from: rgb(234 179 8 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/60{
  --tw-gradient-from: rgb(234 179 8 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/70{
  --tw-gradient-from: rgb(234 179 8 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/75{
  --tw-gradient-from: rgb(234 179 8 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/80{
  --tw-gradient-from: rgb(234 179 8 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/90{
  --tw-gradient-from: rgb(234 179 8 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/95{
  --tw-gradient-from: rgb(234 179 8 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600{
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/0{
  --tw-gradient-from: rgb(202 138 4 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/10{
  --tw-gradient-from: rgb(202 138 4 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/100{
  --tw-gradient-from: rgb(202 138 4 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/20{
  --tw-gradient-from: rgb(202 138 4 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/25{
  --tw-gradient-from: rgb(202 138 4 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/30{
  --tw-gradient-from: rgb(202 138 4 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/40{
  --tw-gradient-from: rgb(202 138 4 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/5{
  --tw-gradient-from: rgb(202 138 4 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/50{
  --tw-gradient-from: rgb(202 138 4 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/60{
  --tw-gradient-from: rgb(202 138 4 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/70{
  --tw-gradient-from: rgb(202 138 4 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/75{
  --tw-gradient-from: rgb(202 138 4 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/80{
  --tw-gradient-from: rgb(202 138 4 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/90{
  --tw-gradient-from: rgb(202 138 4 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/95{
  --tw-gradient-from: rgb(202 138 4 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700{
  --tw-gradient-from: #a16207 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/0{
  --tw-gradient-from: rgb(161 98 7 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/10{
  --tw-gradient-from: rgb(161 98 7 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/100{
  --tw-gradient-from: rgb(161 98 7 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/20{
  --tw-gradient-from: rgb(161 98 7 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/25{
  --tw-gradient-from: rgb(161 98 7 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/30{
  --tw-gradient-from: rgb(161 98 7 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/40{
  --tw-gradient-from: rgb(161 98 7 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/5{
  --tw-gradient-from: rgb(161 98 7 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/50{
  --tw-gradient-from: rgb(161 98 7 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/60{
  --tw-gradient-from: rgb(161 98 7 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/70{
  --tw-gradient-from: rgb(161 98 7 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/75{
  --tw-gradient-from: rgb(161 98 7 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/80{
  --tw-gradient-from: rgb(161 98 7 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/90{
  --tw-gradient-from: rgb(161 98 7 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/95{
  --tw-gradient-from: rgb(161 98 7 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800{
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/0{
  --tw-gradient-from: rgb(133 77 14 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/10{
  --tw-gradient-from: rgb(133 77 14 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/100{
  --tw-gradient-from: rgb(133 77 14 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/20{
  --tw-gradient-from: rgb(133 77 14 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/25{
  --tw-gradient-from: rgb(133 77 14 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/30{
  --tw-gradient-from: rgb(133 77 14 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/40{
  --tw-gradient-from: rgb(133 77 14 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/5{
  --tw-gradient-from: rgb(133 77 14 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/50{
  --tw-gradient-from: rgb(133 77 14 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/60{
  --tw-gradient-from: rgb(133 77 14 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/70{
  --tw-gradient-from: rgb(133 77 14 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/75{
  --tw-gradient-from: rgb(133 77 14 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/80{
  --tw-gradient-from: rgb(133 77 14 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/90{
  --tw-gradient-from: rgb(133 77 14 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/95{
  --tw-gradient-from: rgb(133 77 14 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900{
  --tw-gradient-from: #713f12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/0{
  --tw-gradient-from: rgb(113 63 18 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/10{
  --tw-gradient-from: rgb(113 63 18 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/100{
  --tw-gradient-from: rgb(113 63 18 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/20{
  --tw-gradient-from: rgb(113 63 18 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/25{
  --tw-gradient-from: rgb(113 63 18 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/30{
  --tw-gradient-from: rgb(113 63 18 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/40{
  --tw-gradient-from: rgb(113 63 18 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/5{
  --tw-gradient-from: rgb(113 63 18 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/50{
  --tw-gradient-from: rgb(113 63 18 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/60{
  --tw-gradient-from: rgb(113 63 18 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/70{
  --tw-gradient-from: rgb(113 63 18 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/75{
  --tw-gradient-from: rgb(113 63 18 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/80{
  --tw-gradient-from: rgb(113 63 18 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/90{
  --tw-gradient-from: rgb(113 63 18 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/95{
  --tw-gradient-from: rgb(113 63 18 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-30\%{
  --tw-gradient-from-position: 30%;
}

.via-gray-300{
  --tw-gradient-to: rgb(212 212 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-50{
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-500{
  --tw-gradient-to: rgb(100 116 139 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #64748b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-blue-500\/\[75\%\]{
  --tw-gradient-to: rgb(59 130 246 / 75%) var(--tw-gradient-to-position);
}

.to-blue-600\/\[85\%\]{
  --tw-gradient-to: rgb(37 99 235 / 85%) var(--tw-gradient-to-position);
}

.to-blue-800\/\[85\%\]{
  --tw-gradient-to: rgb(30 64 175 / 85%) var(--tw-gradient-to-position);
}

.to-cyan-600\/90{
  --tw-gradient-to: rgb(8 145 178 / 0.9) var(--tw-gradient-to-position);
}

.to-cyan-900{
  --tw-gradient-to: #164e63 var(--tw-gradient-to-position);
}

.to-gray-200{
  --tw-gradient-to: #e5e5e5 var(--tw-gradient-to-position);
}

.to-gray-300{
  --tw-gradient-to: #d4d4d4 var(--tw-gradient-to-position);
}

.to-gray-50{
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}

.to-orange-500\/\[85\%\]{
  --tw-gradient-to: rgb(249 115 22 / 85%) var(--tw-gradient-to-position);
}

.to-purple-600\/\[85\%\]{
  --tw-gradient-to: rgb(147 51 234 / 85%) var(--tw-gradient-to-position);
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.fill-current{
  fill: currentColor;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.\!p-0{
  padding: 0px !important;
}

.\!p-1{
  padding: 0.25rem !important;
}

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.\!px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.\!py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.\!py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.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-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.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-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[10\%\]{
  padding-left: 10%;
  padding-right: 10%;
}

.px-\[1px\]{
  padding-left: 1px;
  padding-right: 1px;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.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-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.\!pb-0{
  padding-bottom: 0px !important;
}

.\!pl-12{
  padding-left: 3rem !important;
}

.\!pl-4{
  padding-left: 1rem !important;
}

.\!pl-8{
  padding-left: 2rem !important;
}

.\!pl-\[16px\]{
  padding-left: 16px !important;
}

.\!pl-\[44px\]{
  padding-left: 44px !important;
}

.\!pl-\[48px\]{
  padding-left: 48px !important;
}

.\!pt-1{
  padding-top: 0.25rem !important;
}

.\!pt-4{
  padding-top: 1rem !important;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-2\.5{
  padding-bottom: 0.625rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-3\.5{
  padding-bottom: 0.875rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pl-0{
  padding-left: 0px;
}

.pl-1{
  padding-left: 0.25rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-12{
  padding-left: 3rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-2\.5{
  padding-left: 0.625rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-8{
  padding-left: 2rem;
}

.pl-\[48px\]{
  padding-left: 48px;
}

.pr-0{
  padding-right: 0px;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-8{
  padding-right: 2rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-1\.5{
  padding-top: 0.375rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-3\.5{
  padding-top: 0.875rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-8{
  padding-top: 2rem;
}

.\!text-left{
  text-align: left !important;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.\!text-right{
  text-align: right !important;
}

.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;
}

.\!font-mono{
  font-family: Lucida Sans Typewriter, ui-monospace, monospace !important;
}

.font-\[\'Montserrat\'\]{
  font-family: 'Montserrat';
}

.font-mono{
  font-family: Lucida Sans Typewriter, ui-monospace, monospace;
}

.font-serif{
  font-family: Bitter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
}

.\!text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.\!text-3xl{
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.\!text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.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-8px{
  font-size: 8px;
  line-height: 12px;
}

.text-\[10px\]{
  font-size: 10px;
}

.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-medium{
  font-weight: 500 !important;
}

.\!font-normal{
  font-weight: 400 !important;
}

.\!font-semibold{
  font-weight: 600 !important;
}

.font-black{
  font-weight: 900;
}

.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;
}

.font-thin{
  font-weight: 100;
}

.\!uppercase{
  text-transform: uppercase !important;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.\!normal-case{
  text-transform: none !important;
}

.normal-case{
  text-transform: none;
}

.\!italic{
  font-style: italic !important;
}

.italic{
  font-style: italic;
}

.\!not-italic{
  font-style: normal !important;
}

.\!leading-5{
  line-height: 1.25rem !important;
}

.\!leading-6{
  line-height: 1.5rem !important;
}

.\!leading-snug{
  line-height: 1.375 !important;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-3{
  line-height: .75rem;
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-none{
  line-height: 1;
}

.leading-normal{
  line-height: 1.5;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.\!text-cyan-900{
  --tw-text-opacity: 1 !important;
  color: rgb(22 78 99 / var(--tw-text-opacity)) !important;
}

.\!text-darkBlue{
  --tw-text-opacity: 1 !important;
  color: rgb(22 78 99 / var(--tw-text-opacity)) !important;
}

.\!text-gray-300{
  --tw-text-opacity: 1 !important;
  color: rgb(212 212 212 / var(--tw-text-opacity)) !important;
}

.\!text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity)) !important;
}

.\!text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgb(115 115 115 / var(--tw-text-opacity)) !important;
}

.\!text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-text-opacity)) !important;
}

.\!text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgb(64 64 64 / var(--tw-text-opacity)) !important;
}

.\!text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgb(23 23 23 / var(--tw-text-opacity)) !important;
}

.\!text-green-500{
  --tw-text-opacity: 1 !important;
  color: rgb(16 185 129 / var(--tw-text-opacity)) !important;
}

.\!text-green-600{
  --tw-text-opacity: 1 !important;
  color: rgb(5 150 105 / var(--tw-text-opacity)) !important;
}

.\!text-light-blue-600{
  --tw-text-opacity: 1 !important;
  color: rgb(2 132 199 / var(--tw-text-opacity)) !important;
}

.\!text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

.\!text-rose-500{
  --tw-text-opacity: 1 !important;
  color: rgb(244 63 94 / var(--tw-text-opacity)) !important;
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\!text-yellow-500{
  --tw-text-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
}

.text-amber-100{
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity));
}

.text-amber-100\/0{
  color: rgb(254 243 199 / 0);
}

.text-amber-100\/10{
  color: rgb(254 243 199 / 0.1);
}

.text-amber-100\/100{
  color: rgb(254 243 199 / 1);
}

.text-amber-100\/20{
  color: rgb(254 243 199 / 0.2);
}

.text-amber-100\/25{
  color: rgb(254 243 199 / 0.25);
}

.text-amber-100\/30{
  color: rgb(254 243 199 / 0.3);
}

.text-amber-100\/40{
  color: rgb(254 243 199 / 0.4);
}

.text-amber-100\/5{
  color: rgb(254 243 199 / 0.05);
}

.text-amber-100\/50{
  color: rgb(254 243 199 / 0.5);
}

.text-amber-100\/60{
  color: rgb(254 243 199 / 0.6);
}

.text-amber-100\/70{
  color: rgb(254 243 199 / 0.7);
}

.text-amber-100\/75{
  color: rgb(254 243 199 / 0.75);
}

.text-amber-100\/80{
  color: rgb(254 243 199 / 0.8);
}

.text-amber-100\/90{
  color: rgb(254 243 199 / 0.9);
}

.text-amber-100\/95{
  color: rgb(254 243 199 / 0.95);
}

.text-amber-200{
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}

.text-amber-200\/0{
  color: rgb(253 230 138 / 0);
}

.text-amber-200\/10{
  color: rgb(253 230 138 / 0.1);
}

.text-amber-200\/100{
  color: rgb(253 230 138 / 1);
}

.text-amber-200\/20{
  color: rgb(253 230 138 / 0.2);
}

.text-amber-200\/25{
  color: rgb(253 230 138 / 0.25);
}

.text-amber-200\/30{
  color: rgb(253 230 138 / 0.3);
}

.text-amber-200\/40{
  color: rgb(253 230 138 / 0.4);
}

.text-amber-200\/5{
  color: rgb(253 230 138 / 0.05);
}

.text-amber-200\/50{
  color: rgb(253 230 138 / 0.5);
}

.text-amber-200\/60{
  color: rgb(253 230 138 / 0.6);
}

.text-amber-200\/70{
  color: rgb(253 230 138 / 0.7);
}

.text-amber-200\/75{
  color: rgb(253 230 138 / 0.75);
}

.text-amber-200\/80{
  color: rgb(253 230 138 / 0.8);
}

.text-amber-200\/90{
  color: rgb(253 230 138 / 0.9);
}

.text-amber-200\/95{
  color: rgb(253 230 138 / 0.95);
}

.text-amber-300{
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}

.text-amber-300\/0{
  color: rgb(252 211 77 / 0);
}

.text-amber-300\/10{
  color: rgb(252 211 77 / 0.1);
}

.text-amber-300\/100{
  color: rgb(252 211 77 / 1);
}

.text-amber-300\/20{
  color: rgb(252 211 77 / 0.2);
}

.text-amber-300\/25{
  color: rgb(252 211 77 / 0.25);
}

.text-amber-300\/30{
  color: rgb(252 211 77 / 0.3);
}

.text-amber-300\/40{
  color: rgb(252 211 77 / 0.4);
}

.text-amber-300\/5{
  color: rgb(252 211 77 / 0.05);
}

.text-amber-300\/50{
  color: rgb(252 211 77 / 0.5);
}

.text-amber-300\/60{
  color: rgb(252 211 77 / 0.6);
}

.text-amber-300\/70{
  color: rgb(252 211 77 / 0.7);
}

.text-amber-300\/75{
  color: rgb(252 211 77 / 0.75);
}

.text-amber-300\/80{
  color: rgb(252 211 77 / 0.8);
}

.text-amber-300\/90{
  color: rgb(252 211 77 / 0.9);
}

.text-amber-300\/95{
  color: rgb(252 211 77 / 0.95);
}

.text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}

.text-amber-400\/0{
  color: rgb(251 191 36 / 0);
}

.text-amber-400\/10{
  color: rgb(251 191 36 / 0.1);
}

.text-amber-400\/100{
  color: rgb(251 191 36 / 1);
}

.text-amber-400\/20{
  color: rgb(251 191 36 / 0.2);
}

.text-amber-400\/25{
  color: rgb(251 191 36 / 0.25);
}

.text-amber-400\/30{
  color: rgb(251 191 36 / 0.3);
}

.text-amber-400\/40{
  color: rgb(251 191 36 / 0.4);
}

.text-amber-400\/5{
  color: rgb(251 191 36 / 0.05);
}

.text-amber-400\/50{
  color: rgb(251 191 36 / 0.5);
}

.text-amber-400\/60{
  color: rgb(251 191 36 / 0.6);
}

.text-amber-400\/70{
  color: rgb(251 191 36 / 0.7);
}

.text-amber-400\/75{
  color: rgb(251 191 36 / 0.75);
}

.text-amber-400\/80{
  color: rgb(251 191 36 / 0.8);
}

.text-amber-400\/90{
  color: rgb(251 191 36 / 0.9);
}

.text-amber-400\/95{
  color: rgb(251 191 36 / 0.95);
}

.text-amber-50{
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}

.text-amber-50\/0{
  color: rgb(255 251 235 / 0);
}

.text-amber-50\/10{
  color: rgb(255 251 235 / 0.1);
}

.text-amber-50\/100{
  color: rgb(255 251 235 / 1);
}

.text-amber-50\/20{
  color: rgb(255 251 235 / 0.2);
}

.text-amber-50\/25{
  color: rgb(255 251 235 / 0.25);
}

.text-amber-50\/30{
  color: rgb(255 251 235 / 0.3);
}

.text-amber-50\/40{
  color: rgb(255 251 235 / 0.4);
}

.text-amber-50\/5{
  color: rgb(255 251 235 / 0.05);
}

.text-amber-50\/50{
  color: rgb(255 251 235 / 0.5);
}

.text-amber-50\/60{
  color: rgb(255 251 235 / 0.6);
}

.text-amber-50\/70{
  color: rgb(255 251 235 / 0.7);
}

.text-amber-50\/75{
  color: rgb(255 251 235 / 0.75);
}

.text-amber-50\/80{
  color: rgb(255 251 235 / 0.8);
}

.text-amber-50\/90{
  color: rgb(255 251 235 / 0.9);
}

.text-amber-50\/95{
  color: rgb(255 251 235 / 0.95);
}

.text-amber-500{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

.text-amber-500\/0{
  color: rgb(245 158 11 / 0);
}

.text-amber-500\/10{
  color: rgb(245 158 11 / 0.1);
}

.text-amber-500\/100{
  color: rgb(245 158 11 / 1);
}

.text-amber-500\/20{
  color: rgb(245 158 11 / 0.2);
}

.text-amber-500\/25{
  color: rgb(245 158 11 / 0.25);
}

.text-amber-500\/30{
  color: rgb(245 158 11 / 0.3);
}

.text-amber-500\/40{
  color: rgb(245 158 11 / 0.4);
}

.text-amber-500\/5{
  color: rgb(245 158 11 / 0.05);
}

.text-amber-500\/50{
  color: rgb(245 158 11 / 0.5);
}

.text-amber-500\/60{
  color: rgb(245 158 11 / 0.6);
}

.text-amber-500\/70{
  color: rgb(245 158 11 / 0.7);
}

.text-amber-500\/75{
  color: rgb(245 158 11 / 0.75);
}

.text-amber-500\/80{
  color: rgb(245 158 11 / 0.8);
}

.text-amber-500\/90{
  color: rgb(245 158 11 / 0.9);
}

.text-amber-500\/95{
  color: rgb(245 158 11 / 0.95);
}

.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

.text-amber-600\/0{
  color: rgb(217 119 6 / 0);
}

.text-amber-600\/10{
  color: rgb(217 119 6 / 0.1);
}

.text-amber-600\/100{
  color: rgb(217 119 6 / 1);
}

.text-amber-600\/20{
  color: rgb(217 119 6 / 0.2);
}

.text-amber-600\/25{
  color: rgb(217 119 6 / 0.25);
}

.text-amber-600\/30{
  color: rgb(217 119 6 / 0.3);
}

.text-amber-600\/40{
  color: rgb(217 119 6 / 0.4);
}

.text-amber-600\/5{
  color: rgb(217 119 6 / 0.05);
}

.text-amber-600\/50{
  color: rgb(217 119 6 / 0.5);
}

.text-amber-600\/60{
  color: rgb(217 119 6 / 0.6);
}

.text-amber-600\/70{
  color: rgb(217 119 6 / 0.7);
}

.text-amber-600\/75{
  color: rgb(217 119 6 / 0.75);
}

.text-amber-600\/80{
  color: rgb(217 119 6 / 0.8);
}

.text-amber-600\/90{
  color: rgb(217 119 6 / 0.9);
}

.text-amber-600\/95{
  color: rgb(217 119 6 / 0.95);
}

.text-amber-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}

.text-amber-700\/0{
  color: rgb(180 83 9 / 0);
}

.text-amber-700\/10{
  color: rgb(180 83 9 / 0.1);
}

.text-amber-700\/100{
  color: rgb(180 83 9 / 1);
}

.text-amber-700\/20{
  color: rgb(180 83 9 / 0.2);
}

.text-amber-700\/25{
  color: rgb(180 83 9 / 0.25);
}

.text-amber-700\/30{
  color: rgb(180 83 9 / 0.3);
}

.text-amber-700\/40{
  color: rgb(180 83 9 / 0.4);
}

.text-amber-700\/5{
  color: rgb(180 83 9 / 0.05);
}

.text-amber-700\/50{
  color: rgb(180 83 9 / 0.5);
}

.text-amber-700\/60{
  color: rgb(180 83 9 / 0.6);
}

.text-amber-700\/70{
  color: rgb(180 83 9 / 0.7);
}

.text-amber-700\/75{
  color: rgb(180 83 9 / 0.75);
}

.text-amber-700\/80{
  color: rgb(180 83 9 / 0.8);
}

.text-amber-700\/90{
  color: rgb(180 83 9 / 0.9);
}

.text-amber-700\/95{
  color: rgb(180 83 9 / 0.95);
}

.text-amber-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}

.text-amber-800\/0{
  color: rgb(146 64 14 / 0);
}

.text-amber-800\/10{
  color: rgb(146 64 14 / 0.1);
}

.text-amber-800\/100{
  color: rgb(146 64 14 / 1);
}

.text-amber-800\/20{
  color: rgb(146 64 14 / 0.2);
}

.text-amber-800\/25{
  color: rgb(146 64 14 / 0.25);
}

.text-amber-800\/30{
  color: rgb(146 64 14 / 0.3);
}

.text-amber-800\/40{
  color: rgb(146 64 14 / 0.4);
}

.text-amber-800\/5{
  color: rgb(146 64 14 / 0.05);
}

.text-amber-800\/50{
  color: rgb(146 64 14 / 0.5);
}

.text-amber-800\/60{
  color: rgb(146 64 14 / 0.6);
}

.text-amber-800\/70{
  color: rgb(146 64 14 / 0.7);
}

.text-amber-800\/75{
  color: rgb(146 64 14 / 0.75);
}

.text-amber-800\/80{
  color: rgb(146 64 14 / 0.8);
}

.text-amber-800\/90{
  color: rgb(146 64 14 / 0.9);
}

.text-amber-800\/95{
  color: rgb(146 64 14 / 0.95);
}

.text-amber-900{
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}

.text-amber-900\/0{
  color: rgb(120 53 15 / 0);
}

.text-amber-900\/10{
  color: rgb(120 53 15 / 0.1);
}

.text-amber-900\/100{
  color: rgb(120 53 15 / 1);
}

.text-amber-900\/20{
  color: rgb(120 53 15 / 0.2);
}

.text-amber-900\/25{
  color: rgb(120 53 15 / 0.25);
}

.text-amber-900\/30{
  color: rgb(120 53 15 / 0.3);
}

.text-amber-900\/40{
  color: rgb(120 53 15 / 0.4);
}

.text-amber-900\/5{
  color: rgb(120 53 15 / 0.05);
}

.text-amber-900\/50{
  color: rgb(120 53 15 / 0.5);
}

.text-amber-900\/60{
  color: rgb(120 53 15 / 0.6);
}

.text-amber-900\/70{
  color: rgb(120 53 15 / 0.7);
}

.text-amber-900\/75{
  color: rgb(120 53 15 / 0.75);
}

.text-amber-900\/80{
  color: rgb(120 53 15 / 0.8);
}

.text-amber-900\/90{
  color: rgb(120 53 15 / 0.9);
}

.text-amber-900\/95{
  color: rgb(120 53 15 / 0.95);
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}

.text-blue-100\/0{
  color: rgb(219 234 254 / 0);
}

.text-blue-100\/10{
  color: rgb(219 234 254 / 0.1);
}

.text-blue-100\/100{
  color: rgb(219 234 254 / 1);
}

.text-blue-100\/20{
  color: rgb(219 234 254 / 0.2);
}

.text-blue-100\/25{
  color: rgb(219 234 254 / 0.25);
}

.text-blue-100\/30{
  color: rgb(219 234 254 / 0.3);
}

.text-blue-100\/40{
  color: rgb(219 234 254 / 0.4);
}

.text-blue-100\/5{
  color: rgb(219 234 254 / 0.05);
}

.text-blue-100\/50{
  color: rgb(219 234 254 / 0.5);
}

.text-blue-100\/60{
  color: rgb(219 234 254 / 0.6);
}

.text-blue-100\/70{
  color: rgb(219 234 254 / 0.7);
}

.text-blue-100\/75{
  color: rgb(219 234 254 / 0.75);
}

.text-blue-100\/80{
  color: rgb(219 234 254 / 0.8);
}

.text-blue-100\/90{
  color: rgb(219 234 254 / 0.9);
}

.text-blue-100\/95{
  color: rgb(219 234 254 / 0.95);
}

.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

.text-blue-200\/0{
  color: rgb(191 219 254 / 0);
}

.text-blue-200\/10{
  color: rgb(191 219 254 / 0.1);
}

.text-blue-200\/100{
  color: rgb(191 219 254 / 1);
}

.text-blue-200\/20{
  color: rgb(191 219 254 / 0.2);
}

.text-blue-200\/25{
  color: rgb(191 219 254 / 0.25);
}

.text-blue-200\/30{
  color: rgb(191 219 254 / 0.3);
}

.text-blue-200\/40{
  color: rgb(191 219 254 / 0.4);
}

.text-blue-200\/5{
  color: rgb(191 219 254 / 0.05);
}

.text-blue-200\/50{
  color: rgb(191 219 254 / 0.5);
}

.text-blue-200\/60{
  color: rgb(191 219 254 / 0.6);
}

.text-blue-200\/70{
  color: rgb(191 219 254 / 0.7);
}

.text-blue-200\/75{
  color: rgb(191 219 254 / 0.75);
}

.text-blue-200\/80{
  color: rgb(191 219 254 / 0.8);
}

.text-blue-200\/90{
  color: rgb(191 219 254 / 0.9);
}

.text-blue-200\/95{
  color: rgb(191 219 254 / 0.95);
}

.text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.text-blue-300\/0{
  color: rgb(147 197 253 / 0);
}

.text-blue-300\/10{
  color: rgb(147 197 253 / 0.1);
}

.text-blue-300\/100{
  color: rgb(147 197 253 / 1);
}

.text-blue-300\/20{
  color: rgb(147 197 253 / 0.2);
}

.text-blue-300\/25{
  color: rgb(147 197 253 / 0.25);
}

.text-blue-300\/30{
  color: rgb(147 197 253 / 0.3);
}

.text-blue-300\/40{
  color: rgb(147 197 253 / 0.4);
}

.text-blue-300\/5{
  color: rgb(147 197 253 / 0.05);
}

.text-blue-300\/50{
  color: rgb(147 197 253 / 0.5);
}

.text-blue-300\/60{
  color: rgb(147 197 253 / 0.6);
}

.text-blue-300\/70{
  color: rgb(147 197 253 / 0.7);
}

.text-blue-300\/75{
  color: rgb(147 197 253 / 0.75);
}

.text-blue-300\/80{
  color: rgb(147 197 253 / 0.8);
}

.text-blue-300\/90{
  color: rgb(147 197 253 / 0.9);
}

.text-blue-300\/95{
  color: rgb(147 197 253 / 0.95);
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-blue-400\/0{
  color: rgb(96 165 250 / 0);
}

.text-blue-400\/10{
  color: rgb(96 165 250 / 0.1);
}

.text-blue-400\/100{
  color: rgb(96 165 250 / 1);
}

.text-blue-400\/20{
  color: rgb(96 165 250 / 0.2);
}

.text-blue-400\/25{
  color: rgb(96 165 250 / 0.25);
}

.text-blue-400\/30{
  color: rgb(96 165 250 / 0.3);
}

.text-blue-400\/40{
  color: rgb(96 165 250 / 0.4);
}

.text-blue-400\/5{
  color: rgb(96 165 250 / 0.05);
}

.text-blue-400\/50{
  color: rgb(96 165 250 / 0.5);
}

.text-blue-400\/60{
  color: rgb(96 165 250 / 0.6);
}

.text-blue-400\/70{
  color: rgb(96 165 250 / 0.7);
}

.text-blue-400\/75{
  color: rgb(96 165 250 / 0.75);
}

.text-blue-400\/80{
  color: rgb(96 165 250 / 0.8);
}

.text-blue-400\/90{
  color: rgb(96 165 250 / 0.9);
}

.text-blue-400\/95{
  color: rgb(96 165 250 / 0.95);
}

.text-blue-50{
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}

.text-blue-50\/0{
  color: rgb(239 246 255 / 0);
}

.text-blue-50\/10{
  color: rgb(239 246 255 / 0.1);
}

.text-blue-50\/100{
  color: rgb(239 246 255 / 1);
}

.text-blue-50\/20{
  color: rgb(239 246 255 / 0.2);
}

.text-blue-50\/25{
  color: rgb(239 246 255 / 0.25);
}

.text-blue-50\/30{
  color: rgb(239 246 255 / 0.3);
}

.text-blue-50\/40{
  color: rgb(239 246 255 / 0.4);
}

.text-blue-50\/5{
  color: rgb(239 246 255 / 0.05);
}

.text-blue-50\/50{
  color: rgb(239 246 255 / 0.5);
}

.text-blue-50\/60{
  color: rgb(239 246 255 / 0.6);
}

.text-blue-50\/70{
  color: rgb(239 246 255 / 0.7);
}

.text-blue-50\/75{
  color: rgb(239 246 255 / 0.75);
}

.text-blue-50\/80{
  color: rgb(239 246 255 / 0.8);
}

.text-blue-50\/90{
  color: rgb(239 246 255 / 0.9);
}

.text-blue-50\/95{
  color: rgb(239 246 255 / 0.95);
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-500\/0{
  color: rgb(59 130 246 / 0);
}

.text-blue-500\/10{
  color: rgb(59 130 246 / 0.1);
}

.text-blue-500\/100{
  color: rgb(59 130 246 / 1);
}

.text-blue-500\/20{
  color: rgb(59 130 246 / 0.2);
}

.text-blue-500\/25{
  color: rgb(59 130 246 / 0.25);
}

.text-blue-500\/30{
  color: rgb(59 130 246 / 0.3);
}

.text-blue-500\/40{
  color: rgb(59 130 246 / 0.4);
}

.text-blue-500\/5{
  color: rgb(59 130 246 / 0.05);
}

.text-blue-500\/50{
  color: rgb(59 130 246 / 0.5);
}

.text-blue-500\/60{
  color: rgb(59 130 246 / 0.6);
}

.text-blue-500\/70{
  color: rgb(59 130 246 / 0.7);
}

.text-blue-500\/75{
  color: rgb(59 130 246 / 0.75);
}

.text-blue-500\/80{
  color: rgb(59 130 246 / 0.8);
}

.text-blue-500\/90{
  color: rgb(59 130 246 / 0.9);
}

.text-blue-500\/95{
  color: rgb(59 130 246 / 0.95);
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-600\/0{
  color: rgb(37 99 235 / 0);
}

.text-blue-600\/10{
  color: rgb(37 99 235 / 0.1);
}

.text-blue-600\/100{
  color: rgb(37 99 235 / 1);
}

.text-blue-600\/20{
  color: rgb(37 99 235 / 0.2);
}

.text-blue-600\/25{
  color: rgb(37 99 235 / 0.25);
}

.text-blue-600\/30{
  color: rgb(37 99 235 / 0.3);
}

.text-blue-600\/40{
  color: rgb(37 99 235 / 0.4);
}

.text-blue-600\/5{
  color: rgb(37 99 235 / 0.05);
}

.text-blue-600\/50{
  color: rgb(37 99 235 / 0.5);
}

.text-blue-600\/60{
  color: rgb(37 99 235 / 0.6);
}

.text-blue-600\/70{
  color: rgb(37 99 235 / 0.7);
}

.text-blue-600\/75{
  color: rgb(37 99 235 / 0.75);
}

.text-blue-600\/80{
  color: rgb(37 99 235 / 0.8);
}

.text-blue-600\/90{
  color: rgb(37 99 235 / 0.9);
}

.text-blue-600\/95{
  color: rgb(37 99 235 / 0.95);
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-blue-700\/0{
  color: rgb(29 78 216 / 0);
}

.text-blue-700\/10{
  color: rgb(29 78 216 / 0.1);
}

.text-blue-700\/100{
  color: rgb(29 78 216 / 1);
}

.text-blue-700\/20{
  color: rgb(29 78 216 / 0.2);
}

.text-blue-700\/25{
  color: rgb(29 78 216 / 0.25);
}

.text-blue-700\/30{
  color: rgb(29 78 216 / 0.3);
}

.text-blue-700\/40{
  color: rgb(29 78 216 / 0.4);
}

.text-blue-700\/5{
  color: rgb(29 78 216 / 0.05);
}

.text-blue-700\/50{
  color: rgb(29 78 216 / 0.5);
}

.text-blue-700\/60{
  color: rgb(29 78 216 / 0.6);
}

.text-blue-700\/70{
  color: rgb(29 78 216 / 0.7);
}

.text-blue-700\/75{
  color: rgb(29 78 216 / 0.75);
}

.text-blue-700\/80{
  color: rgb(29 78 216 / 0.8);
}

.text-blue-700\/90{
  color: rgb(29 78 216 / 0.9);
}

.text-blue-700\/95{
  color: rgb(29 78 216 / 0.95);
}

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-blue-800\/0{
  color: rgb(30 64 175 / 0);
}

.text-blue-800\/10{
  color: rgb(30 64 175 / 0.1);
}

.text-blue-800\/100{
  color: rgb(30 64 175 / 1);
}

.text-blue-800\/20{
  color: rgb(30 64 175 / 0.2);
}

.text-blue-800\/25{
  color: rgb(30 64 175 / 0.25);
}

.text-blue-800\/30{
  color: rgb(30 64 175 / 0.3);
}

.text-blue-800\/40{
  color: rgb(30 64 175 / 0.4);
}

.text-blue-800\/5{
  color: rgb(30 64 175 / 0.05);
}

.text-blue-800\/50{
  color: rgb(30 64 175 / 0.5);
}

.text-blue-800\/60{
  color: rgb(30 64 175 / 0.6);
}

.text-blue-800\/70{
  color: rgb(30 64 175 / 0.7);
}

.text-blue-800\/75{
  color: rgb(30 64 175 / 0.75);
}

.text-blue-800\/80{
  color: rgb(30 64 175 / 0.8);
}

.text-blue-800\/90{
  color: rgb(30 64 175 / 0.9);
}

.text-blue-800\/95{
  color: rgb(30 64 175 / 0.95);
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-blue-900\/0{
  color: rgb(30 58 138 / 0);
}

.text-blue-900\/10{
  color: rgb(30 58 138 / 0.1);
}

.text-blue-900\/100{
  color: rgb(30 58 138 / 1);
}

.text-blue-900\/20{
  color: rgb(30 58 138 / 0.2);
}

.text-blue-900\/25{
  color: rgb(30 58 138 / 0.25);
}

.text-blue-900\/30{
  color: rgb(30 58 138 / 0.3);
}

.text-blue-900\/40{
  color: rgb(30 58 138 / 0.4);
}

.text-blue-900\/5{
  color: rgb(30 58 138 / 0.05);
}

.text-blue-900\/50{
  color: rgb(30 58 138 / 0.5);
}

.text-blue-900\/60{
  color: rgb(30 58 138 / 0.6);
}

.text-blue-900\/70{
  color: rgb(30 58 138 / 0.7);
}

.text-blue-900\/75{
  color: rgb(30 58 138 / 0.75);
}

.text-blue-900\/80{
  color: rgb(30 58 138 / 0.8);
}

.text-blue-900\/90{
  color: rgb(30 58 138 / 0.9);
}

.text-blue-900\/95{
  color: rgb(30 58 138 / 0.95);
}

.text-cyan-100{
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}

.text-cyan-100\/0{
  color: rgb(207 250 254 / 0);
}

.text-cyan-100\/10{
  color: rgb(207 250 254 / 0.1);
}

.text-cyan-100\/100{
  color: rgb(207 250 254 / 1);
}

.text-cyan-100\/20{
  color: rgb(207 250 254 / 0.2);
}

.text-cyan-100\/25{
  color: rgb(207 250 254 / 0.25);
}

.text-cyan-100\/30{
  color: rgb(207 250 254 / 0.3);
}

.text-cyan-100\/40{
  color: rgb(207 250 254 / 0.4);
}

.text-cyan-100\/5{
  color: rgb(207 250 254 / 0.05);
}

.text-cyan-100\/50{
  color: rgb(207 250 254 / 0.5);
}

.text-cyan-100\/60{
  color: rgb(207 250 254 / 0.6);
}

.text-cyan-100\/70{
  color: rgb(207 250 254 / 0.7);
}

.text-cyan-100\/75{
  color: rgb(207 250 254 / 0.75);
}

.text-cyan-100\/80{
  color: rgb(207 250 254 / 0.8);
}

.text-cyan-100\/90{
  color: rgb(207 250 254 / 0.9);
}

.text-cyan-100\/95{
  color: rgb(207 250 254 / 0.95);
}

.text-cyan-200{
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}

.text-cyan-200\/0{
  color: rgb(165 243 252 / 0);
}

.text-cyan-200\/10{
  color: rgb(165 243 252 / 0.1);
}

.text-cyan-200\/100{
  color: rgb(165 243 252 / 1);
}

.text-cyan-200\/20{
  color: rgb(165 243 252 / 0.2);
}

.text-cyan-200\/25{
  color: rgb(165 243 252 / 0.25);
}

.text-cyan-200\/30{
  color: rgb(165 243 252 / 0.3);
}

.text-cyan-200\/40{
  color: rgb(165 243 252 / 0.4);
}

.text-cyan-200\/5{
  color: rgb(165 243 252 / 0.05);
}

.text-cyan-200\/50{
  color: rgb(165 243 252 / 0.5);
}

.text-cyan-200\/60{
  color: rgb(165 243 252 / 0.6);
}

.text-cyan-200\/70{
  color: rgb(165 243 252 / 0.7);
}

.text-cyan-200\/75{
  color: rgb(165 243 252 / 0.75);
}

.text-cyan-200\/80{
  color: rgb(165 243 252 / 0.8);
}

.text-cyan-200\/90{
  color: rgb(165 243 252 / 0.9);
}

.text-cyan-200\/95{
  color: rgb(165 243 252 / 0.95);
}

.text-cyan-300{
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}

.text-cyan-300\/0{
  color: rgb(103 232 249 / 0);
}

.text-cyan-300\/10{
  color: rgb(103 232 249 / 0.1);
}

.text-cyan-300\/100{
  color: rgb(103 232 249 / 1);
}

.text-cyan-300\/20{
  color: rgb(103 232 249 / 0.2);
}

.text-cyan-300\/25{
  color: rgb(103 232 249 / 0.25);
}

.text-cyan-300\/30{
  color: rgb(103 232 249 / 0.3);
}

.text-cyan-300\/40{
  color: rgb(103 232 249 / 0.4);
}

.text-cyan-300\/5{
  color: rgb(103 232 249 / 0.05);
}

.text-cyan-300\/50{
  color: rgb(103 232 249 / 0.5);
}

.text-cyan-300\/60{
  color: rgb(103 232 249 / 0.6);
}

.text-cyan-300\/70{
  color: rgb(103 232 249 / 0.7);
}

.text-cyan-300\/75{
  color: rgb(103 232 249 / 0.75);
}

.text-cyan-300\/80{
  color: rgb(103 232 249 / 0.8);
}

.text-cyan-300\/90{
  color: rgb(103 232 249 / 0.9);
}

.text-cyan-300\/95{
  color: rgb(103 232 249 / 0.95);
}

.text-cyan-400{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}

.text-cyan-400\/0{
  color: rgb(34 211 238 / 0);
}

.text-cyan-400\/10{
  color: rgb(34 211 238 / 0.1);
}

.text-cyan-400\/100{
  color: rgb(34 211 238 / 1);
}

.text-cyan-400\/20{
  color: rgb(34 211 238 / 0.2);
}

.text-cyan-400\/25{
  color: rgb(34 211 238 / 0.25);
}

.text-cyan-400\/30{
  color: rgb(34 211 238 / 0.3);
}

.text-cyan-400\/40{
  color: rgb(34 211 238 / 0.4);
}

.text-cyan-400\/5{
  color: rgb(34 211 238 / 0.05);
}

.text-cyan-400\/50{
  color: rgb(34 211 238 / 0.5);
}

.text-cyan-400\/60{
  color: rgb(34 211 238 / 0.6);
}

.text-cyan-400\/70{
  color: rgb(34 211 238 / 0.7);
}

.text-cyan-400\/75{
  color: rgb(34 211 238 / 0.75);
}

.text-cyan-400\/80{
  color: rgb(34 211 238 / 0.8);
}

.text-cyan-400\/90{
  color: rgb(34 211 238 / 0.9);
}

.text-cyan-400\/95{
  color: rgb(34 211 238 / 0.95);
}

.text-cyan-50{
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}

.text-cyan-50\/0{
  color: rgb(236 254 255 / 0);
}

.text-cyan-50\/10{
  color: rgb(236 254 255 / 0.1);
}

.text-cyan-50\/100{
  color: rgb(236 254 255 / 1);
}

.text-cyan-50\/20{
  color: rgb(236 254 255 / 0.2);
}

.text-cyan-50\/25{
  color: rgb(236 254 255 / 0.25);
}

.text-cyan-50\/30{
  color: rgb(236 254 255 / 0.3);
}

.text-cyan-50\/40{
  color: rgb(236 254 255 / 0.4);
}

.text-cyan-50\/5{
  color: rgb(236 254 255 / 0.05);
}

.text-cyan-50\/50{
  color: rgb(236 254 255 / 0.5);
}

.text-cyan-50\/60{
  color: rgb(236 254 255 / 0.6);
}

.text-cyan-50\/70{
  color: rgb(236 254 255 / 0.7);
}

.text-cyan-50\/75{
  color: rgb(236 254 255 / 0.75);
}

.text-cyan-50\/80{
  color: rgb(236 254 255 / 0.8);
}

.text-cyan-50\/90{
  color: rgb(236 254 255 / 0.9);
}

.text-cyan-50\/95{
  color: rgb(236 254 255 / 0.95);
}

.text-cyan-500{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}

.text-cyan-500\/0{
  color: rgb(6 182 212 / 0);
}

.text-cyan-500\/10{
  color: rgb(6 182 212 / 0.1);
}

.text-cyan-500\/100{
  color: rgb(6 182 212 / 1);
}

.text-cyan-500\/20{
  color: rgb(6 182 212 / 0.2);
}

.text-cyan-500\/25{
  color: rgb(6 182 212 / 0.25);
}

.text-cyan-500\/30{
  color: rgb(6 182 212 / 0.3);
}

.text-cyan-500\/40{
  color: rgb(6 182 212 / 0.4);
}

.text-cyan-500\/5{
  color: rgb(6 182 212 / 0.05);
}

.text-cyan-500\/50{
  color: rgb(6 182 212 / 0.5);
}

.text-cyan-500\/60{
  color: rgb(6 182 212 / 0.6);
}

.text-cyan-500\/70{
  color: rgb(6 182 212 / 0.7);
}

.text-cyan-500\/75{
  color: rgb(6 182 212 / 0.75);
}

.text-cyan-500\/80{
  color: rgb(6 182 212 / 0.8);
}

.text-cyan-500\/90{
  color: rgb(6 182 212 / 0.9);
}

.text-cyan-500\/95{
  color: rgb(6 182 212 / 0.95);
}

.text-cyan-600{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}

.text-cyan-600\/0{
  color: rgb(8 145 178 / 0);
}

.text-cyan-600\/10{
  color: rgb(8 145 178 / 0.1);
}

.text-cyan-600\/100{
  color: rgb(8 145 178 / 1);
}

.text-cyan-600\/20{
  color: rgb(8 145 178 / 0.2);
}

.text-cyan-600\/25{
  color: rgb(8 145 178 / 0.25);
}

.text-cyan-600\/30{
  color: rgb(8 145 178 / 0.3);
}

.text-cyan-600\/40{
  color: rgb(8 145 178 / 0.4);
}

.text-cyan-600\/5{
  color: rgb(8 145 178 / 0.05);
}

.text-cyan-600\/50{
  color: rgb(8 145 178 / 0.5);
}

.text-cyan-600\/60{
  color: rgb(8 145 178 / 0.6);
}

.text-cyan-600\/70{
  color: rgb(8 145 178 / 0.7);
}

.text-cyan-600\/75{
  color: rgb(8 145 178 / 0.75);
}

.text-cyan-600\/80{
  color: rgb(8 145 178 / 0.8);
}

.text-cyan-600\/90{
  color: rgb(8 145 178 / 0.9);
}

.text-cyan-600\/95{
  color: rgb(8 145 178 / 0.95);
}

.text-cyan-700{
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}

.text-cyan-700\/0{
  color: rgb(14 116 144 / 0);
}

.text-cyan-700\/10{
  color: rgb(14 116 144 / 0.1);
}

.text-cyan-700\/100{
  color: rgb(14 116 144 / 1);
}

.text-cyan-700\/20{
  color: rgb(14 116 144 / 0.2);
}

.text-cyan-700\/25{
  color: rgb(14 116 144 / 0.25);
}

.text-cyan-700\/30{
  color: rgb(14 116 144 / 0.3);
}

.text-cyan-700\/40{
  color: rgb(14 116 144 / 0.4);
}

.text-cyan-700\/5{
  color: rgb(14 116 144 / 0.05);
}

.text-cyan-700\/50{
  color: rgb(14 116 144 / 0.5);
}

.text-cyan-700\/60{
  color: rgb(14 116 144 / 0.6);
}

.text-cyan-700\/70{
  color: rgb(14 116 144 / 0.7);
}

.text-cyan-700\/75{
  color: rgb(14 116 144 / 0.75);
}

.text-cyan-700\/80{
  color: rgb(14 116 144 / 0.8);
}

.text-cyan-700\/90{
  color: rgb(14 116 144 / 0.9);
}

.text-cyan-700\/95{
  color: rgb(14 116 144 / 0.95);
}

.text-cyan-800{
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}

.text-cyan-800\/0{
  color: rgb(21 94 117 / 0);
}

.text-cyan-800\/10{
  color: rgb(21 94 117 / 0.1);
}

.text-cyan-800\/100{
  color: rgb(21 94 117 / 1);
}

.text-cyan-800\/20{
  color: rgb(21 94 117 / 0.2);
}

.text-cyan-800\/25{
  color: rgb(21 94 117 / 0.25);
}

.text-cyan-800\/30{
  color: rgb(21 94 117 / 0.3);
}

.text-cyan-800\/40{
  color: rgb(21 94 117 / 0.4);
}

.text-cyan-800\/5{
  color: rgb(21 94 117 / 0.05);
}

.text-cyan-800\/50{
  color: rgb(21 94 117 / 0.5);
}

.text-cyan-800\/60{
  color: rgb(21 94 117 / 0.6);
}

.text-cyan-800\/70{
  color: rgb(21 94 117 / 0.7);
}

.text-cyan-800\/75{
  color: rgb(21 94 117 / 0.75);
}

.text-cyan-800\/80{
  color: rgb(21 94 117 / 0.8);
}

.text-cyan-800\/90{
  color: rgb(21 94 117 / 0.9);
}

.text-cyan-800\/95{
  color: rgb(21 94 117 / 0.95);
}

.text-cyan-900{
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.text-cyan-900\/0{
  color: rgb(22 78 99 / 0);
}

.text-cyan-900\/10{
  color: rgb(22 78 99 / 0.1);
}

.text-cyan-900\/100{
  color: rgb(22 78 99 / 1);
}

.text-cyan-900\/20{
  color: rgb(22 78 99 / 0.2);
}

.text-cyan-900\/25{
  color: rgb(22 78 99 / 0.25);
}

.text-cyan-900\/30{
  color: rgb(22 78 99 / 0.3);
}

.text-cyan-900\/40{
  color: rgb(22 78 99 / 0.4);
}

.text-cyan-900\/5{
  color: rgb(22 78 99 / 0.05);
}

.text-cyan-900\/50{
  color: rgb(22 78 99 / 0.5);
}

.text-cyan-900\/60{
  color: rgb(22 78 99 / 0.6);
}

.text-cyan-900\/70{
  color: rgb(22 78 99 / 0.7);
}

.text-cyan-900\/75{
  color: rgb(22 78 99 / 0.75);
}

.text-cyan-900\/80{
  color: rgb(22 78 99 / 0.8);
}

.text-cyan-900\/90{
  color: rgb(22 78 99 / 0.9);
}

.text-cyan-900\/95{
  color: rgb(22 78 99 / 0.95);
}

.text-darkBlue{
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.text-emerald-100{
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}

.text-emerald-100\/0{
  color: rgb(209 250 229 / 0);
}

.text-emerald-100\/10{
  color: rgb(209 250 229 / 0.1);
}

.text-emerald-100\/100{
  color: rgb(209 250 229 / 1);
}

.text-emerald-100\/20{
  color: rgb(209 250 229 / 0.2);
}

.text-emerald-100\/25{
  color: rgb(209 250 229 / 0.25);
}

.text-emerald-100\/30{
  color: rgb(209 250 229 / 0.3);
}

.text-emerald-100\/40{
  color: rgb(209 250 229 / 0.4);
}

.text-emerald-100\/5{
  color: rgb(209 250 229 / 0.05);
}

.text-emerald-100\/50{
  color: rgb(209 250 229 / 0.5);
}

.text-emerald-100\/60{
  color: rgb(209 250 229 / 0.6);
}

.text-emerald-100\/70{
  color: rgb(209 250 229 / 0.7);
}

.text-emerald-100\/75{
  color: rgb(209 250 229 / 0.75);
}

.text-emerald-100\/80{
  color: rgb(209 250 229 / 0.8);
}

.text-emerald-100\/90{
  color: rgb(209 250 229 / 0.9);
}

.text-emerald-100\/95{
  color: rgb(209 250 229 / 0.95);
}

.text-emerald-200{
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}

.text-emerald-200\/0{
  color: rgb(167 243 208 / 0);
}

.text-emerald-200\/10{
  color: rgb(167 243 208 / 0.1);
}

.text-emerald-200\/100{
  color: rgb(167 243 208 / 1);
}

.text-emerald-200\/20{
  color: rgb(167 243 208 / 0.2);
}

.text-emerald-200\/25{
  color: rgb(167 243 208 / 0.25);
}

.text-emerald-200\/30{
  color: rgb(167 243 208 / 0.3);
}

.text-emerald-200\/40{
  color: rgb(167 243 208 / 0.4);
}

.text-emerald-200\/5{
  color: rgb(167 243 208 / 0.05);
}

.text-emerald-200\/50{
  color: rgb(167 243 208 / 0.5);
}

.text-emerald-200\/60{
  color: rgb(167 243 208 / 0.6);
}

.text-emerald-200\/70{
  color: rgb(167 243 208 / 0.7);
}

.text-emerald-200\/75{
  color: rgb(167 243 208 / 0.75);
}

.text-emerald-200\/80{
  color: rgb(167 243 208 / 0.8);
}

.text-emerald-200\/90{
  color: rgb(167 243 208 / 0.9);
}

.text-emerald-200\/95{
  color: rgb(167 243 208 / 0.95);
}

.text-emerald-300{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}

.text-emerald-300\/0{
  color: rgb(110 231 183 / 0);
}

.text-emerald-300\/10{
  color: rgb(110 231 183 / 0.1);
}

.text-emerald-300\/100{
  color: rgb(110 231 183 / 1);
}

.text-emerald-300\/20{
  color: rgb(110 231 183 / 0.2);
}

.text-emerald-300\/25{
  color: rgb(110 231 183 / 0.25);
}

.text-emerald-300\/30{
  color: rgb(110 231 183 / 0.3);
}

.text-emerald-300\/40{
  color: rgb(110 231 183 / 0.4);
}

.text-emerald-300\/5{
  color: rgb(110 231 183 / 0.05);
}

.text-emerald-300\/50{
  color: rgb(110 231 183 / 0.5);
}

.text-emerald-300\/60{
  color: rgb(110 231 183 / 0.6);
}

.text-emerald-300\/70{
  color: rgb(110 231 183 / 0.7);
}

.text-emerald-300\/75{
  color: rgb(110 231 183 / 0.75);
}

.text-emerald-300\/80{
  color: rgb(110 231 183 / 0.8);
}

.text-emerald-300\/90{
  color: rgb(110 231 183 / 0.9);
}

.text-emerald-300\/95{
  color: rgb(110 231 183 / 0.95);
}

.text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}

.text-emerald-400\/0{
  color: rgb(52 211 153 / 0);
}

.text-emerald-400\/10{
  color: rgb(52 211 153 / 0.1);
}

.text-emerald-400\/100{
  color: rgb(52 211 153 / 1);
}

.text-emerald-400\/20{
  color: rgb(52 211 153 / 0.2);
}

.text-emerald-400\/25{
  color: rgb(52 211 153 / 0.25);
}

.text-emerald-400\/30{
  color: rgb(52 211 153 / 0.3);
}

.text-emerald-400\/40{
  color: rgb(52 211 153 / 0.4);
}

.text-emerald-400\/5{
  color: rgb(52 211 153 / 0.05);
}

.text-emerald-400\/50{
  color: rgb(52 211 153 / 0.5);
}

.text-emerald-400\/60{
  color: rgb(52 211 153 / 0.6);
}

.text-emerald-400\/70{
  color: rgb(52 211 153 / 0.7);
}

.text-emerald-400\/75{
  color: rgb(52 211 153 / 0.75);
}

.text-emerald-400\/80{
  color: rgb(52 211 153 / 0.8);
}

.text-emerald-400\/90{
  color: rgb(52 211 153 / 0.9);
}

.text-emerald-400\/95{
  color: rgb(52 211 153 / 0.95);
}

.text-emerald-50{
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}

.text-emerald-50\/0{
  color: rgb(236 253 245 / 0);
}

.text-emerald-50\/10{
  color: rgb(236 253 245 / 0.1);
}

.text-emerald-50\/100{
  color: rgb(236 253 245 / 1);
}

.text-emerald-50\/20{
  color: rgb(236 253 245 / 0.2);
}

.text-emerald-50\/25{
  color: rgb(236 253 245 / 0.25);
}

.text-emerald-50\/30{
  color: rgb(236 253 245 / 0.3);
}

.text-emerald-50\/40{
  color: rgb(236 253 245 / 0.4);
}

.text-emerald-50\/5{
  color: rgb(236 253 245 / 0.05);
}

.text-emerald-50\/50{
  color: rgb(236 253 245 / 0.5);
}

.text-emerald-50\/60{
  color: rgb(236 253 245 / 0.6);
}

.text-emerald-50\/70{
  color: rgb(236 253 245 / 0.7);
}

.text-emerald-50\/75{
  color: rgb(236 253 245 / 0.75);
}

.text-emerald-50\/80{
  color: rgb(236 253 245 / 0.8);
}

.text-emerald-50\/90{
  color: rgb(236 253 245 / 0.9);
}

.text-emerald-50\/95{
  color: rgb(236 253 245 / 0.95);
}

.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.text-emerald-500\/0{
  color: rgb(16 185 129 / 0);
}

.text-emerald-500\/10{
  color: rgb(16 185 129 / 0.1);
}

.text-emerald-500\/100{
  color: rgb(16 185 129 / 1);
}

.text-emerald-500\/20{
  color: rgb(16 185 129 / 0.2);
}

.text-emerald-500\/25{
  color: rgb(16 185 129 / 0.25);
}

.text-emerald-500\/30{
  color: rgb(16 185 129 / 0.3);
}

.text-emerald-500\/40{
  color: rgb(16 185 129 / 0.4);
}

.text-emerald-500\/5{
  color: rgb(16 185 129 / 0.05);
}

.text-emerald-500\/50{
  color: rgb(16 185 129 / 0.5);
}

.text-emerald-500\/60{
  color: rgb(16 185 129 / 0.6);
}

.text-emerald-500\/70{
  color: rgb(16 185 129 / 0.7);
}

.text-emerald-500\/75{
  color: rgb(16 185 129 / 0.75);
}

.text-emerald-500\/80{
  color: rgb(16 185 129 / 0.8);
}

.text-emerald-500\/90{
  color: rgb(16 185 129 / 0.9);
}

.text-emerald-500\/95{
  color: rgb(16 185 129 / 0.95);
}

.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.text-emerald-600\/0{
  color: rgb(5 150 105 / 0);
}

.text-emerald-600\/10{
  color: rgb(5 150 105 / 0.1);
}

.text-emerald-600\/100{
  color: rgb(5 150 105 / 1);
}

.text-emerald-600\/20{
  color: rgb(5 150 105 / 0.2);
}

.text-emerald-600\/25{
  color: rgb(5 150 105 / 0.25);
}

.text-emerald-600\/30{
  color: rgb(5 150 105 / 0.3);
}

.text-emerald-600\/40{
  color: rgb(5 150 105 / 0.4);
}

.text-emerald-600\/5{
  color: rgb(5 150 105 / 0.05);
}

.text-emerald-600\/50{
  color: rgb(5 150 105 / 0.5);
}

.text-emerald-600\/60{
  color: rgb(5 150 105 / 0.6);
}

.text-emerald-600\/70{
  color: rgb(5 150 105 / 0.7);
}

.text-emerald-600\/75{
  color: rgb(5 150 105 / 0.75);
}

.text-emerald-600\/80{
  color: rgb(5 150 105 / 0.8);
}

.text-emerald-600\/90{
  color: rgb(5 150 105 / 0.9);
}

.text-emerald-600\/95{
  color: rgb(5 150 105 / 0.95);
}

.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.text-emerald-700\/0{
  color: rgb(4 120 87 / 0);
}

.text-emerald-700\/10{
  color: rgb(4 120 87 / 0.1);
}

.text-emerald-700\/100{
  color: rgb(4 120 87 / 1);
}

.text-emerald-700\/20{
  color: rgb(4 120 87 / 0.2);
}

.text-emerald-700\/25{
  color: rgb(4 120 87 / 0.25);
}

.text-emerald-700\/30{
  color: rgb(4 120 87 / 0.3);
}

.text-emerald-700\/40{
  color: rgb(4 120 87 / 0.4);
}

.text-emerald-700\/5{
  color: rgb(4 120 87 / 0.05);
}

.text-emerald-700\/50{
  color: rgb(4 120 87 / 0.5);
}

.text-emerald-700\/60{
  color: rgb(4 120 87 / 0.6);
}

.text-emerald-700\/70{
  color: rgb(4 120 87 / 0.7);
}

.text-emerald-700\/75{
  color: rgb(4 120 87 / 0.75);
}

.text-emerald-700\/80{
  color: rgb(4 120 87 / 0.8);
}

.text-emerald-700\/90{
  color: rgb(4 120 87 / 0.9);
}

.text-emerald-700\/95{
  color: rgb(4 120 87 / 0.95);
}

.text-emerald-800{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}

.text-emerald-800\/0{
  color: rgb(6 95 70 / 0);
}

.text-emerald-800\/10{
  color: rgb(6 95 70 / 0.1);
}

.text-emerald-800\/100{
  color: rgb(6 95 70 / 1);
}

.text-emerald-800\/20{
  color: rgb(6 95 70 / 0.2);
}

.text-emerald-800\/25{
  color: rgb(6 95 70 / 0.25);
}

.text-emerald-800\/30{
  color: rgb(6 95 70 / 0.3);
}

.text-emerald-800\/40{
  color: rgb(6 95 70 / 0.4);
}

.text-emerald-800\/5{
  color: rgb(6 95 70 / 0.05);
}

.text-emerald-800\/50{
  color: rgb(6 95 70 / 0.5);
}

.text-emerald-800\/60{
  color: rgb(6 95 70 / 0.6);
}

.text-emerald-800\/70{
  color: rgb(6 95 70 / 0.7);
}

.text-emerald-800\/75{
  color: rgb(6 95 70 / 0.75);
}

.text-emerald-800\/80{
  color: rgb(6 95 70 / 0.8);
}

.text-emerald-800\/90{
  color: rgb(6 95 70 / 0.9);
}

.text-emerald-800\/95{
  color: rgb(6 95 70 / 0.95);
}

.text-emerald-900{
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}

.text-emerald-900\/0{
  color: rgb(6 78 59 / 0);
}

.text-emerald-900\/10{
  color: rgb(6 78 59 / 0.1);
}

.text-emerald-900\/100{
  color: rgb(6 78 59 / 1);
}

.text-emerald-900\/20{
  color: rgb(6 78 59 / 0.2);
}

.text-emerald-900\/25{
  color: rgb(6 78 59 / 0.25);
}

.text-emerald-900\/30{
  color: rgb(6 78 59 / 0.3);
}

.text-emerald-900\/40{
  color: rgb(6 78 59 / 0.4);
}

.text-emerald-900\/5{
  color: rgb(6 78 59 / 0.05);
}

.text-emerald-900\/50{
  color: rgb(6 78 59 / 0.5);
}

.text-emerald-900\/60{
  color: rgb(6 78 59 / 0.6);
}

.text-emerald-900\/70{
  color: rgb(6 78 59 / 0.7);
}

.text-emerald-900\/75{
  color: rgb(6 78 59 / 0.75);
}

.text-emerald-900\/80{
  color: rgb(6 78 59 / 0.8);
}

.text-emerald-900\/90{
  color: rgb(6 78 59 / 0.9);
}

.text-emerald-900\/95{
  color: rgb(6 78 59 / 0.95);
}

.text-fuchsia-100{
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}

.text-fuchsia-100\/0{
  color: rgb(250 232 255 / 0);
}

.text-fuchsia-100\/10{
  color: rgb(250 232 255 / 0.1);
}

.text-fuchsia-100\/100{
  color: rgb(250 232 255 / 1);
}

.text-fuchsia-100\/20{
  color: rgb(250 232 255 / 0.2);
}

.text-fuchsia-100\/25{
  color: rgb(250 232 255 / 0.25);
}

.text-fuchsia-100\/30{
  color: rgb(250 232 255 / 0.3);
}

.text-fuchsia-100\/40{
  color: rgb(250 232 255 / 0.4);
}

.text-fuchsia-100\/5{
  color: rgb(250 232 255 / 0.05);
}

.text-fuchsia-100\/50{
  color: rgb(250 232 255 / 0.5);
}

.text-fuchsia-100\/60{
  color: rgb(250 232 255 / 0.6);
}

.text-fuchsia-100\/70{
  color: rgb(250 232 255 / 0.7);
}

.text-fuchsia-100\/75{
  color: rgb(250 232 255 / 0.75);
}

.text-fuchsia-100\/80{
  color: rgb(250 232 255 / 0.8);
}

.text-fuchsia-100\/90{
  color: rgb(250 232 255 / 0.9);
}

.text-fuchsia-100\/95{
  color: rgb(250 232 255 / 0.95);
}

.text-fuchsia-200{
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}

.text-fuchsia-200\/0{
  color: rgb(245 208 254 / 0);
}

.text-fuchsia-200\/10{
  color: rgb(245 208 254 / 0.1);
}

.text-fuchsia-200\/100{
  color: rgb(245 208 254 / 1);
}

.text-fuchsia-200\/20{
  color: rgb(245 208 254 / 0.2);
}

.text-fuchsia-200\/25{
  color: rgb(245 208 254 / 0.25);
}

.text-fuchsia-200\/30{
  color: rgb(245 208 254 / 0.3);
}

.text-fuchsia-200\/40{
  color: rgb(245 208 254 / 0.4);
}

.text-fuchsia-200\/5{
  color: rgb(245 208 254 / 0.05);
}

.text-fuchsia-200\/50{
  color: rgb(245 208 254 / 0.5);
}

.text-fuchsia-200\/60{
  color: rgb(245 208 254 / 0.6);
}

.text-fuchsia-200\/70{
  color: rgb(245 208 254 / 0.7);
}

.text-fuchsia-200\/75{
  color: rgb(245 208 254 / 0.75);
}

.text-fuchsia-200\/80{
  color: rgb(245 208 254 / 0.8);
}

.text-fuchsia-200\/90{
  color: rgb(245 208 254 / 0.9);
}

.text-fuchsia-200\/95{
  color: rgb(245 208 254 / 0.95);
}

.text-fuchsia-300{
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}

.text-fuchsia-300\/0{
  color: rgb(240 171 252 / 0);
}

.text-fuchsia-300\/10{
  color: rgb(240 171 252 / 0.1);
}

.text-fuchsia-300\/100{
  color: rgb(240 171 252 / 1);
}

.text-fuchsia-300\/20{
  color: rgb(240 171 252 / 0.2);
}

.text-fuchsia-300\/25{
  color: rgb(240 171 252 / 0.25);
}

.text-fuchsia-300\/30{
  color: rgb(240 171 252 / 0.3);
}

.text-fuchsia-300\/40{
  color: rgb(240 171 252 / 0.4);
}

.text-fuchsia-300\/5{
  color: rgb(240 171 252 / 0.05);
}

.text-fuchsia-300\/50{
  color: rgb(240 171 252 / 0.5);
}

.text-fuchsia-300\/60{
  color: rgb(240 171 252 / 0.6);
}

.text-fuchsia-300\/70{
  color: rgb(240 171 252 / 0.7);
}

.text-fuchsia-300\/75{
  color: rgb(240 171 252 / 0.75);
}

.text-fuchsia-300\/80{
  color: rgb(240 171 252 / 0.8);
}

.text-fuchsia-300\/90{
  color: rgb(240 171 252 / 0.9);
}

.text-fuchsia-300\/95{
  color: rgb(240 171 252 / 0.95);
}

.text-fuchsia-400{
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}

.text-fuchsia-400\/0{
  color: rgb(232 121 249 / 0);
}

.text-fuchsia-400\/10{
  color: rgb(232 121 249 / 0.1);
}

.text-fuchsia-400\/100{
  color: rgb(232 121 249 / 1);
}

.text-fuchsia-400\/20{
  color: rgb(232 121 249 / 0.2);
}

.text-fuchsia-400\/25{
  color: rgb(232 121 249 / 0.25);
}

.text-fuchsia-400\/30{
  color: rgb(232 121 249 / 0.3);
}

.text-fuchsia-400\/40{
  color: rgb(232 121 249 / 0.4);
}

.text-fuchsia-400\/5{
  color: rgb(232 121 249 / 0.05);
}

.text-fuchsia-400\/50{
  color: rgb(232 121 249 / 0.5);
}

.text-fuchsia-400\/60{
  color: rgb(232 121 249 / 0.6);
}

.text-fuchsia-400\/70{
  color: rgb(232 121 249 / 0.7);
}

.text-fuchsia-400\/75{
  color: rgb(232 121 249 / 0.75);
}

.text-fuchsia-400\/80{
  color: rgb(232 121 249 / 0.8);
}

.text-fuchsia-400\/90{
  color: rgb(232 121 249 / 0.9);
}

.text-fuchsia-400\/95{
  color: rgb(232 121 249 / 0.95);
}

.text-fuchsia-50{
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}

.text-fuchsia-50\/0{
  color: rgb(253 244 255 / 0);
}

.text-fuchsia-50\/10{
  color: rgb(253 244 255 / 0.1);
}

.text-fuchsia-50\/100{
  color: rgb(253 244 255 / 1);
}

.text-fuchsia-50\/20{
  color: rgb(253 244 255 / 0.2);
}

.text-fuchsia-50\/25{
  color: rgb(253 244 255 / 0.25);
}

.text-fuchsia-50\/30{
  color: rgb(253 244 255 / 0.3);
}

.text-fuchsia-50\/40{
  color: rgb(253 244 255 / 0.4);
}

.text-fuchsia-50\/5{
  color: rgb(253 244 255 / 0.05);
}

.text-fuchsia-50\/50{
  color: rgb(253 244 255 / 0.5);
}

.text-fuchsia-50\/60{
  color: rgb(253 244 255 / 0.6);
}

.text-fuchsia-50\/70{
  color: rgb(253 244 255 / 0.7);
}

.text-fuchsia-50\/75{
  color: rgb(253 244 255 / 0.75);
}

.text-fuchsia-50\/80{
  color: rgb(253 244 255 / 0.8);
}

.text-fuchsia-50\/90{
  color: rgb(253 244 255 / 0.9);
}

.text-fuchsia-50\/95{
  color: rgb(253 244 255 / 0.95);
}

.text-fuchsia-500{
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}

.text-fuchsia-500\/0{
  color: rgb(217 70 239 / 0);
}

.text-fuchsia-500\/10{
  color: rgb(217 70 239 / 0.1);
}

.text-fuchsia-500\/100{
  color: rgb(217 70 239 / 1);
}

.text-fuchsia-500\/20{
  color: rgb(217 70 239 / 0.2);
}

.text-fuchsia-500\/25{
  color: rgb(217 70 239 / 0.25);
}

.text-fuchsia-500\/30{
  color: rgb(217 70 239 / 0.3);
}

.text-fuchsia-500\/40{
  color: rgb(217 70 239 / 0.4);
}

.text-fuchsia-500\/5{
  color: rgb(217 70 239 / 0.05);
}

.text-fuchsia-500\/50{
  color: rgb(217 70 239 / 0.5);
}

.text-fuchsia-500\/60{
  color: rgb(217 70 239 / 0.6);
}

.text-fuchsia-500\/70{
  color: rgb(217 70 239 / 0.7);
}

.text-fuchsia-500\/75{
  color: rgb(217 70 239 / 0.75);
}

.text-fuchsia-500\/80{
  color: rgb(217 70 239 / 0.8);
}

.text-fuchsia-500\/90{
  color: rgb(217 70 239 / 0.9);
}

.text-fuchsia-500\/95{
  color: rgb(217 70 239 / 0.95);
}

.text-fuchsia-600{
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}

.text-fuchsia-600\/0{
  color: rgb(192 38 211 / 0);
}

.text-fuchsia-600\/10{
  color: rgb(192 38 211 / 0.1);
}

.text-fuchsia-600\/100{
  color: rgb(192 38 211 / 1);
}

.text-fuchsia-600\/20{
  color: rgb(192 38 211 / 0.2);
}

.text-fuchsia-600\/25{
  color: rgb(192 38 211 / 0.25);
}

.text-fuchsia-600\/30{
  color: rgb(192 38 211 / 0.3);
}

.text-fuchsia-600\/40{
  color: rgb(192 38 211 / 0.4);
}

.text-fuchsia-600\/5{
  color: rgb(192 38 211 / 0.05);
}

.text-fuchsia-600\/50{
  color: rgb(192 38 211 / 0.5);
}

.text-fuchsia-600\/60{
  color: rgb(192 38 211 / 0.6);
}

.text-fuchsia-600\/70{
  color: rgb(192 38 211 / 0.7);
}

.text-fuchsia-600\/75{
  color: rgb(192 38 211 / 0.75);
}

.text-fuchsia-600\/80{
  color: rgb(192 38 211 / 0.8);
}

.text-fuchsia-600\/90{
  color: rgb(192 38 211 / 0.9);
}

.text-fuchsia-600\/95{
  color: rgb(192 38 211 / 0.95);
}

.text-fuchsia-700{
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}

.text-fuchsia-700\/0{
  color: rgb(162 28 175 / 0);
}

.text-fuchsia-700\/10{
  color: rgb(162 28 175 / 0.1);
}

.text-fuchsia-700\/100{
  color: rgb(162 28 175 / 1);
}

.text-fuchsia-700\/20{
  color: rgb(162 28 175 / 0.2);
}

.text-fuchsia-700\/25{
  color: rgb(162 28 175 / 0.25);
}

.text-fuchsia-700\/30{
  color: rgb(162 28 175 / 0.3);
}

.text-fuchsia-700\/40{
  color: rgb(162 28 175 / 0.4);
}

.text-fuchsia-700\/5{
  color: rgb(162 28 175 / 0.05);
}

.text-fuchsia-700\/50{
  color: rgb(162 28 175 / 0.5);
}

.text-fuchsia-700\/60{
  color: rgb(162 28 175 / 0.6);
}

.text-fuchsia-700\/70{
  color: rgb(162 28 175 / 0.7);
}

.text-fuchsia-700\/75{
  color: rgb(162 28 175 / 0.75);
}

.text-fuchsia-700\/80{
  color: rgb(162 28 175 / 0.8);
}

.text-fuchsia-700\/90{
  color: rgb(162 28 175 / 0.9);
}

.text-fuchsia-700\/95{
  color: rgb(162 28 175 / 0.95);
}

.text-fuchsia-800{
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}

.text-fuchsia-800\/0{
  color: rgb(134 25 143 / 0);
}

.text-fuchsia-800\/10{
  color: rgb(134 25 143 / 0.1);
}

.text-fuchsia-800\/100{
  color: rgb(134 25 143 / 1);
}

.text-fuchsia-800\/20{
  color: rgb(134 25 143 / 0.2);
}

.text-fuchsia-800\/25{
  color: rgb(134 25 143 / 0.25);
}

.text-fuchsia-800\/30{
  color: rgb(134 25 143 / 0.3);
}

.text-fuchsia-800\/40{
  color: rgb(134 25 143 / 0.4);
}

.text-fuchsia-800\/5{
  color: rgb(134 25 143 / 0.05);
}

.text-fuchsia-800\/50{
  color: rgb(134 25 143 / 0.5);
}

.text-fuchsia-800\/60{
  color: rgb(134 25 143 / 0.6);
}

.text-fuchsia-800\/70{
  color: rgb(134 25 143 / 0.7);
}

.text-fuchsia-800\/75{
  color: rgb(134 25 143 / 0.75);
}

.text-fuchsia-800\/80{
  color: rgb(134 25 143 / 0.8);
}

.text-fuchsia-800\/90{
  color: rgb(134 25 143 / 0.9);
}

.text-fuchsia-800\/95{
  color: rgb(134 25 143 / 0.95);
}

.text-fuchsia-900{
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}

.text-fuchsia-900\/0{
  color: rgb(112 26 117 / 0);
}

.text-fuchsia-900\/10{
  color: rgb(112 26 117 / 0.1);
}

.text-fuchsia-900\/100{
  color: rgb(112 26 117 / 1);
}

.text-fuchsia-900\/20{
  color: rgb(112 26 117 / 0.2);
}

.text-fuchsia-900\/25{
  color: rgb(112 26 117 / 0.25);
}

.text-fuchsia-900\/30{
  color: rgb(112 26 117 / 0.3);
}

.text-fuchsia-900\/40{
  color: rgb(112 26 117 / 0.4);
}

.text-fuchsia-900\/5{
  color: rgb(112 26 117 / 0.05);
}

.text-fuchsia-900\/50{
  color: rgb(112 26 117 / 0.5);
}

.text-fuchsia-900\/60{
  color: rgb(112 26 117 / 0.6);
}

.text-fuchsia-900\/70{
  color: rgb(112 26 117 / 0.7);
}

.text-fuchsia-900\/75{
  color: rgb(112 26 117 / 0.75);
}

.text-fuchsia-900\/80{
  color: rgb(112 26 117 / 0.8);
}

.text-fuchsia-900\/90{
  color: rgb(112 26 117 / 0.9);
}

.text-fuchsia-900\/95{
  color: rgb(112 26 117 / 0.95);
}

.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.text-gray-100\/0{
  color: rgb(245 245 245 / 0);
}

.text-gray-100\/10{
  color: rgb(245 245 245 / 0.1);
}

.text-gray-100\/100{
  color: rgb(245 245 245 / 1);
}

.text-gray-100\/20{
  color: rgb(245 245 245 / 0.2);
}

.text-gray-100\/25{
  color: rgb(245 245 245 / 0.25);
}

.text-gray-100\/30{
  color: rgb(245 245 245 / 0.3);
}

.text-gray-100\/40{
  color: rgb(245 245 245 / 0.4);
}

.text-gray-100\/5{
  color: rgb(245 245 245 / 0.05);
}

.text-gray-100\/50{
  color: rgb(245 245 245 / 0.5);
}

.text-gray-100\/60{
  color: rgb(245 245 245 / 0.6);
}

.text-gray-100\/70{
  color: rgb(245 245 245 / 0.7);
}

.text-gray-100\/75{
  color: rgb(245 245 245 / 0.75);
}

.text-gray-100\/80{
  color: rgb(245 245 245 / 0.8);
}

.text-gray-100\/90{
  color: rgb(245 245 245 / 0.9);
}

.text-gray-100\/95{
  color: rgb(245 245 245 / 0.95);
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

.text-gray-200\/0{
  color: rgb(229 229 229 / 0);
}

.text-gray-200\/10{
  color: rgb(229 229 229 / 0.1);
}

.text-gray-200\/100{
  color: rgb(229 229 229 / 1);
}

.text-gray-200\/20{
  color: rgb(229 229 229 / 0.2);
}

.text-gray-200\/25{
  color: rgb(229 229 229 / 0.25);
}

.text-gray-200\/30{
  color: rgb(229 229 229 / 0.3);
}

.text-gray-200\/40{
  color: rgb(229 229 229 / 0.4);
}

.text-gray-200\/5{
  color: rgb(229 229 229 / 0.05);
}

.text-gray-200\/50{
  color: rgb(229 229 229 / 0.5);
}

.text-gray-200\/60{
  color: rgb(229 229 229 / 0.6);
}

.text-gray-200\/70{
  color: rgb(229 229 229 / 0.7);
}

.text-gray-200\/75{
  color: rgb(229 229 229 / 0.75);
}

.text-gray-200\/80{
  color: rgb(229 229 229 / 0.8);
}

.text-gray-200\/90{
  color: rgb(229 229 229 / 0.9);
}

.text-gray-200\/95{
  color: rgb(229 229 229 / 0.95);
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.text-gray-300\/0{
  color: rgb(212 212 212 / 0);
}

.text-gray-300\/10{
  color: rgb(212 212 212 / 0.1);
}

.text-gray-300\/100{
  color: rgb(212 212 212 / 1);
}

.text-gray-300\/20{
  color: rgb(212 212 212 / 0.2);
}

.text-gray-300\/25{
  color: rgb(212 212 212 / 0.25);
}

.text-gray-300\/30{
  color: rgb(212 212 212 / 0.3);
}

.text-gray-300\/40{
  color: rgb(212 212 212 / 0.4);
}

.text-gray-300\/5{
  color: rgb(212 212 212 / 0.05);
}

.text-gray-300\/50{
  color: rgb(212 212 212 / 0.5);
}

.text-gray-300\/60{
  color: rgb(212 212 212 / 0.6);
}

.text-gray-300\/70{
  color: rgb(212 212 212 / 0.7);
}

.text-gray-300\/75{
  color: rgb(212 212 212 / 0.75);
}

.text-gray-300\/80{
  color: rgb(212 212 212 / 0.8);
}

.text-gray-300\/90{
  color: rgb(212 212 212 / 0.9);
}

.text-gray-300\/95{
  color: rgb(212 212 212 / 0.95);
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-gray-400\/0{
  color: rgb(163 163 163 / 0);
}

.text-gray-400\/10{
  color: rgb(163 163 163 / 0.1);
}

.text-gray-400\/100{
  color: rgb(163 163 163 / 1);
}

.text-gray-400\/20{
  color: rgb(163 163 163 / 0.2);
}

.text-gray-400\/25{
  color: rgb(163 163 163 / 0.25);
}

.text-gray-400\/30{
  color: rgb(163 163 163 / 0.3);
}

.text-gray-400\/40{
  color: rgb(163 163 163 / 0.4);
}

.text-gray-400\/5{
  color: rgb(163 163 163 / 0.05);
}

.text-gray-400\/50{
  color: rgb(163 163 163 / 0.5);
}

.text-gray-400\/60{
  color: rgb(163 163 163 / 0.6);
}

.text-gray-400\/70{
  color: rgb(163 163 163 / 0.7);
}

.text-gray-400\/75{
  color: rgb(163 163 163 / 0.75);
}

.text-gray-400\/80{
  color: rgb(163 163 163 / 0.8);
}

.text-gray-400\/90{
  color: rgb(163 163 163 / 0.9);
}

.text-gray-400\/95{
  color: rgb(163 163 163 / 0.95);
}

.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.text-gray-50\/0{
  color: rgb(250 250 250 / 0);
}

.text-gray-50\/10{
  color: rgb(250 250 250 / 0.1);
}

.text-gray-50\/100{
  color: rgb(250 250 250 / 1);
}

.text-gray-50\/20{
  color: rgb(250 250 250 / 0.2);
}

.text-gray-50\/25{
  color: rgb(250 250 250 / 0.25);
}

.text-gray-50\/30{
  color: rgb(250 250 250 / 0.3);
}

.text-gray-50\/40{
  color: rgb(250 250 250 / 0.4);
}

.text-gray-50\/5{
  color: rgb(250 250 250 / 0.05);
}

.text-gray-50\/50{
  color: rgb(250 250 250 / 0.5);
}

.text-gray-50\/60{
  color: rgb(250 250 250 / 0.6);
}

.text-gray-50\/70{
  color: rgb(250 250 250 / 0.7);
}

.text-gray-50\/75{
  color: rgb(250 250 250 / 0.75);
}

.text-gray-50\/80{
  color: rgb(250 250 250 / 0.8);
}

.text-gray-50\/90{
  color: rgb(250 250 250 / 0.9);
}

.text-gray-50\/95{
  color: rgb(250 250 250 / 0.95);
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-gray-500\/0{
  color: rgb(115 115 115 / 0);
}

.text-gray-500\/10{
  color: rgb(115 115 115 / 0.1);
}

.text-gray-500\/100{
  color: rgb(115 115 115 / 1);
}

.text-gray-500\/20{
  color: rgb(115 115 115 / 0.2);
}

.text-gray-500\/25{
  color: rgb(115 115 115 / 0.25);
}

.text-gray-500\/30{
  color: rgb(115 115 115 / 0.3);
}

.text-gray-500\/40{
  color: rgb(115 115 115 / 0.4);
}

.text-gray-500\/5{
  color: rgb(115 115 115 / 0.05);
}

.text-gray-500\/50{
  color: rgb(115 115 115 / 0.5);
}

.text-gray-500\/60{
  color: rgb(115 115 115 / 0.6);
}

.text-gray-500\/70{
  color: rgb(115 115 115 / 0.7);
}

.text-gray-500\/75{
  color: rgb(115 115 115 / 0.75);
}

.text-gray-500\/80{
  color: rgb(115 115 115 / 0.8);
}

.text-gray-500\/90{
  color: rgb(115 115 115 / 0.9);
}

.text-gray-500\/95{
  color: rgb(115 115 115 / 0.95);
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-gray-600\/0{
  color: rgb(82 82 82 / 0);
}

.text-gray-600\/10{
  color: rgb(82 82 82 / 0.1);
}

.text-gray-600\/100{
  color: rgb(82 82 82 / 1);
}

.text-gray-600\/20{
  color: rgb(82 82 82 / 0.2);
}

.text-gray-600\/25{
  color: rgb(82 82 82 / 0.25);
}

.text-gray-600\/30{
  color: rgb(82 82 82 / 0.3);
}

.text-gray-600\/40{
  color: rgb(82 82 82 / 0.4);
}

.text-gray-600\/5{
  color: rgb(82 82 82 / 0.05);
}

.text-gray-600\/50{
  color: rgb(82 82 82 / 0.5);
}

.text-gray-600\/60{
  color: rgb(82 82 82 / 0.6);
}

.text-gray-600\/70{
  color: rgb(82 82 82 / 0.7);
}

.text-gray-600\/75{
  color: rgb(82 82 82 / 0.75);
}

.text-gray-600\/80{
  color: rgb(82 82 82 / 0.8);
}

.text-gray-600\/90{
  color: rgb(82 82 82 / 0.9);
}

.text-gray-600\/95{
  color: rgb(82 82 82 / 0.95);
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-gray-700\/0{
  color: rgb(64 64 64 / 0);
}

.text-gray-700\/10{
  color: rgb(64 64 64 / 0.1);
}

.text-gray-700\/100{
  color: rgb(64 64 64 / 1);
}

.text-gray-700\/20{
  color: rgb(64 64 64 / 0.2);
}

.text-gray-700\/25{
  color: rgb(64 64 64 / 0.25);
}

.text-gray-700\/30{
  color: rgb(64 64 64 / 0.3);
}

.text-gray-700\/40{
  color: rgb(64 64 64 / 0.4);
}

.text-gray-700\/5{
  color: rgb(64 64 64 / 0.05);
}

.text-gray-700\/50{
  color: rgb(64 64 64 / 0.5);
}

.text-gray-700\/60{
  color: rgb(64 64 64 / 0.6);
}

.text-gray-700\/70{
  color: rgb(64 64 64 / 0.7);
}

.text-gray-700\/75{
  color: rgb(64 64 64 / 0.75);
}

.text-gray-700\/80{
  color: rgb(64 64 64 / 0.8);
}

.text-gray-700\/90{
  color: rgb(64 64 64 / 0.9);
}

.text-gray-700\/95{
  color: rgb(64 64 64 / 0.95);
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-gray-800\/0{
  color: rgb(38 38 38 / 0);
}

.text-gray-800\/10{
  color: rgb(38 38 38 / 0.1);
}

.text-gray-800\/100{
  color: rgb(38 38 38 / 1);
}

.text-gray-800\/20{
  color: rgb(38 38 38 / 0.2);
}

.text-gray-800\/25{
  color: rgb(38 38 38 / 0.25);
}

.text-gray-800\/30{
  color: rgb(38 38 38 / 0.3);
}

.text-gray-800\/40{
  color: rgb(38 38 38 / 0.4);
}

.text-gray-800\/5{
  color: rgb(38 38 38 / 0.05);
}

.text-gray-800\/50{
  color: rgb(38 38 38 / 0.5);
}

.text-gray-800\/60{
  color: rgb(38 38 38 / 0.6);
}

.text-gray-800\/70{
  color: rgb(38 38 38 / 0.7);
}

.text-gray-800\/75{
  color: rgb(38 38 38 / 0.75);
}

.text-gray-800\/80{
  color: rgb(38 38 38 / 0.8);
}

.text-gray-800\/90{
  color: rgb(38 38 38 / 0.9);
}

.text-gray-800\/95{
  color: rgb(38 38 38 / 0.95);
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.text-gray-900\/0{
  color: rgb(23 23 23 / 0);
}

.text-gray-900\/10{
  color: rgb(23 23 23 / 0.1);
}

.text-gray-900\/100{
  color: rgb(23 23 23 / 1);
}

.text-gray-900\/20{
  color: rgb(23 23 23 / 0.2);
}

.text-gray-900\/25{
  color: rgb(23 23 23 / 0.25);
}

.text-gray-900\/30{
  color: rgb(23 23 23 / 0.3);
}

.text-gray-900\/40{
  color: rgb(23 23 23 / 0.4);
}

.text-gray-900\/5{
  color: rgb(23 23 23 / 0.05);
}

.text-gray-900\/50{
  color: rgb(23 23 23 / 0.5);
}

.text-gray-900\/60{
  color: rgb(23 23 23 / 0.6);
}

.text-gray-900\/70{
  color: rgb(23 23 23 / 0.7);
}

.text-gray-900\/75{
  color: rgb(23 23 23 / 0.75);
}

.text-gray-900\/80{
  color: rgb(23 23 23 / 0.8);
}

.text-gray-900\/90{
  color: rgb(23 23 23 / 0.9);
}

.text-gray-900\/95{
  color: rgb(23 23 23 / 0.95);
}

.text-green-100{
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}

.text-green-100\/0{
  color: rgb(209 250 229 / 0);
}

.text-green-100\/10{
  color: rgb(209 250 229 / 0.1);
}

.text-green-100\/100{
  color: rgb(209 250 229 / 1);
}

.text-green-100\/20{
  color: rgb(209 250 229 / 0.2);
}

.text-green-100\/25{
  color: rgb(209 250 229 / 0.25);
}

.text-green-100\/30{
  color: rgb(209 250 229 / 0.3);
}

.text-green-100\/40{
  color: rgb(209 250 229 / 0.4);
}

.text-green-100\/5{
  color: rgb(209 250 229 / 0.05);
}

.text-green-100\/50{
  color: rgb(209 250 229 / 0.5);
}

.text-green-100\/60{
  color: rgb(209 250 229 / 0.6);
}

.text-green-100\/70{
  color: rgb(209 250 229 / 0.7);
}

.text-green-100\/75{
  color: rgb(209 250 229 / 0.75);
}

.text-green-100\/80{
  color: rgb(209 250 229 / 0.8);
}

.text-green-100\/90{
  color: rgb(209 250 229 / 0.9);
}

.text-green-100\/95{
  color: rgb(209 250 229 / 0.95);
}

.text-green-200{
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}

.text-green-200\/0{
  color: rgb(167 243 208 / 0);
}

.text-green-200\/10{
  color: rgb(167 243 208 / 0.1);
}

.text-green-200\/100{
  color: rgb(167 243 208 / 1);
}

.text-green-200\/20{
  color: rgb(167 243 208 / 0.2);
}

.text-green-200\/25{
  color: rgb(167 243 208 / 0.25);
}

.text-green-200\/30{
  color: rgb(167 243 208 / 0.3);
}

.text-green-200\/40{
  color: rgb(167 243 208 / 0.4);
}

.text-green-200\/5{
  color: rgb(167 243 208 / 0.05);
}

.text-green-200\/50{
  color: rgb(167 243 208 / 0.5);
}

.text-green-200\/60{
  color: rgb(167 243 208 / 0.6);
}

.text-green-200\/70{
  color: rgb(167 243 208 / 0.7);
}

.text-green-200\/75{
  color: rgb(167 243 208 / 0.75);
}

.text-green-200\/80{
  color: rgb(167 243 208 / 0.8);
}

.text-green-200\/90{
  color: rgb(167 243 208 / 0.9);
}

.text-green-200\/95{
  color: rgb(167 243 208 / 0.95);
}

.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}

.text-green-300\/0{
  color: rgb(110 231 183 / 0);
}

.text-green-300\/10{
  color: rgb(110 231 183 / 0.1);
}

.text-green-300\/100{
  color: rgb(110 231 183 / 1);
}

.text-green-300\/20{
  color: rgb(110 231 183 / 0.2);
}

.text-green-300\/25{
  color: rgb(110 231 183 / 0.25);
}

.text-green-300\/30{
  color: rgb(110 231 183 / 0.3);
}

.text-green-300\/40{
  color: rgb(110 231 183 / 0.4);
}

.text-green-300\/5{
  color: rgb(110 231 183 / 0.05);
}

.text-green-300\/50{
  color: rgb(110 231 183 / 0.5);
}

.text-green-300\/60{
  color: rgb(110 231 183 / 0.6);
}

.text-green-300\/70{
  color: rgb(110 231 183 / 0.7);
}

.text-green-300\/75{
  color: rgb(110 231 183 / 0.75);
}

.text-green-300\/80{
  color: rgb(110 231 183 / 0.8);
}

.text-green-300\/90{
  color: rgb(110 231 183 / 0.9);
}

.text-green-300\/95{
  color: rgb(110 231 183 / 0.95);
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}

.text-green-400\/0{
  color: rgb(52 211 153 / 0);
}

.text-green-400\/10{
  color: rgb(52 211 153 / 0.1);
}

.text-green-400\/100{
  color: rgb(52 211 153 / 1);
}

.text-green-400\/20{
  color: rgb(52 211 153 / 0.2);
}

.text-green-400\/25{
  color: rgb(52 211 153 / 0.25);
}

.text-green-400\/30{
  color: rgb(52 211 153 / 0.3);
}

.text-green-400\/40{
  color: rgb(52 211 153 / 0.4);
}

.text-green-400\/5{
  color: rgb(52 211 153 / 0.05);
}

.text-green-400\/50{
  color: rgb(52 211 153 / 0.5);
}

.text-green-400\/60{
  color: rgb(52 211 153 / 0.6);
}

.text-green-400\/70{
  color: rgb(52 211 153 / 0.7);
}

.text-green-400\/75{
  color: rgb(52 211 153 / 0.75);
}

.text-green-400\/80{
  color: rgb(52 211 153 / 0.8);
}

.text-green-400\/90{
  color: rgb(52 211 153 / 0.9);
}

.text-green-400\/95{
  color: rgb(52 211 153 / 0.95);
}

.text-green-50{
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}

.text-green-50\/0{
  color: rgb(236 253 245 / 0);
}

.text-green-50\/10{
  color: rgb(236 253 245 / 0.1);
}

.text-green-50\/100{
  color: rgb(236 253 245 / 1);
}

.text-green-50\/20{
  color: rgb(236 253 245 / 0.2);
}

.text-green-50\/25{
  color: rgb(236 253 245 / 0.25);
}

.text-green-50\/30{
  color: rgb(236 253 245 / 0.3);
}

.text-green-50\/40{
  color: rgb(236 253 245 / 0.4);
}

.text-green-50\/5{
  color: rgb(236 253 245 / 0.05);
}

.text-green-50\/50{
  color: rgb(236 253 245 / 0.5);
}

.text-green-50\/60{
  color: rgb(236 253 245 / 0.6);
}

.text-green-50\/70{
  color: rgb(236 253 245 / 0.7);
}

.text-green-50\/75{
  color: rgb(236 253 245 / 0.75);
}

.text-green-50\/80{
  color: rgb(236 253 245 / 0.8);
}

.text-green-50\/90{
  color: rgb(236 253 245 / 0.9);
}

.text-green-50\/95{
  color: rgb(236 253 245 / 0.95);
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.text-green-500\/0{
  color: rgb(16 185 129 / 0);
}

.text-green-500\/10{
  color: rgb(16 185 129 / 0.1);
}

.text-green-500\/100{
  color: rgb(16 185 129 / 1);
}

.text-green-500\/20{
  color: rgb(16 185 129 / 0.2);
}

.text-green-500\/25{
  color: rgb(16 185 129 / 0.25);
}

.text-green-500\/30{
  color: rgb(16 185 129 / 0.3);
}

.text-green-500\/40{
  color: rgb(16 185 129 / 0.4);
}

.text-green-500\/5{
  color: rgb(16 185 129 / 0.05);
}

.text-green-500\/50{
  color: rgb(16 185 129 / 0.5);
}

.text-green-500\/60{
  color: rgb(16 185 129 / 0.6);
}

.text-green-500\/70{
  color: rgb(16 185 129 / 0.7);
}

.text-green-500\/75{
  color: rgb(16 185 129 / 0.75);
}

.text-green-500\/80{
  color: rgb(16 185 129 / 0.8);
}

.text-green-500\/90{
  color: rgb(16 185 129 / 0.9);
}

.text-green-500\/95{
  color: rgb(16 185 129 / 0.95);
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.text-green-600\/0{
  color: rgb(5 150 105 / 0);
}

.text-green-600\/10{
  color: rgb(5 150 105 / 0.1);
}

.text-green-600\/100{
  color: rgb(5 150 105 / 1);
}

.text-green-600\/20{
  color: rgb(5 150 105 / 0.2);
}

.text-green-600\/25{
  color: rgb(5 150 105 / 0.25);
}

.text-green-600\/30{
  color: rgb(5 150 105 / 0.3);
}

.text-green-600\/40{
  color: rgb(5 150 105 / 0.4);
}

.text-green-600\/5{
  color: rgb(5 150 105 / 0.05);
}

.text-green-600\/50{
  color: rgb(5 150 105 / 0.5);
}

.text-green-600\/60{
  color: rgb(5 150 105 / 0.6);
}

.text-green-600\/70{
  color: rgb(5 150 105 / 0.7);
}

.text-green-600\/75{
  color: rgb(5 150 105 / 0.75);
}

.text-green-600\/80{
  color: rgb(5 150 105 / 0.8);
}

.text-green-600\/90{
  color: rgb(5 150 105 / 0.9);
}

.text-green-600\/95{
  color: rgb(5 150 105 / 0.95);
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.text-green-700\/0{
  color: rgb(4 120 87 / 0);
}

.text-green-700\/10{
  color: rgb(4 120 87 / 0.1);
}

.text-green-700\/100{
  color: rgb(4 120 87 / 1);
}

.text-green-700\/20{
  color: rgb(4 120 87 / 0.2);
}

.text-green-700\/25{
  color: rgb(4 120 87 / 0.25);
}

.text-green-700\/30{
  color: rgb(4 120 87 / 0.3);
}

.text-green-700\/40{
  color: rgb(4 120 87 / 0.4);
}

.text-green-700\/5{
  color: rgb(4 120 87 / 0.05);
}

.text-green-700\/50{
  color: rgb(4 120 87 / 0.5);
}

.text-green-700\/60{
  color: rgb(4 120 87 / 0.6);
}

.text-green-700\/70{
  color: rgb(4 120 87 / 0.7);
}

.text-green-700\/75{
  color: rgb(4 120 87 / 0.75);
}

.text-green-700\/80{
  color: rgb(4 120 87 / 0.8);
}

.text-green-700\/90{
  color: rgb(4 120 87 / 0.9);
}

.text-green-700\/95{
  color: rgb(4 120 87 / 0.95);
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}

.text-green-800\/0{
  color: rgb(6 95 70 / 0);
}

.text-green-800\/10{
  color: rgb(6 95 70 / 0.1);
}

.text-green-800\/100{
  color: rgb(6 95 70 / 1);
}

.text-green-800\/20{
  color: rgb(6 95 70 / 0.2);
}

.text-green-800\/25{
  color: rgb(6 95 70 / 0.25);
}

.text-green-800\/30{
  color: rgb(6 95 70 / 0.3);
}

.text-green-800\/40{
  color: rgb(6 95 70 / 0.4);
}

.text-green-800\/5{
  color: rgb(6 95 70 / 0.05);
}

.text-green-800\/50{
  color: rgb(6 95 70 / 0.5);
}

.text-green-800\/60{
  color: rgb(6 95 70 / 0.6);
}

.text-green-800\/70{
  color: rgb(6 95 70 / 0.7);
}

.text-green-800\/75{
  color: rgb(6 95 70 / 0.75);
}

.text-green-800\/80{
  color: rgb(6 95 70 / 0.8);
}

.text-green-800\/90{
  color: rgb(6 95 70 / 0.9);
}

.text-green-800\/95{
  color: rgb(6 95 70 / 0.95);
}

.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}

.text-green-900\/0{
  color: rgb(6 78 59 / 0);
}

.text-green-900\/10{
  color: rgb(6 78 59 / 0.1);
}

.text-green-900\/100{
  color: rgb(6 78 59 / 1);
}

.text-green-900\/20{
  color: rgb(6 78 59 / 0.2);
}

.text-green-900\/25{
  color: rgb(6 78 59 / 0.25);
}

.text-green-900\/30{
  color: rgb(6 78 59 / 0.3);
}

.text-green-900\/40{
  color: rgb(6 78 59 / 0.4);
}

.text-green-900\/5{
  color: rgb(6 78 59 / 0.05);
}

.text-green-900\/50{
  color: rgb(6 78 59 / 0.5);
}

.text-green-900\/60{
  color: rgb(6 78 59 / 0.6);
}

.text-green-900\/70{
  color: rgb(6 78 59 / 0.7);
}

.text-green-900\/75{
  color: rgb(6 78 59 / 0.75);
}

.text-green-900\/80{
  color: rgb(6 78 59 / 0.8);
}

.text-green-900\/90{
  color: rgb(6 78 59 / 0.9);
}

.text-green-900\/95{
  color: rgb(6 78 59 / 0.95);
}

.text-indigo-100{
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}

.text-indigo-100\/0{
  color: rgb(224 231 255 / 0);
}

.text-indigo-100\/10{
  color: rgb(224 231 255 / 0.1);
}

.text-indigo-100\/100{
  color: rgb(224 231 255 / 1);
}

.text-indigo-100\/20{
  color: rgb(224 231 255 / 0.2);
}

.text-indigo-100\/25{
  color: rgb(224 231 255 / 0.25);
}

.text-indigo-100\/30{
  color: rgb(224 231 255 / 0.3);
}

.text-indigo-100\/40{
  color: rgb(224 231 255 / 0.4);
}

.text-indigo-100\/5{
  color: rgb(224 231 255 / 0.05);
}

.text-indigo-100\/50{
  color: rgb(224 231 255 / 0.5);
}

.text-indigo-100\/60{
  color: rgb(224 231 255 / 0.6);
}

.text-indigo-100\/70{
  color: rgb(224 231 255 / 0.7);
}

.text-indigo-100\/75{
  color: rgb(224 231 255 / 0.75);
}

.text-indigo-100\/80{
  color: rgb(224 231 255 / 0.8);
}

.text-indigo-100\/90{
  color: rgb(224 231 255 / 0.9);
}

.text-indigo-100\/95{
  color: rgb(224 231 255 / 0.95);
}

.text-indigo-200{
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}

.text-indigo-200\/0{
  color: rgb(199 210 254 / 0);
}

.text-indigo-200\/10{
  color: rgb(199 210 254 / 0.1);
}

.text-indigo-200\/100{
  color: rgb(199 210 254 / 1);
}

.text-indigo-200\/20{
  color: rgb(199 210 254 / 0.2);
}

.text-indigo-200\/25{
  color: rgb(199 210 254 / 0.25);
}

.text-indigo-200\/30{
  color: rgb(199 210 254 / 0.3);
}

.text-indigo-200\/40{
  color: rgb(199 210 254 / 0.4);
}

.text-indigo-200\/5{
  color: rgb(199 210 254 / 0.05);
}

.text-indigo-200\/50{
  color: rgb(199 210 254 / 0.5);
}

.text-indigo-200\/60{
  color: rgb(199 210 254 / 0.6);
}

.text-indigo-200\/70{
  color: rgb(199 210 254 / 0.7);
}

.text-indigo-200\/75{
  color: rgb(199 210 254 / 0.75);
}

.text-indigo-200\/80{
  color: rgb(199 210 254 / 0.8);
}

.text-indigo-200\/90{
  color: rgb(199 210 254 / 0.9);
}

.text-indigo-200\/95{
  color: rgb(199 210 254 / 0.95);
}

.text-indigo-300{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}

.text-indigo-300\/0{
  color: rgb(165 180 252 / 0);
}

.text-indigo-300\/10{
  color: rgb(165 180 252 / 0.1);
}

.text-indigo-300\/100{
  color: rgb(165 180 252 / 1);
}

.text-indigo-300\/20{
  color: rgb(165 180 252 / 0.2);
}

.text-indigo-300\/25{
  color: rgb(165 180 252 / 0.25);
}

.text-indigo-300\/30{
  color: rgb(165 180 252 / 0.3);
}

.text-indigo-300\/40{
  color: rgb(165 180 252 / 0.4);
}

.text-indigo-300\/5{
  color: rgb(165 180 252 / 0.05);
}

.text-indigo-300\/50{
  color: rgb(165 180 252 / 0.5);
}

.text-indigo-300\/60{
  color: rgb(165 180 252 / 0.6);
}

.text-indigo-300\/70{
  color: rgb(165 180 252 / 0.7);
}

.text-indigo-300\/75{
  color: rgb(165 180 252 / 0.75);
}

.text-indigo-300\/80{
  color: rgb(165 180 252 / 0.8);
}

.text-indigo-300\/90{
  color: rgb(165 180 252 / 0.9);
}

.text-indigo-300\/95{
  color: rgb(165 180 252 / 0.95);
}

.text-indigo-400{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.text-indigo-400\/0{
  color: rgb(129 140 248 / 0);
}

.text-indigo-400\/10{
  color: rgb(129 140 248 / 0.1);
}

.text-indigo-400\/100{
  color: rgb(129 140 248 / 1);
}

.text-indigo-400\/20{
  color: rgb(129 140 248 / 0.2);
}

.text-indigo-400\/25{
  color: rgb(129 140 248 / 0.25);
}

.text-indigo-400\/30{
  color: rgb(129 140 248 / 0.3);
}

.text-indigo-400\/40{
  color: rgb(129 140 248 / 0.4);
}

.text-indigo-400\/5{
  color: rgb(129 140 248 / 0.05);
}

.text-indigo-400\/50{
  color: rgb(129 140 248 / 0.5);
}

.text-indigo-400\/60{
  color: rgb(129 140 248 / 0.6);
}

.text-indigo-400\/70{
  color: rgb(129 140 248 / 0.7);
}

.text-indigo-400\/75{
  color: rgb(129 140 248 / 0.75);
}

.text-indigo-400\/80{
  color: rgb(129 140 248 / 0.8);
}

.text-indigo-400\/90{
  color: rgb(129 140 248 / 0.9);
}

.text-indigo-400\/95{
  color: rgb(129 140 248 / 0.95);
}

.text-indigo-50{
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}

.text-indigo-50\/0{
  color: rgb(238 242 255 / 0);
}

.text-indigo-50\/10{
  color: rgb(238 242 255 / 0.1);
}

.text-indigo-50\/100{
  color: rgb(238 242 255 / 1);
}

.text-indigo-50\/20{
  color: rgb(238 242 255 / 0.2);
}

.text-indigo-50\/25{
  color: rgb(238 242 255 / 0.25);
}

.text-indigo-50\/30{
  color: rgb(238 242 255 / 0.3);
}

.text-indigo-50\/40{
  color: rgb(238 242 255 / 0.4);
}

.text-indigo-50\/5{
  color: rgb(238 242 255 / 0.05);
}

.text-indigo-50\/50{
  color: rgb(238 242 255 / 0.5);
}

.text-indigo-50\/60{
  color: rgb(238 242 255 / 0.6);
}

.text-indigo-50\/70{
  color: rgb(238 242 255 / 0.7);
}

.text-indigo-50\/75{
  color: rgb(238 242 255 / 0.75);
}

.text-indigo-50\/80{
  color: rgb(238 242 255 / 0.8);
}

.text-indigo-50\/90{
  color: rgb(238 242 255 / 0.9);
}

.text-indigo-50\/95{
  color: rgb(238 242 255 / 0.95);
}

.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.text-indigo-500\/0{
  color: rgb(99 102 241 / 0);
}

.text-indigo-500\/10{
  color: rgb(99 102 241 / 0.1);
}

.text-indigo-500\/100{
  color: rgb(99 102 241 / 1);
}

.text-indigo-500\/20{
  color: rgb(99 102 241 / 0.2);
}

.text-indigo-500\/25{
  color: rgb(99 102 241 / 0.25);
}

.text-indigo-500\/30{
  color: rgb(99 102 241 / 0.3);
}

.text-indigo-500\/40{
  color: rgb(99 102 241 / 0.4);
}

.text-indigo-500\/5{
  color: rgb(99 102 241 / 0.05);
}

.text-indigo-500\/50{
  color: rgb(99 102 241 / 0.5);
}

.text-indigo-500\/60{
  color: rgb(99 102 241 / 0.6);
}

.text-indigo-500\/70{
  color: rgb(99 102 241 / 0.7);
}

.text-indigo-500\/75{
  color: rgb(99 102 241 / 0.75);
}

.text-indigo-500\/80{
  color: rgb(99 102 241 / 0.8);
}

.text-indigo-500\/90{
  color: rgb(99 102 241 / 0.9);
}

.text-indigo-500\/95{
  color: rgb(99 102 241 / 0.95);
}

.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-indigo-600\/0{
  color: rgb(79 70 229 / 0);
}

.text-indigo-600\/10{
  color: rgb(79 70 229 / 0.1);
}

.text-indigo-600\/100{
  color: rgb(79 70 229 / 1);
}

.text-indigo-600\/20{
  color: rgb(79 70 229 / 0.2);
}

.text-indigo-600\/25{
  color: rgb(79 70 229 / 0.25);
}

.text-indigo-600\/30{
  color: rgb(79 70 229 / 0.3);
}

.text-indigo-600\/40{
  color: rgb(79 70 229 / 0.4);
}

.text-indigo-600\/5{
  color: rgb(79 70 229 / 0.05);
}

.text-indigo-600\/50{
  color: rgb(79 70 229 / 0.5);
}

.text-indigo-600\/60{
  color: rgb(79 70 229 / 0.6);
}

.text-indigo-600\/70{
  color: rgb(79 70 229 / 0.7);
}

.text-indigo-600\/75{
  color: rgb(79 70 229 / 0.75);
}

.text-indigo-600\/80{
  color: rgb(79 70 229 / 0.8);
}

.text-indigo-600\/90{
  color: rgb(79 70 229 / 0.9);
}

.text-indigo-600\/95{
  color: rgb(79 70 229 / 0.95);
}

.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.text-indigo-700\/0{
  color: rgb(67 56 202 / 0);
}

.text-indigo-700\/10{
  color: rgb(67 56 202 / 0.1);
}

.text-indigo-700\/100{
  color: rgb(67 56 202 / 1);
}

.text-indigo-700\/20{
  color: rgb(67 56 202 / 0.2);
}

.text-indigo-700\/25{
  color: rgb(67 56 202 / 0.25);
}

.text-indigo-700\/30{
  color: rgb(67 56 202 / 0.3);
}

.text-indigo-700\/40{
  color: rgb(67 56 202 / 0.4);
}

.text-indigo-700\/5{
  color: rgb(67 56 202 / 0.05);
}

.text-indigo-700\/50{
  color: rgb(67 56 202 / 0.5);
}

.text-indigo-700\/60{
  color: rgb(67 56 202 / 0.6);
}

.text-indigo-700\/70{
  color: rgb(67 56 202 / 0.7);
}

.text-indigo-700\/75{
  color: rgb(67 56 202 / 0.75);
}

.text-indigo-700\/80{
  color: rgb(67 56 202 / 0.8);
}

.text-indigo-700\/90{
  color: rgb(67 56 202 / 0.9);
}

.text-indigo-700\/95{
  color: rgb(67 56 202 / 0.95);
}

.text-indigo-800{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.text-indigo-800\/0{
  color: rgb(55 48 163 / 0);
}

.text-indigo-800\/10{
  color: rgb(55 48 163 / 0.1);
}

.text-indigo-800\/100{
  color: rgb(55 48 163 / 1);
}

.text-indigo-800\/20{
  color: rgb(55 48 163 / 0.2);
}

.text-indigo-800\/25{
  color: rgb(55 48 163 / 0.25);
}

.text-indigo-800\/30{
  color: rgb(55 48 163 / 0.3);
}

.text-indigo-800\/40{
  color: rgb(55 48 163 / 0.4);
}

.text-indigo-800\/5{
  color: rgb(55 48 163 / 0.05);
}

.text-indigo-800\/50{
  color: rgb(55 48 163 / 0.5);
}

.text-indigo-800\/60{
  color: rgb(55 48 163 / 0.6);
}

.text-indigo-800\/70{
  color: rgb(55 48 163 / 0.7);
}

.text-indigo-800\/75{
  color: rgb(55 48 163 / 0.75);
}

.text-indigo-800\/80{
  color: rgb(55 48 163 / 0.8);
}

.text-indigo-800\/90{
  color: rgb(55 48 163 / 0.9);
}

.text-indigo-800\/95{
  color: rgb(55 48 163 / 0.95);
}

.text-indigo-900{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.text-indigo-900\/0{
  color: rgb(49 46 129 / 0);
}

.text-indigo-900\/10{
  color: rgb(49 46 129 / 0.1);
}

.text-indigo-900\/100{
  color: rgb(49 46 129 / 1);
}

.text-indigo-900\/20{
  color: rgb(49 46 129 / 0.2);
}

.text-indigo-900\/25{
  color: rgb(49 46 129 / 0.25);
}

.text-indigo-900\/30{
  color: rgb(49 46 129 / 0.3);
}

.text-indigo-900\/40{
  color: rgb(49 46 129 / 0.4);
}

.text-indigo-900\/5{
  color: rgb(49 46 129 / 0.05);
}

.text-indigo-900\/50{
  color: rgb(49 46 129 / 0.5);
}

.text-indigo-900\/60{
  color: rgb(49 46 129 / 0.6);
}

.text-indigo-900\/70{
  color: rgb(49 46 129 / 0.7);
}

.text-indigo-900\/75{
  color: rgb(49 46 129 / 0.75);
}

.text-indigo-900\/80{
  color: rgb(49 46 129 / 0.8);
}

.text-indigo-900\/90{
  color: rgb(49 46 129 / 0.9);
}

.text-indigo-900\/95{
  color: rgb(49 46 129 / 0.95);
}

.text-light-blue-400{
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}

.text-light-blue-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.text-light-blue-900{
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

.text-lime-100{
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}

.text-lime-100\/0{
  color: rgb(236 252 203 / 0);
}

.text-lime-100\/10{
  color: rgb(236 252 203 / 0.1);
}

.text-lime-100\/100{
  color: rgb(236 252 203 / 1);
}

.text-lime-100\/20{
  color: rgb(236 252 203 / 0.2);
}

.text-lime-100\/25{
  color: rgb(236 252 203 / 0.25);
}

.text-lime-100\/30{
  color: rgb(236 252 203 / 0.3);
}

.text-lime-100\/40{
  color: rgb(236 252 203 / 0.4);
}

.text-lime-100\/5{
  color: rgb(236 252 203 / 0.05);
}

.text-lime-100\/50{
  color: rgb(236 252 203 / 0.5);
}

.text-lime-100\/60{
  color: rgb(236 252 203 / 0.6);
}

.text-lime-100\/70{
  color: rgb(236 252 203 / 0.7);
}

.text-lime-100\/75{
  color: rgb(236 252 203 / 0.75);
}

.text-lime-100\/80{
  color: rgb(236 252 203 / 0.8);
}

.text-lime-100\/90{
  color: rgb(236 252 203 / 0.9);
}

.text-lime-100\/95{
  color: rgb(236 252 203 / 0.95);
}

.text-lime-200{
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}

.text-lime-200\/0{
  color: rgb(217 249 157 / 0);
}

.text-lime-200\/10{
  color: rgb(217 249 157 / 0.1);
}

.text-lime-200\/100{
  color: rgb(217 249 157 / 1);
}

.text-lime-200\/20{
  color: rgb(217 249 157 / 0.2);
}

.text-lime-200\/25{
  color: rgb(217 249 157 / 0.25);
}

.text-lime-200\/30{
  color: rgb(217 249 157 / 0.3);
}

.text-lime-200\/40{
  color: rgb(217 249 157 / 0.4);
}

.text-lime-200\/5{
  color: rgb(217 249 157 / 0.05);
}

.text-lime-200\/50{
  color: rgb(217 249 157 / 0.5);
}

.text-lime-200\/60{
  color: rgb(217 249 157 / 0.6);
}

.text-lime-200\/70{
  color: rgb(217 249 157 / 0.7);
}

.text-lime-200\/75{
  color: rgb(217 249 157 / 0.75);
}

.text-lime-200\/80{
  color: rgb(217 249 157 / 0.8);
}

.text-lime-200\/90{
  color: rgb(217 249 157 / 0.9);
}

.text-lime-200\/95{
  color: rgb(217 249 157 / 0.95);
}

.text-lime-300{
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}

.text-lime-300\/0{
  color: rgb(190 242 100 / 0);
}

.text-lime-300\/10{
  color: rgb(190 242 100 / 0.1);
}

.text-lime-300\/100{
  color: rgb(190 242 100 / 1);
}

.text-lime-300\/20{
  color: rgb(190 242 100 / 0.2);
}

.text-lime-300\/25{
  color: rgb(190 242 100 / 0.25);
}

.text-lime-300\/30{
  color: rgb(190 242 100 / 0.3);
}

.text-lime-300\/40{
  color: rgb(190 242 100 / 0.4);
}

.text-lime-300\/5{
  color: rgb(190 242 100 / 0.05);
}

.text-lime-300\/50{
  color: rgb(190 242 100 / 0.5);
}

.text-lime-300\/60{
  color: rgb(190 242 100 / 0.6);
}

.text-lime-300\/70{
  color: rgb(190 242 100 / 0.7);
}

.text-lime-300\/75{
  color: rgb(190 242 100 / 0.75);
}

.text-lime-300\/80{
  color: rgb(190 242 100 / 0.8);
}

.text-lime-300\/90{
  color: rgb(190 242 100 / 0.9);
}

.text-lime-300\/95{
  color: rgb(190 242 100 / 0.95);
}

.text-lime-400{
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}

.text-lime-400\/0{
  color: rgb(163 230 53 / 0);
}

.text-lime-400\/10{
  color: rgb(163 230 53 / 0.1);
}

.text-lime-400\/100{
  color: rgb(163 230 53 / 1);
}

.text-lime-400\/20{
  color: rgb(163 230 53 / 0.2);
}

.text-lime-400\/25{
  color: rgb(163 230 53 / 0.25);
}

.text-lime-400\/30{
  color: rgb(163 230 53 / 0.3);
}

.text-lime-400\/40{
  color: rgb(163 230 53 / 0.4);
}

.text-lime-400\/5{
  color: rgb(163 230 53 / 0.05);
}

.text-lime-400\/50{
  color: rgb(163 230 53 / 0.5);
}

.text-lime-400\/60{
  color: rgb(163 230 53 / 0.6);
}

.text-lime-400\/70{
  color: rgb(163 230 53 / 0.7);
}

.text-lime-400\/75{
  color: rgb(163 230 53 / 0.75);
}

.text-lime-400\/80{
  color: rgb(163 230 53 / 0.8);
}

.text-lime-400\/90{
  color: rgb(163 230 53 / 0.9);
}

.text-lime-400\/95{
  color: rgb(163 230 53 / 0.95);
}

.text-lime-50{
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}

.text-lime-50\/0{
  color: rgb(247 254 231 / 0);
}

.text-lime-50\/10{
  color: rgb(247 254 231 / 0.1);
}

.text-lime-50\/100{
  color: rgb(247 254 231 / 1);
}

.text-lime-50\/20{
  color: rgb(247 254 231 / 0.2);
}

.text-lime-50\/25{
  color: rgb(247 254 231 / 0.25);
}

.text-lime-50\/30{
  color: rgb(247 254 231 / 0.3);
}

.text-lime-50\/40{
  color: rgb(247 254 231 / 0.4);
}

.text-lime-50\/5{
  color: rgb(247 254 231 / 0.05);
}

.text-lime-50\/50{
  color: rgb(247 254 231 / 0.5);
}

.text-lime-50\/60{
  color: rgb(247 254 231 / 0.6);
}

.text-lime-50\/70{
  color: rgb(247 254 231 / 0.7);
}

.text-lime-50\/75{
  color: rgb(247 254 231 / 0.75);
}

.text-lime-50\/80{
  color: rgb(247 254 231 / 0.8);
}

.text-lime-50\/90{
  color: rgb(247 254 231 / 0.9);
}

.text-lime-50\/95{
  color: rgb(247 254 231 / 0.95);
}

.text-lime-500{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

.text-lime-500\/0{
  color: rgb(132 204 22 / 0);
}

.text-lime-500\/10{
  color: rgb(132 204 22 / 0.1);
}

.text-lime-500\/100{
  color: rgb(132 204 22 / 1);
}

.text-lime-500\/20{
  color: rgb(132 204 22 / 0.2);
}

.text-lime-500\/25{
  color: rgb(132 204 22 / 0.25);
}

.text-lime-500\/30{
  color: rgb(132 204 22 / 0.3);
}

.text-lime-500\/40{
  color: rgb(132 204 22 / 0.4);
}

.text-lime-500\/5{
  color: rgb(132 204 22 / 0.05);
}

.text-lime-500\/50{
  color: rgb(132 204 22 / 0.5);
}

.text-lime-500\/60{
  color: rgb(132 204 22 / 0.6);
}

.text-lime-500\/70{
  color: rgb(132 204 22 / 0.7);
}

.text-lime-500\/75{
  color: rgb(132 204 22 / 0.75);
}

.text-lime-500\/80{
  color: rgb(132 204 22 / 0.8);
}

.text-lime-500\/90{
  color: rgb(132 204 22 / 0.9);
}

.text-lime-500\/95{
  color: rgb(132 204 22 / 0.95);
}

.text-lime-600{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.text-lime-600\/0{
  color: rgb(101 163 13 / 0);
}

.text-lime-600\/10{
  color: rgb(101 163 13 / 0.1);
}

.text-lime-600\/100{
  color: rgb(101 163 13 / 1);
}

.text-lime-600\/20{
  color: rgb(101 163 13 / 0.2);
}

.text-lime-600\/25{
  color: rgb(101 163 13 / 0.25);
}

.text-lime-600\/30{
  color: rgb(101 163 13 / 0.3);
}

.text-lime-600\/40{
  color: rgb(101 163 13 / 0.4);
}

.text-lime-600\/5{
  color: rgb(101 163 13 / 0.05);
}

.text-lime-600\/50{
  color: rgb(101 163 13 / 0.5);
}

.text-lime-600\/60{
  color: rgb(101 163 13 / 0.6);
}

.text-lime-600\/70{
  color: rgb(101 163 13 / 0.7);
}

.text-lime-600\/75{
  color: rgb(101 163 13 / 0.75);
}

.text-lime-600\/80{
  color: rgb(101 163 13 / 0.8);
}

.text-lime-600\/90{
  color: rgb(101 163 13 / 0.9);
}

.text-lime-600\/95{
  color: rgb(101 163 13 / 0.95);
}

.text-lime-700{
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}

.text-lime-700\/0{
  color: rgb(77 124 15 / 0);
}

.text-lime-700\/10{
  color: rgb(77 124 15 / 0.1);
}

.text-lime-700\/100{
  color: rgb(77 124 15 / 1);
}

.text-lime-700\/20{
  color: rgb(77 124 15 / 0.2);
}

.text-lime-700\/25{
  color: rgb(77 124 15 / 0.25);
}

.text-lime-700\/30{
  color: rgb(77 124 15 / 0.3);
}

.text-lime-700\/40{
  color: rgb(77 124 15 / 0.4);
}

.text-lime-700\/5{
  color: rgb(77 124 15 / 0.05);
}

.text-lime-700\/50{
  color: rgb(77 124 15 / 0.5);
}

.text-lime-700\/60{
  color: rgb(77 124 15 / 0.6);
}

.text-lime-700\/70{
  color: rgb(77 124 15 / 0.7);
}

.text-lime-700\/75{
  color: rgb(77 124 15 / 0.75);
}

.text-lime-700\/80{
  color: rgb(77 124 15 / 0.8);
}

.text-lime-700\/90{
  color: rgb(77 124 15 / 0.9);
}

.text-lime-700\/95{
  color: rgb(77 124 15 / 0.95);
}

.text-lime-800{
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}

.text-lime-800\/0{
  color: rgb(63 98 18 / 0);
}

.text-lime-800\/10{
  color: rgb(63 98 18 / 0.1);
}

.text-lime-800\/100{
  color: rgb(63 98 18 / 1);
}

.text-lime-800\/20{
  color: rgb(63 98 18 / 0.2);
}

.text-lime-800\/25{
  color: rgb(63 98 18 / 0.25);
}

.text-lime-800\/30{
  color: rgb(63 98 18 / 0.3);
}

.text-lime-800\/40{
  color: rgb(63 98 18 / 0.4);
}

.text-lime-800\/5{
  color: rgb(63 98 18 / 0.05);
}

.text-lime-800\/50{
  color: rgb(63 98 18 / 0.5);
}

.text-lime-800\/60{
  color: rgb(63 98 18 / 0.6);
}

.text-lime-800\/70{
  color: rgb(63 98 18 / 0.7);
}

.text-lime-800\/75{
  color: rgb(63 98 18 / 0.75);
}

.text-lime-800\/80{
  color: rgb(63 98 18 / 0.8);
}

.text-lime-800\/90{
  color: rgb(63 98 18 / 0.9);
}

.text-lime-800\/95{
  color: rgb(63 98 18 / 0.95);
}

.text-lime-900{
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}

.text-lime-900\/0{
  color: rgb(54 83 20 / 0);
}

.text-lime-900\/10{
  color: rgb(54 83 20 / 0.1);
}

.text-lime-900\/100{
  color: rgb(54 83 20 / 1);
}

.text-lime-900\/20{
  color: rgb(54 83 20 / 0.2);
}

.text-lime-900\/25{
  color: rgb(54 83 20 / 0.25);
}

.text-lime-900\/30{
  color: rgb(54 83 20 / 0.3);
}

.text-lime-900\/40{
  color: rgb(54 83 20 / 0.4);
}

.text-lime-900\/5{
  color: rgb(54 83 20 / 0.05);
}

.text-lime-900\/50{
  color: rgb(54 83 20 / 0.5);
}

.text-lime-900\/60{
  color: rgb(54 83 20 / 0.6);
}

.text-lime-900\/70{
  color: rgb(54 83 20 / 0.7);
}

.text-lime-900\/75{
  color: rgb(54 83 20 / 0.75);
}

.text-lime-900\/80{
  color: rgb(54 83 20 / 0.8);
}

.text-lime-900\/90{
  color: rgb(54 83 20 / 0.9);
}

.text-lime-900\/95{
  color: rgb(54 83 20 / 0.95);
}

.text-orange-100{
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}

.text-orange-100\/0{
  color: rgb(255 237 213 / 0);
}

.text-orange-100\/10{
  color: rgb(255 237 213 / 0.1);
}

.text-orange-100\/100{
  color: rgb(255 237 213 / 1);
}

.text-orange-100\/20{
  color: rgb(255 237 213 / 0.2);
}

.text-orange-100\/25{
  color: rgb(255 237 213 / 0.25);
}

.text-orange-100\/30{
  color: rgb(255 237 213 / 0.3);
}

.text-orange-100\/40{
  color: rgb(255 237 213 / 0.4);
}

.text-orange-100\/5{
  color: rgb(255 237 213 / 0.05);
}

.text-orange-100\/50{
  color: rgb(255 237 213 / 0.5);
}

.text-orange-100\/60{
  color: rgb(255 237 213 / 0.6);
}

.text-orange-100\/70{
  color: rgb(255 237 213 / 0.7);
}

.text-orange-100\/75{
  color: rgb(255 237 213 / 0.75);
}

.text-orange-100\/80{
  color: rgb(255 237 213 / 0.8);
}

.text-orange-100\/90{
  color: rgb(255 237 213 / 0.9);
}

.text-orange-100\/95{
  color: rgb(255 237 213 / 0.95);
}

.text-orange-200{
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}

.text-orange-200\/0{
  color: rgb(254 215 170 / 0);
}

.text-orange-200\/10{
  color: rgb(254 215 170 / 0.1);
}

.text-orange-200\/100{
  color: rgb(254 215 170 / 1);
}

.text-orange-200\/20{
  color: rgb(254 215 170 / 0.2);
}

.text-orange-200\/25{
  color: rgb(254 215 170 / 0.25);
}

.text-orange-200\/30{
  color: rgb(254 215 170 / 0.3);
}

.text-orange-200\/40{
  color: rgb(254 215 170 / 0.4);
}

.text-orange-200\/5{
  color: rgb(254 215 170 / 0.05);
}

.text-orange-200\/50{
  color: rgb(254 215 170 / 0.5);
}

.text-orange-200\/60{
  color: rgb(254 215 170 / 0.6);
}

.text-orange-200\/70{
  color: rgb(254 215 170 / 0.7);
}

.text-orange-200\/75{
  color: rgb(254 215 170 / 0.75);
}

.text-orange-200\/80{
  color: rgb(254 215 170 / 0.8);
}

.text-orange-200\/90{
  color: rgb(254 215 170 / 0.9);
}

.text-orange-200\/95{
  color: rgb(254 215 170 / 0.95);
}

.text-orange-300{
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}

.text-orange-300\/0{
  color: rgb(253 186 116 / 0);
}

.text-orange-300\/10{
  color: rgb(253 186 116 / 0.1);
}

.text-orange-300\/100{
  color: rgb(253 186 116 / 1);
}

.text-orange-300\/20{
  color: rgb(253 186 116 / 0.2);
}

.text-orange-300\/25{
  color: rgb(253 186 116 / 0.25);
}

.text-orange-300\/30{
  color: rgb(253 186 116 / 0.3);
}

.text-orange-300\/40{
  color: rgb(253 186 116 / 0.4);
}

.text-orange-300\/5{
  color: rgb(253 186 116 / 0.05);
}

.text-orange-300\/50{
  color: rgb(253 186 116 / 0.5);
}

.text-orange-300\/60{
  color: rgb(253 186 116 / 0.6);
}

.text-orange-300\/70{
  color: rgb(253 186 116 / 0.7);
}

.text-orange-300\/75{
  color: rgb(253 186 116 / 0.75);
}

.text-orange-300\/80{
  color: rgb(253 186 116 / 0.8);
}

.text-orange-300\/90{
  color: rgb(253 186 116 / 0.9);
}

.text-orange-300\/95{
  color: rgb(253 186 116 / 0.95);
}

.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-orange-400\/0{
  color: rgb(251 146 60 / 0);
}

.text-orange-400\/10{
  color: rgb(251 146 60 / 0.1);
}

.text-orange-400\/100{
  color: rgb(251 146 60 / 1);
}

.text-orange-400\/20{
  color: rgb(251 146 60 / 0.2);
}

.text-orange-400\/25{
  color: rgb(251 146 60 / 0.25);
}

.text-orange-400\/30{
  color: rgb(251 146 60 / 0.3);
}

.text-orange-400\/40{
  color: rgb(251 146 60 / 0.4);
}

.text-orange-400\/5{
  color: rgb(251 146 60 / 0.05);
}

.text-orange-400\/50{
  color: rgb(251 146 60 / 0.5);
}

.text-orange-400\/60{
  color: rgb(251 146 60 / 0.6);
}

.text-orange-400\/70{
  color: rgb(251 146 60 / 0.7);
}

.text-orange-400\/75{
  color: rgb(251 146 60 / 0.75);
}

.text-orange-400\/80{
  color: rgb(251 146 60 / 0.8);
}

.text-orange-400\/90{
  color: rgb(251 146 60 / 0.9);
}

.text-orange-400\/95{
  color: rgb(251 146 60 / 0.95);
}

.text-orange-50{
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}

.text-orange-50\/0{
  color: rgb(255 247 237 / 0);
}

.text-orange-50\/10{
  color: rgb(255 247 237 / 0.1);
}

.text-orange-50\/100{
  color: rgb(255 247 237 / 1);
}

.text-orange-50\/20{
  color: rgb(255 247 237 / 0.2);
}

.text-orange-50\/25{
  color: rgb(255 247 237 / 0.25);
}

.text-orange-50\/30{
  color: rgb(255 247 237 / 0.3);
}

.text-orange-50\/40{
  color: rgb(255 247 237 / 0.4);
}

.text-orange-50\/5{
  color: rgb(255 247 237 / 0.05);
}

.text-orange-50\/50{
  color: rgb(255 247 237 / 0.5);
}

.text-orange-50\/60{
  color: rgb(255 247 237 / 0.6);
}

.text-orange-50\/70{
  color: rgb(255 247 237 / 0.7);
}

.text-orange-50\/75{
  color: rgb(255 247 237 / 0.75);
}

.text-orange-50\/80{
  color: rgb(255 247 237 / 0.8);
}

.text-orange-50\/90{
  color: rgb(255 247 237 / 0.9);
}

.text-orange-50\/95{
  color: rgb(255 247 237 / 0.95);
}

.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.text-orange-500\/0{
  color: rgb(249 115 22 / 0);
}

.text-orange-500\/10{
  color: rgb(249 115 22 / 0.1);
}

.text-orange-500\/100{
  color: rgb(249 115 22 / 1);
}

.text-orange-500\/20{
  color: rgb(249 115 22 / 0.2);
}

.text-orange-500\/25{
  color: rgb(249 115 22 / 0.25);
}

.text-orange-500\/30{
  color: rgb(249 115 22 / 0.3);
}

.text-orange-500\/40{
  color: rgb(249 115 22 / 0.4);
}

.text-orange-500\/5{
  color: rgb(249 115 22 / 0.05);
}

.text-orange-500\/50{
  color: rgb(249 115 22 / 0.5);
}

.text-orange-500\/60{
  color: rgb(249 115 22 / 0.6);
}

.text-orange-500\/70{
  color: rgb(249 115 22 / 0.7);
}

.text-orange-500\/75{
  color: rgb(249 115 22 / 0.75);
}

.text-orange-500\/80{
  color: rgb(249 115 22 / 0.8);
}

.text-orange-500\/90{
  color: rgb(249 115 22 / 0.9);
}

.text-orange-500\/95{
  color: rgb(249 115 22 / 0.95);
}

.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.text-orange-600\/0{
  color: rgb(234 88 12 / 0);
}

.text-orange-600\/10{
  color: rgb(234 88 12 / 0.1);
}

.text-orange-600\/100{
  color: rgb(234 88 12 / 1);
}

.text-orange-600\/20{
  color: rgb(234 88 12 / 0.2);
}

.text-orange-600\/25{
  color: rgb(234 88 12 / 0.25);
}

.text-orange-600\/30{
  color: rgb(234 88 12 / 0.3);
}

.text-orange-600\/40{
  color: rgb(234 88 12 / 0.4);
}

.text-orange-600\/5{
  color: rgb(234 88 12 / 0.05);
}

.text-orange-600\/50{
  color: rgb(234 88 12 / 0.5);
}

.text-orange-600\/60{
  color: rgb(234 88 12 / 0.6);
}

.text-orange-600\/70{
  color: rgb(234 88 12 / 0.7);
}

.text-orange-600\/75{
  color: rgb(234 88 12 / 0.75);
}

.text-orange-600\/80{
  color: rgb(234 88 12 / 0.8);
}

.text-orange-600\/90{
  color: rgb(234 88 12 / 0.9);
}

.text-orange-600\/95{
  color: rgb(234 88 12 / 0.95);
}

.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}

.text-orange-700\/0{
  color: rgb(194 65 12 / 0);
}

.text-orange-700\/10{
  color: rgb(194 65 12 / 0.1);
}

.text-orange-700\/100{
  color: rgb(194 65 12 / 1);
}

.text-orange-700\/20{
  color: rgb(194 65 12 / 0.2);
}

.text-orange-700\/25{
  color: rgb(194 65 12 / 0.25);
}

.text-orange-700\/30{
  color: rgb(194 65 12 / 0.3);
}

.text-orange-700\/40{
  color: rgb(194 65 12 / 0.4);
}

.text-orange-700\/5{
  color: rgb(194 65 12 / 0.05);
}

.text-orange-700\/50{
  color: rgb(194 65 12 / 0.5);
}

.text-orange-700\/60{
  color: rgb(194 65 12 / 0.6);
}

.text-orange-700\/70{
  color: rgb(194 65 12 / 0.7);
}

.text-orange-700\/75{
  color: rgb(194 65 12 / 0.75);
}

.text-orange-700\/80{
  color: rgb(194 65 12 / 0.8);
}

.text-orange-700\/90{
  color: rgb(194 65 12 / 0.9);
}

.text-orange-700\/95{
  color: rgb(194 65 12 / 0.95);
}

.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}

.text-orange-800\/0{
  color: rgb(154 52 18 / 0);
}

.text-orange-800\/10{
  color: rgb(154 52 18 / 0.1);
}

.text-orange-800\/100{
  color: rgb(154 52 18 / 1);
}

.text-orange-800\/20{
  color: rgb(154 52 18 / 0.2);
}

.text-orange-800\/25{
  color: rgb(154 52 18 / 0.25);
}

.text-orange-800\/30{
  color: rgb(154 52 18 / 0.3);
}

.text-orange-800\/40{
  color: rgb(154 52 18 / 0.4);
}

.text-orange-800\/5{
  color: rgb(154 52 18 / 0.05);
}

.text-orange-800\/50{
  color: rgb(154 52 18 / 0.5);
}

.text-orange-800\/60{
  color: rgb(154 52 18 / 0.6);
}

.text-orange-800\/70{
  color: rgb(154 52 18 / 0.7);
}

.text-orange-800\/75{
  color: rgb(154 52 18 / 0.75);
}

.text-orange-800\/80{
  color: rgb(154 52 18 / 0.8);
}

.text-orange-800\/90{
  color: rgb(154 52 18 / 0.9);
}

.text-orange-800\/95{
  color: rgb(154 52 18 / 0.95);
}

.text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}

.text-orange-900\/0{
  color: rgb(124 45 18 / 0);
}

.text-orange-900\/10{
  color: rgb(124 45 18 / 0.1);
}

.text-orange-900\/100{
  color: rgb(124 45 18 / 1);
}

.text-orange-900\/20{
  color: rgb(124 45 18 / 0.2);
}

.text-orange-900\/25{
  color: rgb(124 45 18 / 0.25);
}

.text-orange-900\/30{
  color: rgb(124 45 18 / 0.3);
}

.text-orange-900\/40{
  color: rgb(124 45 18 / 0.4);
}

.text-orange-900\/5{
  color: rgb(124 45 18 / 0.05);
}

.text-orange-900\/50{
  color: rgb(124 45 18 / 0.5);
}

.text-orange-900\/60{
  color: rgb(124 45 18 / 0.6);
}

.text-orange-900\/70{
  color: rgb(124 45 18 / 0.7);
}

.text-orange-900\/75{
  color: rgb(124 45 18 / 0.75);
}

.text-orange-900\/80{
  color: rgb(124 45 18 / 0.8);
}

.text-orange-900\/90{
  color: rgb(124 45 18 / 0.9);
}

.text-orange-900\/95{
  color: rgb(124 45 18 / 0.95);
}

.text-pink-100{
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}

.text-pink-100\/0{
  color: rgb(252 231 243 / 0);
}

.text-pink-100\/10{
  color: rgb(252 231 243 / 0.1);
}

.text-pink-100\/100{
  color: rgb(252 231 243 / 1);
}

.text-pink-100\/20{
  color: rgb(252 231 243 / 0.2);
}

.text-pink-100\/25{
  color: rgb(252 231 243 / 0.25);
}

.text-pink-100\/30{
  color: rgb(252 231 243 / 0.3);
}

.text-pink-100\/40{
  color: rgb(252 231 243 / 0.4);
}

.text-pink-100\/5{
  color: rgb(252 231 243 / 0.05);
}

.text-pink-100\/50{
  color: rgb(252 231 243 / 0.5);
}

.text-pink-100\/60{
  color: rgb(252 231 243 / 0.6);
}

.text-pink-100\/70{
  color: rgb(252 231 243 / 0.7);
}

.text-pink-100\/75{
  color: rgb(252 231 243 / 0.75);
}

.text-pink-100\/80{
  color: rgb(252 231 243 / 0.8);
}

.text-pink-100\/90{
  color: rgb(252 231 243 / 0.9);
}

.text-pink-100\/95{
  color: rgb(252 231 243 / 0.95);
}

.text-pink-200{
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity));
}

.text-pink-200\/0{
  color: rgb(251 207 232 / 0);
}

.text-pink-200\/10{
  color: rgb(251 207 232 / 0.1);
}

.text-pink-200\/100{
  color: rgb(251 207 232 / 1);
}

.text-pink-200\/20{
  color: rgb(251 207 232 / 0.2);
}

.text-pink-200\/25{
  color: rgb(251 207 232 / 0.25);
}

.text-pink-200\/30{
  color: rgb(251 207 232 / 0.3);
}

.text-pink-200\/40{
  color: rgb(251 207 232 / 0.4);
}

.text-pink-200\/5{
  color: rgb(251 207 232 / 0.05);
}

.text-pink-200\/50{
  color: rgb(251 207 232 / 0.5);
}

.text-pink-200\/60{
  color: rgb(251 207 232 / 0.6);
}

.text-pink-200\/70{
  color: rgb(251 207 232 / 0.7);
}

.text-pink-200\/75{
  color: rgb(251 207 232 / 0.75);
}

.text-pink-200\/80{
  color: rgb(251 207 232 / 0.8);
}

.text-pink-200\/90{
  color: rgb(251 207 232 / 0.9);
}

.text-pink-200\/95{
  color: rgb(251 207 232 / 0.95);
}

.text-pink-300{
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity));
}

.text-pink-300\/0{
  color: rgb(249 168 212 / 0);
}

.text-pink-300\/10{
  color: rgb(249 168 212 / 0.1);
}

.text-pink-300\/100{
  color: rgb(249 168 212 / 1);
}

.text-pink-300\/20{
  color: rgb(249 168 212 / 0.2);
}

.text-pink-300\/25{
  color: rgb(249 168 212 / 0.25);
}

.text-pink-300\/30{
  color: rgb(249 168 212 / 0.3);
}

.text-pink-300\/40{
  color: rgb(249 168 212 / 0.4);
}

.text-pink-300\/5{
  color: rgb(249 168 212 / 0.05);
}

.text-pink-300\/50{
  color: rgb(249 168 212 / 0.5);
}

.text-pink-300\/60{
  color: rgb(249 168 212 / 0.6);
}

.text-pink-300\/70{
  color: rgb(249 168 212 / 0.7);
}

.text-pink-300\/75{
  color: rgb(249 168 212 / 0.75);
}

.text-pink-300\/80{
  color: rgb(249 168 212 / 0.8);
}

.text-pink-300\/90{
  color: rgb(249 168 212 / 0.9);
}

.text-pink-300\/95{
  color: rgb(249 168 212 / 0.95);
}

.text-pink-400{
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}

.text-pink-400\/0{
  color: rgb(244 114 182 / 0);
}

.text-pink-400\/10{
  color: rgb(244 114 182 / 0.1);
}

.text-pink-400\/100{
  color: rgb(244 114 182 / 1);
}

.text-pink-400\/20{
  color: rgb(244 114 182 / 0.2);
}

.text-pink-400\/25{
  color: rgb(244 114 182 / 0.25);
}

.text-pink-400\/30{
  color: rgb(244 114 182 / 0.3);
}

.text-pink-400\/40{
  color: rgb(244 114 182 / 0.4);
}

.text-pink-400\/5{
  color: rgb(244 114 182 / 0.05);
}

.text-pink-400\/50{
  color: rgb(244 114 182 / 0.5);
}

.text-pink-400\/60{
  color: rgb(244 114 182 / 0.6);
}

.text-pink-400\/70{
  color: rgb(244 114 182 / 0.7);
}

.text-pink-400\/75{
  color: rgb(244 114 182 / 0.75);
}

.text-pink-400\/80{
  color: rgb(244 114 182 / 0.8);
}

.text-pink-400\/90{
  color: rgb(244 114 182 / 0.9);
}

.text-pink-400\/95{
  color: rgb(244 114 182 / 0.95);
}

.text-pink-50{
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity));
}

.text-pink-50\/0{
  color: rgb(253 242 248 / 0);
}

.text-pink-50\/10{
  color: rgb(253 242 248 / 0.1);
}

.text-pink-50\/100{
  color: rgb(253 242 248 / 1);
}

.text-pink-50\/20{
  color: rgb(253 242 248 / 0.2);
}

.text-pink-50\/25{
  color: rgb(253 242 248 / 0.25);
}

.text-pink-50\/30{
  color: rgb(253 242 248 / 0.3);
}

.text-pink-50\/40{
  color: rgb(253 242 248 / 0.4);
}

.text-pink-50\/5{
  color: rgb(253 242 248 / 0.05);
}

.text-pink-50\/50{
  color: rgb(253 242 248 / 0.5);
}

.text-pink-50\/60{
  color: rgb(253 242 248 / 0.6);
}

.text-pink-50\/70{
  color: rgb(253 242 248 / 0.7);
}

.text-pink-50\/75{
  color: rgb(253 242 248 / 0.75);
}

.text-pink-50\/80{
  color: rgb(253 242 248 / 0.8);
}

.text-pink-50\/90{
  color: rgb(253 242 248 / 0.9);
}

.text-pink-50\/95{
  color: rgb(253 242 248 / 0.95);
}

.text-pink-500{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}

.text-pink-500\/0{
  color: rgb(236 72 153 / 0);
}

.text-pink-500\/10{
  color: rgb(236 72 153 / 0.1);
}

.text-pink-500\/100{
  color: rgb(236 72 153 / 1);
}

.text-pink-500\/20{
  color: rgb(236 72 153 / 0.2);
}

.text-pink-500\/25{
  color: rgb(236 72 153 / 0.25);
}

.text-pink-500\/30{
  color: rgb(236 72 153 / 0.3);
}

.text-pink-500\/40{
  color: rgb(236 72 153 / 0.4);
}

.text-pink-500\/5{
  color: rgb(236 72 153 / 0.05);
}

.text-pink-500\/50{
  color: rgb(236 72 153 / 0.5);
}

.text-pink-500\/60{
  color: rgb(236 72 153 / 0.6);
}

.text-pink-500\/70{
  color: rgb(236 72 153 / 0.7);
}

.text-pink-500\/75{
  color: rgb(236 72 153 / 0.75);
}

.text-pink-500\/80{
  color: rgb(236 72 153 / 0.8);
}

.text-pink-500\/90{
  color: rgb(236 72 153 / 0.9);
}

.text-pink-500\/95{
  color: rgb(236 72 153 / 0.95);
}

.text-pink-600{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}

.text-pink-600\/0{
  color: rgb(219 39 119 / 0);
}

.text-pink-600\/10{
  color: rgb(219 39 119 / 0.1);
}

.text-pink-600\/100{
  color: rgb(219 39 119 / 1);
}

.text-pink-600\/20{
  color: rgb(219 39 119 / 0.2);
}

.text-pink-600\/25{
  color: rgb(219 39 119 / 0.25);
}

.text-pink-600\/30{
  color: rgb(219 39 119 / 0.3);
}

.text-pink-600\/40{
  color: rgb(219 39 119 / 0.4);
}

.text-pink-600\/5{
  color: rgb(219 39 119 / 0.05);
}

.text-pink-600\/50{
  color: rgb(219 39 119 / 0.5);
}

.text-pink-600\/60{
  color: rgb(219 39 119 / 0.6);
}

.text-pink-600\/70{
  color: rgb(219 39 119 / 0.7);
}

.text-pink-600\/75{
  color: rgb(219 39 119 / 0.75);
}

.text-pink-600\/80{
  color: rgb(219 39 119 / 0.8);
}

.text-pink-600\/90{
  color: rgb(219 39 119 / 0.9);
}

.text-pink-600\/95{
  color: rgb(219 39 119 / 0.95);
}

.text-pink-700{
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}

.text-pink-700\/0{
  color: rgb(190 24 93 / 0);
}

.text-pink-700\/10{
  color: rgb(190 24 93 / 0.1);
}

.text-pink-700\/100{
  color: rgb(190 24 93 / 1);
}

.text-pink-700\/20{
  color: rgb(190 24 93 / 0.2);
}

.text-pink-700\/25{
  color: rgb(190 24 93 / 0.25);
}

.text-pink-700\/30{
  color: rgb(190 24 93 / 0.3);
}

.text-pink-700\/40{
  color: rgb(190 24 93 / 0.4);
}

.text-pink-700\/5{
  color: rgb(190 24 93 / 0.05);
}

.text-pink-700\/50{
  color: rgb(190 24 93 / 0.5);
}

.text-pink-700\/60{
  color: rgb(190 24 93 / 0.6);
}

.text-pink-700\/70{
  color: rgb(190 24 93 / 0.7);
}

.text-pink-700\/75{
  color: rgb(190 24 93 / 0.75);
}

.text-pink-700\/80{
  color: rgb(190 24 93 / 0.8);
}

.text-pink-700\/90{
  color: rgb(190 24 93 / 0.9);
}

.text-pink-700\/95{
  color: rgb(190 24 93 / 0.95);
}

.text-pink-800{
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
}

.text-pink-800\/0{
  color: rgb(157 23 77 / 0);
}

.text-pink-800\/10{
  color: rgb(157 23 77 / 0.1);
}

.text-pink-800\/100{
  color: rgb(157 23 77 / 1);
}

.text-pink-800\/20{
  color: rgb(157 23 77 / 0.2);
}

.text-pink-800\/25{
  color: rgb(157 23 77 / 0.25);
}

.text-pink-800\/30{
  color: rgb(157 23 77 / 0.3);
}

.text-pink-800\/40{
  color: rgb(157 23 77 / 0.4);
}

.text-pink-800\/5{
  color: rgb(157 23 77 / 0.05);
}

.text-pink-800\/50{
  color: rgb(157 23 77 / 0.5);
}

.text-pink-800\/60{
  color: rgb(157 23 77 / 0.6);
}

.text-pink-800\/70{
  color: rgb(157 23 77 / 0.7);
}

.text-pink-800\/75{
  color: rgb(157 23 77 / 0.75);
}

.text-pink-800\/80{
  color: rgb(157 23 77 / 0.8);
}

.text-pink-800\/90{
  color: rgb(157 23 77 / 0.9);
}

.text-pink-800\/95{
  color: rgb(157 23 77 / 0.95);
}

.text-pink-900{
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity));
}

.text-pink-900\/0{
  color: rgb(131 24 67 / 0);
}

.text-pink-900\/10{
  color: rgb(131 24 67 / 0.1);
}

.text-pink-900\/100{
  color: rgb(131 24 67 / 1);
}

.text-pink-900\/20{
  color: rgb(131 24 67 / 0.2);
}

.text-pink-900\/25{
  color: rgb(131 24 67 / 0.25);
}

.text-pink-900\/30{
  color: rgb(131 24 67 / 0.3);
}

.text-pink-900\/40{
  color: rgb(131 24 67 / 0.4);
}

.text-pink-900\/5{
  color: rgb(131 24 67 / 0.05);
}

.text-pink-900\/50{
  color: rgb(131 24 67 / 0.5);
}

.text-pink-900\/60{
  color: rgb(131 24 67 / 0.6);
}

.text-pink-900\/70{
  color: rgb(131 24 67 / 0.7);
}

.text-pink-900\/75{
  color: rgb(131 24 67 / 0.75);
}

.text-pink-900\/80{
  color: rgb(131 24 67 / 0.8);
}

.text-pink-900\/90{
  color: rgb(131 24 67 / 0.9);
}

.text-pink-900\/95{
  color: rgb(131 24 67 / 0.95);
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-purple-100{
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}

.text-purple-100\/0{
  color: rgb(243 232 255 / 0);
}

.text-purple-100\/10{
  color: rgb(243 232 255 / 0.1);
}

.text-purple-100\/100{
  color: rgb(243 232 255 / 1);
}

.text-purple-100\/20{
  color: rgb(243 232 255 / 0.2);
}

.text-purple-100\/25{
  color: rgb(243 232 255 / 0.25);
}

.text-purple-100\/30{
  color: rgb(243 232 255 / 0.3);
}

.text-purple-100\/40{
  color: rgb(243 232 255 / 0.4);
}

.text-purple-100\/5{
  color: rgb(243 232 255 / 0.05);
}

.text-purple-100\/50{
  color: rgb(243 232 255 / 0.5);
}

.text-purple-100\/60{
  color: rgb(243 232 255 / 0.6);
}

.text-purple-100\/70{
  color: rgb(243 232 255 / 0.7);
}

.text-purple-100\/75{
  color: rgb(243 232 255 / 0.75);
}

.text-purple-100\/80{
  color: rgb(243 232 255 / 0.8);
}

.text-purple-100\/90{
  color: rgb(243 232 255 / 0.9);
}

.text-purple-100\/95{
  color: rgb(243 232 255 / 0.95);
}

.text-purple-200{
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}

.text-purple-200\/0{
  color: rgb(233 213 255 / 0);
}

.text-purple-200\/10{
  color: rgb(233 213 255 / 0.1);
}

.text-purple-200\/100{
  color: rgb(233 213 255 / 1);
}

.text-purple-200\/20{
  color: rgb(233 213 255 / 0.2);
}

.text-purple-200\/25{
  color: rgb(233 213 255 / 0.25);
}

.text-purple-200\/30{
  color: rgb(233 213 255 / 0.3);
}

.text-purple-200\/40{
  color: rgb(233 213 255 / 0.4);
}

.text-purple-200\/5{
  color: rgb(233 213 255 / 0.05);
}

.text-purple-200\/50{
  color: rgb(233 213 255 / 0.5);
}

.text-purple-200\/60{
  color: rgb(233 213 255 / 0.6);
}

.text-purple-200\/70{
  color: rgb(233 213 255 / 0.7);
}

.text-purple-200\/75{
  color: rgb(233 213 255 / 0.75);
}

.text-purple-200\/80{
  color: rgb(233 213 255 / 0.8);
}

.text-purple-200\/90{
  color: rgb(233 213 255 / 0.9);
}

.text-purple-200\/95{
  color: rgb(233 213 255 / 0.95);
}

.text-purple-300{
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}

.text-purple-300\/0{
  color: rgb(216 180 254 / 0);
}

.text-purple-300\/10{
  color: rgb(216 180 254 / 0.1);
}

.text-purple-300\/100{
  color: rgb(216 180 254 / 1);
}

.text-purple-300\/20{
  color: rgb(216 180 254 / 0.2);
}

.text-purple-300\/25{
  color: rgb(216 180 254 / 0.25);
}

.text-purple-300\/30{
  color: rgb(216 180 254 / 0.3);
}

.text-purple-300\/40{
  color: rgb(216 180 254 / 0.4);
}

.text-purple-300\/5{
  color: rgb(216 180 254 / 0.05);
}

.text-purple-300\/50{
  color: rgb(216 180 254 / 0.5);
}

.text-purple-300\/60{
  color: rgb(216 180 254 / 0.6);
}

.text-purple-300\/70{
  color: rgb(216 180 254 / 0.7);
}

.text-purple-300\/75{
  color: rgb(216 180 254 / 0.75);
}

.text-purple-300\/80{
  color: rgb(216 180 254 / 0.8);
}

.text-purple-300\/90{
  color: rgb(216 180 254 / 0.9);
}

.text-purple-300\/95{
  color: rgb(216 180 254 / 0.95);
}

.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}

.text-purple-400\/0{
  color: rgb(192 132 252 / 0);
}

.text-purple-400\/10{
  color: rgb(192 132 252 / 0.1);
}

.text-purple-400\/100{
  color: rgb(192 132 252 / 1);
}

.text-purple-400\/20{
  color: rgb(192 132 252 / 0.2);
}

.text-purple-400\/25{
  color: rgb(192 132 252 / 0.25);
}

.text-purple-400\/30{
  color: rgb(192 132 252 / 0.3);
}

.text-purple-400\/40{
  color: rgb(192 132 252 / 0.4);
}

.text-purple-400\/5{
  color: rgb(192 132 252 / 0.05);
}

.text-purple-400\/50{
  color: rgb(192 132 252 / 0.5);
}

.text-purple-400\/60{
  color: rgb(192 132 252 / 0.6);
}

.text-purple-400\/70{
  color: rgb(192 132 252 / 0.7);
}

.text-purple-400\/75{
  color: rgb(192 132 252 / 0.75);
}

.text-purple-400\/80{
  color: rgb(192 132 252 / 0.8);
}

.text-purple-400\/90{
  color: rgb(192 132 252 / 0.9);
}

.text-purple-400\/95{
  color: rgb(192 132 252 / 0.95);
}

.text-purple-50{
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity));
}

.text-purple-50\/0{
  color: rgb(250 245 255 / 0);
}

.text-purple-50\/10{
  color: rgb(250 245 255 / 0.1);
}

.text-purple-50\/100{
  color: rgb(250 245 255 / 1);
}

.text-purple-50\/20{
  color: rgb(250 245 255 / 0.2);
}

.text-purple-50\/25{
  color: rgb(250 245 255 / 0.25);
}

.text-purple-50\/30{
  color: rgb(250 245 255 / 0.3);
}

.text-purple-50\/40{
  color: rgb(250 245 255 / 0.4);
}

.text-purple-50\/5{
  color: rgb(250 245 255 / 0.05);
}

.text-purple-50\/50{
  color: rgb(250 245 255 / 0.5);
}

.text-purple-50\/60{
  color: rgb(250 245 255 / 0.6);
}

.text-purple-50\/70{
  color: rgb(250 245 255 / 0.7);
}

.text-purple-50\/75{
  color: rgb(250 245 255 / 0.75);
}

.text-purple-50\/80{
  color: rgb(250 245 255 / 0.8);
}

.text-purple-50\/90{
  color: rgb(250 245 255 / 0.9);
}

.text-purple-50\/95{
  color: rgb(250 245 255 / 0.95);
}

.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}

.text-purple-500\/0{
  color: rgb(168 85 247 / 0);
}

.text-purple-500\/10{
  color: rgb(168 85 247 / 0.1);
}

.text-purple-500\/100{
  color: rgb(168 85 247 / 1);
}

.text-purple-500\/20{
  color: rgb(168 85 247 / 0.2);
}

.text-purple-500\/25{
  color: rgb(168 85 247 / 0.25);
}

.text-purple-500\/30{
  color: rgb(168 85 247 / 0.3);
}

.text-purple-500\/40{
  color: rgb(168 85 247 / 0.4);
}

.text-purple-500\/5{
  color: rgb(168 85 247 / 0.05);
}

.text-purple-500\/50{
  color: rgb(168 85 247 / 0.5);
}

.text-purple-500\/60{
  color: rgb(168 85 247 / 0.6);
}

.text-purple-500\/70{
  color: rgb(168 85 247 / 0.7);
}

.text-purple-500\/75{
  color: rgb(168 85 247 / 0.75);
}

.text-purple-500\/80{
  color: rgb(168 85 247 / 0.8);
}

.text-purple-500\/90{
  color: rgb(168 85 247 / 0.9);
}

.text-purple-500\/95{
  color: rgb(168 85 247 / 0.95);
}

.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}

.text-purple-600\/0{
  color: rgb(147 51 234 / 0);
}

.text-purple-600\/10{
  color: rgb(147 51 234 / 0.1);
}

.text-purple-600\/100{
  color: rgb(147 51 234 / 1);
}

.text-purple-600\/20{
  color: rgb(147 51 234 / 0.2);
}

.text-purple-600\/25{
  color: rgb(147 51 234 / 0.25);
}

.text-purple-600\/30{
  color: rgb(147 51 234 / 0.3);
}

.text-purple-600\/40{
  color: rgb(147 51 234 / 0.4);
}

.text-purple-600\/5{
  color: rgb(147 51 234 / 0.05);
}

.text-purple-600\/50{
  color: rgb(147 51 234 / 0.5);
}

.text-purple-600\/60{
  color: rgb(147 51 234 / 0.6);
}

.text-purple-600\/70{
  color: rgb(147 51 234 / 0.7);
}

.text-purple-600\/75{
  color: rgb(147 51 234 / 0.75);
}

.text-purple-600\/80{
  color: rgb(147 51 234 / 0.8);
}

.text-purple-600\/90{
  color: rgb(147 51 234 / 0.9);
}

.text-purple-600\/95{
  color: rgb(147 51 234 / 0.95);
}

.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}

.text-purple-700\/0{
  color: rgb(126 34 206 / 0);
}

.text-purple-700\/10{
  color: rgb(126 34 206 / 0.1);
}

.text-purple-700\/100{
  color: rgb(126 34 206 / 1);
}

.text-purple-700\/20{
  color: rgb(126 34 206 / 0.2);
}

.text-purple-700\/25{
  color: rgb(126 34 206 / 0.25);
}

.text-purple-700\/30{
  color: rgb(126 34 206 / 0.3);
}

.text-purple-700\/40{
  color: rgb(126 34 206 / 0.4);
}

.text-purple-700\/5{
  color: rgb(126 34 206 / 0.05);
}

.text-purple-700\/50{
  color: rgb(126 34 206 / 0.5);
}

.text-purple-700\/60{
  color: rgb(126 34 206 / 0.6);
}

.text-purple-700\/70{
  color: rgb(126 34 206 / 0.7);
}

.text-purple-700\/75{
  color: rgb(126 34 206 / 0.75);
}

.text-purple-700\/80{
  color: rgb(126 34 206 / 0.8);
}

.text-purple-700\/90{
  color: rgb(126 34 206 / 0.9);
}

.text-purple-700\/95{
  color: rgb(126 34 206 / 0.95);
}

.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}

.text-purple-800\/0{
  color: rgb(107 33 168 / 0);
}

.text-purple-800\/10{
  color: rgb(107 33 168 / 0.1);
}

.text-purple-800\/100{
  color: rgb(107 33 168 / 1);
}

.text-purple-800\/20{
  color: rgb(107 33 168 / 0.2);
}

.text-purple-800\/25{
  color: rgb(107 33 168 / 0.25);
}

.text-purple-800\/30{
  color: rgb(107 33 168 / 0.3);
}

.text-purple-800\/40{
  color: rgb(107 33 168 / 0.4);
}

.text-purple-800\/5{
  color: rgb(107 33 168 / 0.05);
}

.text-purple-800\/50{
  color: rgb(107 33 168 / 0.5);
}

.text-purple-800\/60{
  color: rgb(107 33 168 / 0.6);
}

.text-purple-800\/70{
  color: rgb(107 33 168 / 0.7);
}

.text-purple-800\/75{
  color: rgb(107 33 168 / 0.75);
}

.text-purple-800\/80{
  color: rgb(107 33 168 / 0.8);
}

.text-purple-800\/90{
  color: rgb(107 33 168 / 0.9);
}

.text-purple-800\/95{
  color: rgb(107 33 168 / 0.95);
}

.text-purple-900{
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}

.text-purple-900\/0{
  color: rgb(88 28 135 / 0);
}

.text-purple-900\/10{
  color: rgb(88 28 135 / 0.1);
}

.text-purple-900\/100{
  color: rgb(88 28 135 / 1);
}

.text-purple-900\/20{
  color: rgb(88 28 135 / 0.2);
}

.text-purple-900\/25{
  color: rgb(88 28 135 / 0.25);
}

.text-purple-900\/30{
  color: rgb(88 28 135 / 0.3);
}

.text-purple-900\/40{
  color: rgb(88 28 135 / 0.4);
}

.text-purple-900\/5{
  color: rgb(88 28 135 / 0.05);
}

.text-purple-900\/50{
  color: rgb(88 28 135 / 0.5);
}

.text-purple-900\/60{
  color: rgb(88 28 135 / 0.6);
}

.text-purple-900\/70{
  color: rgb(88 28 135 / 0.7);
}

.text-purple-900\/75{
  color: rgb(88 28 135 / 0.75);
}

.text-purple-900\/80{
  color: rgb(88 28 135 / 0.8);
}

.text-purple-900\/90{
  color: rgb(88 28 135 / 0.9);
}

.text-purple-900\/95{
  color: rgb(88 28 135 / 0.95);
}

.text-recurved_dark_green{
  --tw-text-opacity: 1;
  color: rgb(35 63 75 / var(--tw-text-opacity));
}

.text-red-100{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}

.text-red-100\/0{
  color: rgb(254 226 226 / 0);
}

.text-red-100\/10{
  color: rgb(254 226 226 / 0.1);
}

.text-red-100\/100{
  color: rgb(254 226 226 / 1);
}

.text-red-100\/20{
  color: rgb(254 226 226 / 0.2);
}

.text-red-100\/25{
  color: rgb(254 226 226 / 0.25);
}

.text-red-100\/30{
  color: rgb(254 226 226 / 0.3);
}

.text-red-100\/40{
  color: rgb(254 226 226 / 0.4);
}

.text-red-100\/5{
  color: rgb(254 226 226 / 0.05);
}

.text-red-100\/50{
  color: rgb(254 226 226 / 0.5);
}

.text-red-100\/60{
  color: rgb(254 226 226 / 0.6);
}

.text-red-100\/70{
  color: rgb(254 226 226 / 0.7);
}

.text-red-100\/75{
  color: rgb(254 226 226 / 0.75);
}

.text-red-100\/80{
  color: rgb(254 226 226 / 0.8);
}

.text-red-100\/90{
  color: rgb(254 226 226 / 0.9);
}

.text-red-100\/95{
  color: rgb(254 226 226 / 0.95);
}

.text-red-200{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}

.text-red-200\/0{
  color: rgb(254 202 202 / 0);
}

.text-red-200\/10{
  color: rgb(254 202 202 / 0.1);
}

.text-red-200\/100{
  color: rgb(254 202 202 / 1);
}

.text-red-200\/20{
  color: rgb(254 202 202 / 0.2);
}

.text-red-200\/25{
  color: rgb(254 202 202 / 0.25);
}

.text-red-200\/30{
  color: rgb(254 202 202 / 0.3);
}

.text-red-200\/40{
  color: rgb(254 202 202 / 0.4);
}

.text-red-200\/5{
  color: rgb(254 202 202 / 0.05);
}

.text-red-200\/50{
  color: rgb(254 202 202 / 0.5);
}

.text-red-200\/60{
  color: rgb(254 202 202 / 0.6);
}

.text-red-200\/70{
  color: rgb(254 202 202 / 0.7);
}

.text-red-200\/75{
  color: rgb(254 202 202 / 0.75);
}

.text-red-200\/80{
  color: rgb(254 202 202 / 0.8);
}

.text-red-200\/90{
  color: rgb(254 202 202 / 0.9);
}

.text-red-200\/95{
  color: rgb(254 202 202 / 0.95);
}

.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.text-red-300\/0{
  color: rgb(252 165 165 / 0);
}

.text-red-300\/10{
  color: rgb(252 165 165 / 0.1);
}

.text-red-300\/100{
  color: rgb(252 165 165 / 1);
}

.text-red-300\/20{
  color: rgb(252 165 165 / 0.2);
}

.text-red-300\/25{
  color: rgb(252 165 165 / 0.25);
}

.text-red-300\/30{
  color: rgb(252 165 165 / 0.3);
}

.text-red-300\/40{
  color: rgb(252 165 165 / 0.4);
}

.text-red-300\/5{
  color: rgb(252 165 165 / 0.05);
}

.text-red-300\/50{
  color: rgb(252 165 165 / 0.5);
}

.text-red-300\/60{
  color: rgb(252 165 165 / 0.6);
}

.text-red-300\/70{
  color: rgb(252 165 165 / 0.7);
}

.text-red-300\/75{
  color: rgb(252 165 165 / 0.75);
}

.text-red-300\/80{
  color: rgb(252 165 165 / 0.8);
}

.text-red-300\/90{
  color: rgb(252 165 165 / 0.9);
}

.text-red-300\/95{
  color: rgb(252 165 165 / 0.95);
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-red-400\/0{
  color: rgb(248 113 113 / 0);
}

.text-red-400\/10{
  color: rgb(248 113 113 / 0.1);
}

.text-red-400\/100{
  color: rgb(248 113 113 / 1);
}

.text-red-400\/20{
  color: rgb(248 113 113 / 0.2);
}

.text-red-400\/25{
  color: rgb(248 113 113 / 0.25);
}

.text-red-400\/30{
  color: rgb(248 113 113 / 0.3);
}

.text-red-400\/40{
  color: rgb(248 113 113 / 0.4);
}

.text-red-400\/5{
  color: rgb(248 113 113 / 0.05);
}

.text-red-400\/50{
  color: rgb(248 113 113 / 0.5);
}

.text-red-400\/60{
  color: rgb(248 113 113 / 0.6);
}

.text-red-400\/70{
  color: rgb(248 113 113 / 0.7);
}

.text-red-400\/75{
  color: rgb(248 113 113 / 0.75);
}

.text-red-400\/80{
  color: rgb(248 113 113 / 0.8);
}

.text-red-400\/90{
  color: rgb(248 113 113 / 0.9);
}

.text-red-400\/95{
  color: rgb(248 113 113 / 0.95);
}

.text-red-50{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}

.text-red-50\/0{
  color: rgb(254 242 242 / 0);
}

.text-red-50\/10{
  color: rgb(254 242 242 / 0.1);
}

.text-red-50\/100{
  color: rgb(254 242 242 / 1);
}

.text-red-50\/20{
  color: rgb(254 242 242 / 0.2);
}

.text-red-50\/25{
  color: rgb(254 242 242 / 0.25);
}

.text-red-50\/30{
  color: rgb(254 242 242 / 0.3);
}

.text-red-50\/40{
  color: rgb(254 242 242 / 0.4);
}

.text-red-50\/5{
  color: rgb(254 242 242 / 0.05);
}

.text-red-50\/50{
  color: rgb(254 242 242 / 0.5);
}

.text-red-50\/60{
  color: rgb(254 242 242 / 0.6);
}

.text-red-50\/70{
  color: rgb(254 242 242 / 0.7);
}

.text-red-50\/75{
  color: rgb(254 242 242 / 0.75);
}

.text-red-50\/80{
  color: rgb(254 242 242 / 0.8);
}

.text-red-50\/90{
  color: rgb(254 242 242 / 0.9);
}

.text-red-50\/95{
  color: rgb(254 242 242 / 0.95);
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-500\/0{
  color: rgb(239 68 68 / 0);
}

.text-red-500\/10{
  color: rgb(239 68 68 / 0.1);
}

.text-red-500\/100{
  color: rgb(239 68 68 / 1);
}

.text-red-500\/20{
  color: rgb(239 68 68 / 0.2);
}

.text-red-500\/25{
  color: rgb(239 68 68 / 0.25);
}

.text-red-500\/30{
  color: rgb(239 68 68 / 0.3);
}

.text-red-500\/40{
  color: rgb(239 68 68 / 0.4);
}

.text-red-500\/5{
  color: rgb(239 68 68 / 0.05);
}

.text-red-500\/50{
  color: rgb(239 68 68 / 0.5);
}

.text-red-500\/60{
  color: rgb(239 68 68 / 0.6);
}

.text-red-500\/70{
  color: rgb(239 68 68 / 0.7);
}

.text-red-500\/75{
  color: rgb(239 68 68 / 0.75);
}

.text-red-500\/80{
  color: rgb(239 68 68 / 0.8);
}

.text-red-500\/90{
  color: rgb(239 68 68 / 0.9);
}

.text-red-500\/95{
  color: rgb(239 68 68 / 0.95);
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-600\/0{
  color: rgb(220 38 38 / 0);
}

.text-red-600\/10{
  color: rgb(220 38 38 / 0.1);
}

.text-red-600\/100{
  color: rgb(220 38 38 / 1);
}

.text-red-600\/20{
  color: rgb(220 38 38 / 0.2);
}

.text-red-600\/25{
  color: rgb(220 38 38 / 0.25);
}

.text-red-600\/30{
  color: rgb(220 38 38 / 0.3);
}

.text-red-600\/40{
  color: rgb(220 38 38 / 0.4);
}

.text-red-600\/5{
  color: rgb(220 38 38 / 0.05);
}

.text-red-600\/50{
  color: rgb(220 38 38 / 0.5);
}

.text-red-600\/60{
  color: rgb(220 38 38 / 0.6);
}

.text-red-600\/70{
  color: rgb(220 38 38 / 0.7);
}

.text-red-600\/75{
  color: rgb(220 38 38 / 0.75);
}

.text-red-600\/80{
  color: rgb(220 38 38 / 0.8);
}

.text-red-600\/90{
  color: rgb(220 38 38 / 0.9);
}

.text-red-600\/95{
  color: rgb(220 38 38 / 0.95);
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-700\/0{
  color: rgb(185 28 28 / 0);
}

.text-red-700\/10{
  color: rgb(185 28 28 / 0.1);
}

.text-red-700\/100{
  color: rgb(185 28 28 / 1);
}

.text-red-700\/20{
  color: rgb(185 28 28 / 0.2);
}

.text-red-700\/25{
  color: rgb(185 28 28 / 0.25);
}

.text-red-700\/30{
  color: rgb(185 28 28 / 0.3);
}

.text-red-700\/40{
  color: rgb(185 28 28 / 0.4);
}

.text-red-700\/5{
  color: rgb(185 28 28 / 0.05);
}

.text-red-700\/50{
  color: rgb(185 28 28 / 0.5);
}

.text-red-700\/60{
  color: rgb(185 28 28 / 0.6);
}

.text-red-700\/70{
  color: rgb(185 28 28 / 0.7);
}

.text-red-700\/75{
  color: rgb(185 28 28 / 0.75);
}

.text-red-700\/80{
  color: rgb(185 28 28 / 0.8);
}

.text-red-700\/90{
  color: rgb(185 28 28 / 0.9);
}

.text-red-700\/95{
  color: rgb(185 28 28 / 0.95);
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-red-800\/0{
  color: rgb(153 27 27 / 0);
}

.text-red-800\/10{
  color: rgb(153 27 27 / 0.1);
}

.text-red-800\/100{
  color: rgb(153 27 27 / 1);
}

.text-red-800\/20{
  color: rgb(153 27 27 / 0.2);
}

.text-red-800\/25{
  color: rgb(153 27 27 / 0.25);
}

.text-red-800\/30{
  color: rgb(153 27 27 / 0.3);
}

.text-red-800\/40{
  color: rgb(153 27 27 / 0.4);
}

.text-red-800\/5{
  color: rgb(153 27 27 / 0.05);
}

.text-red-800\/50{
  color: rgb(153 27 27 / 0.5);
}

.text-red-800\/60{
  color: rgb(153 27 27 / 0.6);
}

.text-red-800\/70{
  color: rgb(153 27 27 / 0.7);
}

.text-red-800\/75{
  color: rgb(153 27 27 / 0.75);
}

.text-red-800\/80{
  color: rgb(153 27 27 / 0.8);
}

.text-red-800\/90{
  color: rgb(153 27 27 / 0.9);
}

.text-red-800\/95{
  color: rgb(153 27 27 / 0.95);
}

.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.text-red-900\/0{
  color: rgb(127 29 29 / 0);
}

.text-red-900\/10{
  color: rgb(127 29 29 / 0.1);
}

.text-red-900\/100{
  color: rgb(127 29 29 / 1);
}

.text-red-900\/20{
  color: rgb(127 29 29 / 0.2);
}

.text-red-900\/25{
  color: rgb(127 29 29 / 0.25);
}

.text-red-900\/30{
  color: rgb(127 29 29 / 0.3);
}

.text-red-900\/40{
  color: rgb(127 29 29 / 0.4);
}

.text-red-900\/5{
  color: rgb(127 29 29 / 0.05);
}

.text-red-900\/50{
  color: rgb(127 29 29 / 0.5);
}

.text-red-900\/60{
  color: rgb(127 29 29 / 0.6);
}

.text-red-900\/70{
  color: rgb(127 29 29 / 0.7);
}

.text-red-900\/75{
  color: rgb(127 29 29 / 0.75);
}

.text-red-900\/80{
  color: rgb(127 29 29 / 0.8);
}

.text-red-900\/90{
  color: rgb(127 29 29 / 0.9);
}

.text-red-900\/95{
  color: rgb(127 29 29 / 0.95);
}

.text-rose-100{
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}

.text-rose-100\/0{
  color: rgb(255 228 230 / 0);
}

.text-rose-100\/10{
  color: rgb(255 228 230 / 0.1);
}

.text-rose-100\/100{
  color: rgb(255 228 230 / 1);
}

.text-rose-100\/20{
  color: rgb(255 228 230 / 0.2);
}

.text-rose-100\/25{
  color: rgb(255 228 230 / 0.25);
}

.text-rose-100\/30{
  color: rgb(255 228 230 / 0.3);
}

.text-rose-100\/40{
  color: rgb(255 228 230 / 0.4);
}

.text-rose-100\/5{
  color: rgb(255 228 230 / 0.05);
}

.text-rose-100\/50{
  color: rgb(255 228 230 / 0.5);
}

.text-rose-100\/60{
  color: rgb(255 228 230 / 0.6);
}

.text-rose-100\/70{
  color: rgb(255 228 230 / 0.7);
}

.text-rose-100\/75{
  color: rgb(255 228 230 / 0.75);
}

.text-rose-100\/80{
  color: rgb(255 228 230 / 0.8);
}

.text-rose-100\/90{
  color: rgb(255 228 230 / 0.9);
}

.text-rose-100\/95{
  color: rgb(255 228 230 / 0.95);
}

.text-rose-200{
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity));
}

.text-rose-200\/0{
  color: rgb(254 205 211 / 0);
}

.text-rose-200\/10{
  color: rgb(254 205 211 / 0.1);
}

.text-rose-200\/100{
  color: rgb(254 205 211 / 1);
}

.text-rose-200\/20{
  color: rgb(254 205 211 / 0.2);
}

.text-rose-200\/25{
  color: rgb(254 205 211 / 0.25);
}

.text-rose-200\/30{
  color: rgb(254 205 211 / 0.3);
}

.text-rose-200\/40{
  color: rgb(254 205 211 / 0.4);
}

.text-rose-200\/5{
  color: rgb(254 205 211 / 0.05);
}

.text-rose-200\/50{
  color: rgb(254 205 211 / 0.5);
}

.text-rose-200\/60{
  color: rgb(254 205 211 / 0.6);
}

.text-rose-200\/70{
  color: rgb(254 205 211 / 0.7);
}

.text-rose-200\/75{
  color: rgb(254 205 211 / 0.75);
}

.text-rose-200\/80{
  color: rgb(254 205 211 / 0.8);
}

.text-rose-200\/90{
  color: rgb(254 205 211 / 0.9);
}

.text-rose-200\/95{
  color: rgb(254 205 211 / 0.95);
}

.text-rose-300{
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}

.text-rose-300\/0{
  color: rgb(253 164 175 / 0);
}

.text-rose-300\/10{
  color: rgb(253 164 175 / 0.1);
}

.text-rose-300\/100{
  color: rgb(253 164 175 / 1);
}

.text-rose-300\/20{
  color: rgb(253 164 175 / 0.2);
}

.text-rose-300\/25{
  color: rgb(253 164 175 / 0.25);
}

.text-rose-300\/30{
  color: rgb(253 164 175 / 0.3);
}

.text-rose-300\/40{
  color: rgb(253 164 175 / 0.4);
}

.text-rose-300\/5{
  color: rgb(253 164 175 / 0.05);
}

.text-rose-300\/50{
  color: rgb(253 164 175 / 0.5);
}

.text-rose-300\/60{
  color: rgb(253 164 175 / 0.6);
}

.text-rose-300\/70{
  color: rgb(253 164 175 / 0.7);
}

.text-rose-300\/75{
  color: rgb(253 164 175 / 0.75);
}

.text-rose-300\/80{
  color: rgb(253 164 175 / 0.8);
}

.text-rose-300\/90{
  color: rgb(253 164 175 / 0.9);
}

.text-rose-300\/95{
  color: rgb(253 164 175 / 0.95);
}

.text-rose-400{
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}

.text-rose-400\/0{
  color: rgb(251 113 133 / 0);
}

.text-rose-400\/10{
  color: rgb(251 113 133 / 0.1);
}

.text-rose-400\/100{
  color: rgb(251 113 133 / 1);
}

.text-rose-400\/20{
  color: rgb(251 113 133 / 0.2);
}

.text-rose-400\/25{
  color: rgb(251 113 133 / 0.25);
}

.text-rose-400\/30{
  color: rgb(251 113 133 / 0.3);
}

.text-rose-400\/40{
  color: rgb(251 113 133 / 0.4);
}

.text-rose-400\/5{
  color: rgb(251 113 133 / 0.05);
}

.text-rose-400\/50{
  color: rgb(251 113 133 / 0.5);
}

.text-rose-400\/60{
  color: rgb(251 113 133 / 0.6);
}

.text-rose-400\/70{
  color: rgb(251 113 133 / 0.7);
}

.text-rose-400\/75{
  color: rgb(251 113 133 / 0.75);
}

.text-rose-400\/80{
  color: rgb(251 113 133 / 0.8);
}

.text-rose-400\/90{
  color: rgb(251 113 133 / 0.9);
}

.text-rose-400\/95{
  color: rgb(251 113 133 / 0.95);
}

.text-rose-50{
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity));
}

.text-rose-50\/0{
  color: rgb(255 241 242 / 0);
}

.text-rose-50\/10{
  color: rgb(255 241 242 / 0.1);
}

.text-rose-50\/100{
  color: rgb(255 241 242 / 1);
}

.text-rose-50\/20{
  color: rgb(255 241 242 / 0.2);
}

.text-rose-50\/25{
  color: rgb(255 241 242 / 0.25);
}

.text-rose-50\/30{
  color: rgb(255 241 242 / 0.3);
}

.text-rose-50\/40{
  color: rgb(255 241 242 / 0.4);
}

.text-rose-50\/5{
  color: rgb(255 241 242 / 0.05);
}

.text-rose-50\/50{
  color: rgb(255 241 242 / 0.5);
}

.text-rose-50\/60{
  color: rgb(255 241 242 / 0.6);
}

.text-rose-50\/70{
  color: rgb(255 241 242 / 0.7);
}

.text-rose-50\/75{
  color: rgb(255 241 242 / 0.75);
}

.text-rose-50\/80{
  color: rgb(255 241 242 / 0.8);
}

.text-rose-50\/90{
  color: rgb(255 241 242 / 0.9);
}

.text-rose-50\/95{
  color: rgb(255 241 242 / 0.95);
}

.text-rose-500{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

.text-rose-500\/0{
  color: rgb(244 63 94 / 0);
}

.text-rose-500\/10{
  color: rgb(244 63 94 / 0.1);
}

.text-rose-500\/100{
  color: rgb(244 63 94 / 1);
}

.text-rose-500\/20{
  color: rgb(244 63 94 / 0.2);
}

.text-rose-500\/25{
  color: rgb(244 63 94 / 0.25);
}

.text-rose-500\/30{
  color: rgb(244 63 94 / 0.3);
}

.text-rose-500\/40{
  color: rgb(244 63 94 / 0.4);
}

.text-rose-500\/5{
  color: rgb(244 63 94 / 0.05);
}

.text-rose-500\/50{
  color: rgb(244 63 94 / 0.5);
}

.text-rose-500\/60{
  color: rgb(244 63 94 / 0.6);
}

.text-rose-500\/70{
  color: rgb(244 63 94 / 0.7);
}

.text-rose-500\/75{
  color: rgb(244 63 94 / 0.75);
}

.text-rose-500\/80{
  color: rgb(244 63 94 / 0.8);
}

.text-rose-500\/90{
  color: rgb(244 63 94 / 0.9);
}

.text-rose-500\/95{
  color: rgb(244 63 94 / 0.95);
}

.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

.text-rose-600\/0{
  color: rgb(225 29 72 / 0);
}

.text-rose-600\/10{
  color: rgb(225 29 72 / 0.1);
}

.text-rose-600\/100{
  color: rgb(225 29 72 / 1);
}

.text-rose-600\/20{
  color: rgb(225 29 72 / 0.2);
}

.text-rose-600\/25{
  color: rgb(225 29 72 / 0.25);
}

.text-rose-600\/30{
  color: rgb(225 29 72 / 0.3);
}

.text-rose-600\/40{
  color: rgb(225 29 72 / 0.4);
}

.text-rose-600\/5{
  color: rgb(225 29 72 / 0.05);
}

.text-rose-600\/50{
  color: rgb(225 29 72 / 0.5);
}

.text-rose-600\/60{
  color: rgb(225 29 72 / 0.6);
}

.text-rose-600\/70{
  color: rgb(225 29 72 / 0.7);
}

.text-rose-600\/75{
  color: rgb(225 29 72 / 0.75);
}

.text-rose-600\/80{
  color: rgb(225 29 72 / 0.8);
}

.text-rose-600\/90{
  color: rgb(225 29 72 / 0.9);
}

.text-rose-600\/95{
  color: rgb(225 29 72 / 0.95);
}

.text-rose-700{
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}

.text-rose-700\/0{
  color: rgb(190 18 60 / 0);
}

.text-rose-700\/10{
  color: rgb(190 18 60 / 0.1);
}

.text-rose-700\/100{
  color: rgb(190 18 60 / 1);
}

.text-rose-700\/20{
  color: rgb(190 18 60 / 0.2);
}

.text-rose-700\/25{
  color: rgb(190 18 60 / 0.25);
}

.text-rose-700\/30{
  color: rgb(190 18 60 / 0.3);
}

.text-rose-700\/40{
  color: rgb(190 18 60 / 0.4);
}

.text-rose-700\/5{
  color: rgb(190 18 60 / 0.05);
}

.text-rose-700\/50{
  color: rgb(190 18 60 / 0.5);
}

.text-rose-700\/60{
  color: rgb(190 18 60 / 0.6);
}

.text-rose-700\/70{
  color: rgb(190 18 60 / 0.7);
}

.text-rose-700\/75{
  color: rgb(190 18 60 / 0.75);
}

.text-rose-700\/80{
  color: rgb(190 18 60 / 0.8);
}

.text-rose-700\/90{
  color: rgb(190 18 60 / 0.9);
}

.text-rose-700\/95{
  color: rgb(190 18 60 / 0.95);
}

.text-rose-800{
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}

.text-rose-800\/0{
  color: rgb(159 18 57 / 0);
}

.text-rose-800\/10{
  color: rgb(159 18 57 / 0.1);
}

.text-rose-800\/100{
  color: rgb(159 18 57 / 1);
}

.text-rose-800\/20{
  color: rgb(159 18 57 / 0.2);
}

.text-rose-800\/25{
  color: rgb(159 18 57 / 0.25);
}

.text-rose-800\/30{
  color: rgb(159 18 57 / 0.3);
}

.text-rose-800\/40{
  color: rgb(159 18 57 / 0.4);
}

.text-rose-800\/5{
  color: rgb(159 18 57 / 0.05);
}

.text-rose-800\/50{
  color: rgb(159 18 57 / 0.5);
}

.text-rose-800\/60{
  color: rgb(159 18 57 / 0.6);
}

.text-rose-800\/70{
  color: rgb(159 18 57 / 0.7);
}

.text-rose-800\/75{
  color: rgb(159 18 57 / 0.75);
}

.text-rose-800\/80{
  color: rgb(159 18 57 / 0.8);
}

.text-rose-800\/90{
  color: rgb(159 18 57 / 0.9);
}

.text-rose-800\/95{
  color: rgb(159 18 57 / 0.95);
}

.text-rose-900{
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}

.text-rose-900\/0{
  color: rgb(136 19 55 / 0);
}

.text-rose-900\/10{
  color: rgb(136 19 55 / 0.1);
}

.text-rose-900\/100{
  color: rgb(136 19 55 / 1);
}

.text-rose-900\/20{
  color: rgb(136 19 55 / 0.2);
}

.text-rose-900\/25{
  color: rgb(136 19 55 / 0.25);
}

.text-rose-900\/30{
  color: rgb(136 19 55 / 0.3);
}

.text-rose-900\/40{
  color: rgb(136 19 55 / 0.4);
}

.text-rose-900\/5{
  color: rgb(136 19 55 / 0.05);
}

.text-rose-900\/50{
  color: rgb(136 19 55 / 0.5);
}

.text-rose-900\/60{
  color: rgb(136 19 55 / 0.6);
}

.text-rose-900\/70{
  color: rgb(136 19 55 / 0.7);
}

.text-rose-900\/75{
  color: rgb(136 19 55 / 0.75);
}

.text-rose-900\/80{
  color: rgb(136 19 55 / 0.8);
}

.text-rose-900\/90{
  color: rgb(136 19 55 / 0.9);
}

.text-rose-900\/95{
  color: rgb(136 19 55 / 0.95);
}

.text-sky-100{
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}

.text-sky-100\/0{
  color: rgb(224 242 254 / 0);
}

.text-sky-100\/10{
  color: rgb(224 242 254 / 0.1);
}

.text-sky-100\/100{
  color: rgb(224 242 254 / 1);
}

.text-sky-100\/20{
  color: rgb(224 242 254 / 0.2);
}

.text-sky-100\/25{
  color: rgb(224 242 254 / 0.25);
}

.text-sky-100\/30{
  color: rgb(224 242 254 / 0.3);
}

.text-sky-100\/40{
  color: rgb(224 242 254 / 0.4);
}

.text-sky-100\/5{
  color: rgb(224 242 254 / 0.05);
}

.text-sky-100\/50{
  color: rgb(224 242 254 / 0.5);
}

.text-sky-100\/60{
  color: rgb(224 242 254 / 0.6);
}

.text-sky-100\/70{
  color: rgb(224 242 254 / 0.7);
}

.text-sky-100\/75{
  color: rgb(224 242 254 / 0.75);
}

.text-sky-100\/80{
  color: rgb(224 242 254 / 0.8);
}

.text-sky-100\/90{
  color: rgb(224 242 254 / 0.9);
}

.text-sky-100\/95{
  color: rgb(224 242 254 / 0.95);
}

.text-sky-200{
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}

.text-sky-200\/0{
  color: rgb(186 230 253 / 0);
}

.text-sky-200\/10{
  color: rgb(186 230 253 / 0.1);
}

.text-sky-200\/100{
  color: rgb(186 230 253 / 1);
}

.text-sky-200\/20{
  color: rgb(186 230 253 / 0.2);
}

.text-sky-200\/25{
  color: rgb(186 230 253 / 0.25);
}

.text-sky-200\/30{
  color: rgb(186 230 253 / 0.3);
}

.text-sky-200\/40{
  color: rgb(186 230 253 / 0.4);
}

.text-sky-200\/5{
  color: rgb(186 230 253 / 0.05);
}

.text-sky-200\/50{
  color: rgb(186 230 253 / 0.5);
}

.text-sky-200\/60{
  color: rgb(186 230 253 / 0.6);
}

.text-sky-200\/70{
  color: rgb(186 230 253 / 0.7);
}

.text-sky-200\/75{
  color: rgb(186 230 253 / 0.75);
}

.text-sky-200\/80{
  color: rgb(186 230 253 / 0.8);
}

.text-sky-200\/90{
  color: rgb(186 230 253 / 0.9);
}

.text-sky-200\/95{
  color: rgb(186 230 253 / 0.95);
}

.text-sky-300{
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}

.text-sky-300\/0{
  color: rgb(125 211 252 / 0);
}

.text-sky-300\/10{
  color: rgb(125 211 252 / 0.1);
}

.text-sky-300\/100{
  color: rgb(125 211 252 / 1);
}

.text-sky-300\/20{
  color: rgb(125 211 252 / 0.2);
}

.text-sky-300\/25{
  color: rgb(125 211 252 / 0.25);
}

.text-sky-300\/30{
  color: rgb(125 211 252 / 0.3);
}

.text-sky-300\/40{
  color: rgb(125 211 252 / 0.4);
}

.text-sky-300\/5{
  color: rgb(125 211 252 / 0.05);
}

.text-sky-300\/50{
  color: rgb(125 211 252 / 0.5);
}

.text-sky-300\/60{
  color: rgb(125 211 252 / 0.6);
}

.text-sky-300\/70{
  color: rgb(125 211 252 / 0.7);
}

.text-sky-300\/75{
  color: rgb(125 211 252 / 0.75);
}

.text-sky-300\/80{
  color: rgb(125 211 252 / 0.8);
}

.text-sky-300\/90{
  color: rgb(125 211 252 / 0.9);
}

.text-sky-300\/95{
  color: rgb(125 211 252 / 0.95);
}

.text-sky-400{
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}

.text-sky-400\/0{
  color: rgb(56 189 248 / 0);
}

.text-sky-400\/10{
  color: rgb(56 189 248 / 0.1);
}

.text-sky-400\/100{
  color: rgb(56 189 248 / 1);
}

.text-sky-400\/20{
  color: rgb(56 189 248 / 0.2);
}

.text-sky-400\/25{
  color: rgb(56 189 248 / 0.25);
}

.text-sky-400\/30{
  color: rgb(56 189 248 / 0.3);
}

.text-sky-400\/40{
  color: rgb(56 189 248 / 0.4);
}

.text-sky-400\/5{
  color: rgb(56 189 248 / 0.05);
}

.text-sky-400\/50{
  color: rgb(56 189 248 / 0.5);
}

.text-sky-400\/60{
  color: rgb(56 189 248 / 0.6);
}

.text-sky-400\/70{
  color: rgb(56 189 248 / 0.7);
}

.text-sky-400\/75{
  color: rgb(56 189 248 / 0.75);
}

.text-sky-400\/80{
  color: rgb(56 189 248 / 0.8);
}

.text-sky-400\/90{
  color: rgb(56 189 248 / 0.9);
}

.text-sky-400\/95{
  color: rgb(56 189 248 / 0.95);
}

.text-sky-50{
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}

.text-sky-50\/0{
  color: rgb(240 249 255 / 0);
}

.text-sky-50\/10{
  color: rgb(240 249 255 / 0.1);
}

.text-sky-50\/100{
  color: rgb(240 249 255 / 1);
}

.text-sky-50\/20{
  color: rgb(240 249 255 / 0.2);
}

.text-sky-50\/25{
  color: rgb(240 249 255 / 0.25);
}

.text-sky-50\/30{
  color: rgb(240 249 255 / 0.3);
}

.text-sky-50\/40{
  color: rgb(240 249 255 / 0.4);
}

.text-sky-50\/5{
  color: rgb(240 249 255 / 0.05);
}

.text-sky-50\/50{
  color: rgb(240 249 255 / 0.5);
}

.text-sky-50\/60{
  color: rgb(240 249 255 / 0.6);
}

.text-sky-50\/70{
  color: rgb(240 249 255 / 0.7);
}

.text-sky-50\/75{
  color: rgb(240 249 255 / 0.75);
}

.text-sky-50\/80{
  color: rgb(240 249 255 / 0.8);
}

.text-sky-50\/90{
  color: rgb(240 249 255 / 0.9);
}

.text-sky-50\/95{
  color: rgb(240 249 255 / 0.95);
}

.text-sky-500{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

.text-sky-500\/0{
  color: rgb(14 165 233 / 0);
}

.text-sky-500\/10{
  color: rgb(14 165 233 / 0.1);
}

.text-sky-500\/100{
  color: rgb(14 165 233 / 1);
}

.text-sky-500\/20{
  color: rgb(14 165 233 / 0.2);
}

.text-sky-500\/25{
  color: rgb(14 165 233 / 0.25);
}

.text-sky-500\/30{
  color: rgb(14 165 233 / 0.3);
}

.text-sky-500\/40{
  color: rgb(14 165 233 / 0.4);
}

.text-sky-500\/5{
  color: rgb(14 165 233 / 0.05);
}

.text-sky-500\/50{
  color: rgb(14 165 233 / 0.5);
}

.text-sky-500\/60{
  color: rgb(14 165 233 / 0.6);
}

.text-sky-500\/70{
  color: rgb(14 165 233 / 0.7);
}

.text-sky-500\/75{
  color: rgb(14 165 233 / 0.75);
}

.text-sky-500\/80{
  color: rgb(14 165 233 / 0.8);
}

.text-sky-500\/90{
  color: rgb(14 165 233 / 0.9);
}

.text-sky-500\/95{
  color: rgb(14 165 233 / 0.95);
}

.text-sky-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.text-sky-600\/0{
  color: rgb(2 132 199 / 0);
}

.text-sky-600\/10{
  color: rgb(2 132 199 / 0.1);
}

.text-sky-600\/100{
  color: rgb(2 132 199 / 1);
}

.text-sky-600\/20{
  color: rgb(2 132 199 / 0.2);
}

.text-sky-600\/25{
  color: rgb(2 132 199 / 0.25);
}

.text-sky-600\/30{
  color: rgb(2 132 199 / 0.3);
}

.text-sky-600\/40{
  color: rgb(2 132 199 / 0.4);
}

.text-sky-600\/5{
  color: rgb(2 132 199 / 0.05);
}

.text-sky-600\/50{
  color: rgb(2 132 199 / 0.5);
}

.text-sky-600\/60{
  color: rgb(2 132 199 / 0.6);
}

.text-sky-600\/70{
  color: rgb(2 132 199 / 0.7);
}

.text-sky-600\/75{
  color: rgb(2 132 199 / 0.75);
}

.text-sky-600\/80{
  color: rgb(2 132 199 / 0.8);
}

.text-sky-600\/90{
  color: rgb(2 132 199 / 0.9);
}

.text-sky-600\/95{
  color: rgb(2 132 199 / 0.95);
}

.text-sky-700{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

.text-sky-700\/0{
  color: rgb(3 105 161 / 0);
}

.text-sky-700\/10{
  color: rgb(3 105 161 / 0.1);
}

.text-sky-700\/100{
  color: rgb(3 105 161 / 1);
}

.text-sky-700\/20{
  color: rgb(3 105 161 / 0.2);
}

.text-sky-700\/25{
  color: rgb(3 105 161 / 0.25);
}

.text-sky-700\/30{
  color: rgb(3 105 161 / 0.3);
}

.text-sky-700\/40{
  color: rgb(3 105 161 / 0.4);
}

.text-sky-700\/5{
  color: rgb(3 105 161 / 0.05);
}

.text-sky-700\/50{
  color: rgb(3 105 161 / 0.5);
}

.text-sky-700\/60{
  color: rgb(3 105 161 / 0.6);
}

.text-sky-700\/70{
  color: rgb(3 105 161 / 0.7);
}

.text-sky-700\/75{
  color: rgb(3 105 161 / 0.75);
}

.text-sky-700\/80{
  color: rgb(3 105 161 / 0.8);
}

.text-sky-700\/90{
  color: rgb(3 105 161 / 0.9);
}

.text-sky-700\/95{
  color: rgb(3 105 161 / 0.95);
}

.text-sky-800{
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}

.text-sky-800\/0{
  color: rgb(7 89 133 / 0);
}

.text-sky-800\/10{
  color: rgb(7 89 133 / 0.1);
}

.text-sky-800\/100{
  color: rgb(7 89 133 / 1);
}

.text-sky-800\/20{
  color: rgb(7 89 133 / 0.2);
}

.text-sky-800\/25{
  color: rgb(7 89 133 / 0.25);
}

.text-sky-800\/30{
  color: rgb(7 89 133 / 0.3);
}

.text-sky-800\/40{
  color: rgb(7 89 133 / 0.4);
}

.text-sky-800\/5{
  color: rgb(7 89 133 / 0.05);
}

.text-sky-800\/50{
  color: rgb(7 89 133 / 0.5);
}

.text-sky-800\/60{
  color: rgb(7 89 133 / 0.6);
}

.text-sky-800\/70{
  color: rgb(7 89 133 / 0.7);
}

.text-sky-800\/75{
  color: rgb(7 89 133 / 0.75);
}

.text-sky-800\/80{
  color: rgb(7 89 133 / 0.8);
}

.text-sky-800\/90{
  color: rgb(7 89 133 / 0.9);
}

.text-sky-800\/95{
  color: rgb(7 89 133 / 0.95);
}

.text-sky-900{
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

.text-sky-900\/0{
  color: rgb(12 74 110 / 0);
}

.text-sky-900\/10{
  color: rgb(12 74 110 / 0.1);
}

.text-sky-900\/100{
  color: rgb(12 74 110 / 1);
}

.text-sky-900\/20{
  color: rgb(12 74 110 / 0.2);
}

.text-sky-900\/25{
  color: rgb(12 74 110 / 0.25);
}

.text-sky-900\/30{
  color: rgb(12 74 110 / 0.3);
}

.text-sky-900\/40{
  color: rgb(12 74 110 / 0.4);
}

.text-sky-900\/5{
  color: rgb(12 74 110 / 0.05);
}

.text-sky-900\/50{
  color: rgb(12 74 110 / 0.5);
}

.text-sky-900\/60{
  color: rgb(12 74 110 / 0.6);
}

.text-sky-900\/70{
  color: rgb(12 74 110 / 0.7);
}

.text-sky-900\/75{
  color: rgb(12 74 110 / 0.75);
}

.text-sky-900\/80{
  color: rgb(12 74 110 / 0.8);
}

.text-sky-900\/90{
  color: rgb(12 74 110 / 0.9);
}

.text-sky-900\/95{
  color: rgb(12 74 110 / 0.95);
}

.text-slate-100{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.text-slate-100\/0{
  color: rgb(241 245 249 / 0);
}

.text-slate-100\/10{
  color: rgb(241 245 249 / 0.1);
}

.text-slate-100\/100{
  color: rgb(241 245 249 / 1);
}

.text-slate-100\/20{
  color: rgb(241 245 249 / 0.2);
}

.text-slate-100\/25{
  color: rgb(241 245 249 / 0.25);
}

.text-slate-100\/30{
  color: rgb(241 245 249 / 0.3);
}

.text-slate-100\/40{
  color: rgb(241 245 249 / 0.4);
}

.text-slate-100\/5{
  color: rgb(241 245 249 / 0.05);
}

.text-slate-100\/50{
  color: rgb(241 245 249 / 0.5);
}

.text-slate-100\/60{
  color: rgb(241 245 249 / 0.6);
}

.text-slate-100\/70{
  color: rgb(241 245 249 / 0.7);
}

.text-slate-100\/75{
  color: rgb(241 245 249 / 0.75);
}

.text-slate-100\/80{
  color: rgb(241 245 249 / 0.8);
}

.text-slate-100\/90{
  color: rgb(241 245 249 / 0.9);
}

.text-slate-100\/95{
  color: rgb(241 245 249 / 0.95);
}

.text-slate-200{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

.text-slate-200\/0{
  color: rgb(226 232 240 / 0);
}

.text-slate-200\/10{
  color: rgb(226 232 240 / 0.1);
}

.text-slate-200\/100{
  color: rgb(226 232 240 / 1);
}

.text-slate-200\/20{
  color: rgb(226 232 240 / 0.2);
}

.text-slate-200\/25{
  color: rgb(226 232 240 / 0.25);
}

.text-slate-200\/30{
  color: rgb(226 232 240 / 0.3);
}

.text-slate-200\/40{
  color: rgb(226 232 240 / 0.4);
}

.text-slate-200\/5{
  color: rgb(226 232 240 / 0.05);
}

.text-slate-200\/50{
  color: rgb(226 232 240 / 0.5);
}

.text-slate-200\/60{
  color: rgb(226 232 240 / 0.6);
}

.text-slate-200\/70{
  color: rgb(226 232 240 / 0.7);
}

.text-slate-200\/75{
  color: rgb(226 232 240 / 0.75);
}

.text-slate-200\/80{
  color: rgb(226 232 240 / 0.8);
}

.text-slate-200\/90{
  color: rgb(226 232 240 / 0.9);
}

.text-slate-200\/95{
  color: rgb(226 232 240 / 0.95);
}

.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.text-slate-300\/0{
  color: rgb(203 213 225 / 0);
}

.text-slate-300\/10{
  color: rgb(203 213 225 / 0.1);
}

.text-slate-300\/100{
  color: rgb(203 213 225 / 1);
}

.text-slate-300\/20{
  color: rgb(203 213 225 / 0.2);
}

.text-slate-300\/25{
  color: rgb(203 213 225 / 0.25);
}

.text-slate-300\/30{
  color: rgb(203 213 225 / 0.3);
}

.text-slate-300\/40{
  color: rgb(203 213 225 / 0.4);
}

.text-slate-300\/5{
  color: rgb(203 213 225 / 0.05);
}

.text-slate-300\/50{
  color: rgb(203 213 225 / 0.5);
}

.text-slate-300\/60{
  color: rgb(203 213 225 / 0.6);
}

.text-slate-300\/70{
  color: rgb(203 213 225 / 0.7);
}

.text-slate-300\/75{
  color: rgb(203 213 225 / 0.75);
}

.text-slate-300\/80{
  color: rgb(203 213 225 / 0.8);
}

.text-slate-300\/90{
  color: rgb(203 213 225 / 0.9);
}

.text-slate-300\/95{
  color: rgb(203 213 225 / 0.95);
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-400\/0{
  color: rgb(148 163 184 / 0);
}

.text-slate-400\/10{
  color: rgb(148 163 184 / 0.1);
}

.text-slate-400\/100{
  color: rgb(148 163 184 / 1);
}

.text-slate-400\/20{
  color: rgb(148 163 184 / 0.2);
}

.text-slate-400\/25{
  color: rgb(148 163 184 / 0.25);
}

.text-slate-400\/30{
  color: rgb(148 163 184 / 0.3);
}

.text-slate-400\/40{
  color: rgb(148 163 184 / 0.4);
}

.text-slate-400\/5{
  color: rgb(148 163 184 / 0.05);
}

.text-slate-400\/50{
  color: rgb(148 163 184 / 0.5);
}

.text-slate-400\/60{
  color: rgb(148 163 184 / 0.6);
}

.text-slate-400\/70{
  color: rgb(148 163 184 / 0.7);
}

.text-slate-400\/75{
  color: rgb(148 163 184 / 0.75);
}

.text-slate-400\/80{
  color: rgb(148 163 184 / 0.8);
}

.text-slate-400\/90{
  color: rgb(148 163 184 / 0.9);
}

.text-slate-400\/95{
  color: rgb(148 163 184 / 0.95);
}

.text-slate-50{
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

.text-slate-50\/0{
  color: rgb(248 250 252 / 0);
}

.text-slate-50\/10{
  color: rgb(248 250 252 / 0.1);
}

.text-slate-50\/100{
  color: rgb(248 250 252 / 1);
}

.text-slate-50\/20{
  color: rgb(248 250 252 / 0.2);
}

.text-slate-50\/25{
  color: rgb(248 250 252 / 0.25);
}

.text-slate-50\/30{
  color: rgb(248 250 252 / 0.3);
}

.text-slate-50\/40{
  color: rgb(248 250 252 / 0.4);
}

.text-slate-50\/5{
  color: rgb(248 250 252 / 0.05);
}

.text-slate-50\/50{
  color: rgb(248 250 252 / 0.5);
}

.text-slate-50\/60{
  color: rgb(248 250 252 / 0.6);
}

.text-slate-50\/70{
  color: rgb(248 250 252 / 0.7);
}

.text-slate-50\/75{
  color: rgb(248 250 252 / 0.75);
}

.text-slate-50\/80{
  color: rgb(248 250 252 / 0.8);
}

.text-slate-50\/90{
  color: rgb(248 250 252 / 0.9);
}

.text-slate-50\/95{
  color: rgb(248 250 252 / 0.95);
}

.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-500\/0{
  color: rgb(100 116 139 / 0);
}

.text-slate-500\/10{
  color: rgb(100 116 139 / 0.1);
}

.text-slate-500\/100{
  color: rgb(100 116 139 / 1);
}

.text-slate-500\/20{
  color: rgb(100 116 139 / 0.2);
}

.text-slate-500\/25{
  color: rgb(100 116 139 / 0.25);
}

.text-slate-500\/30{
  color: rgb(100 116 139 / 0.3);
}

.text-slate-500\/40{
  color: rgb(100 116 139 / 0.4);
}

.text-slate-500\/5{
  color: rgb(100 116 139 / 0.05);
}

.text-slate-500\/50{
  color: rgb(100 116 139 / 0.5);
}

.text-slate-500\/60{
  color: rgb(100 116 139 / 0.6);
}

.text-slate-500\/70{
  color: rgb(100 116 139 / 0.7);
}

.text-slate-500\/75{
  color: rgb(100 116 139 / 0.75);
}

.text-slate-500\/80{
  color: rgb(100 116 139 / 0.8);
}

.text-slate-500\/90{
  color: rgb(100 116 139 / 0.9);
}

.text-slate-500\/95{
  color: rgb(100 116 139 / 0.95);
}

.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.text-slate-600\/0{
  color: rgb(71 85 105 / 0);
}

.text-slate-600\/10{
  color: rgb(71 85 105 / 0.1);
}

.text-slate-600\/100{
  color: rgb(71 85 105 / 1);
}

.text-slate-600\/20{
  color: rgb(71 85 105 / 0.2);
}

.text-slate-600\/25{
  color: rgb(71 85 105 / 0.25);
}

.text-slate-600\/30{
  color: rgb(71 85 105 / 0.3);
}

.text-slate-600\/40{
  color: rgb(71 85 105 / 0.4);
}

.text-slate-600\/5{
  color: rgb(71 85 105 / 0.05);
}

.text-slate-600\/50{
  color: rgb(71 85 105 / 0.5);
}

.text-slate-600\/60{
  color: rgb(71 85 105 / 0.6);
}

.text-slate-600\/70{
  color: rgb(71 85 105 / 0.7);
}

.text-slate-600\/75{
  color: rgb(71 85 105 / 0.75);
}

.text-slate-600\/80{
  color: rgb(71 85 105 / 0.8);
}

.text-slate-600\/90{
  color: rgb(71 85 105 / 0.9);
}

.text-slate-600\/95{
  color: rgb(71 85 105 / 0.95);
}

.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-slate-700\/0{
  color: rgb(51 65 85 / 0);
}

.text-slate-700\/10{
  color: rgb(51 65 85 / 0.1);
}

.text-slate-700\/100{
  color: rgb(51 65 85 / 1);
}

.text-slate-700\/20{
  color: rgb(51 65 85 / 0.2);
}

.text-slate-700\/25{
  color: rgb(51 65 85 / 0.25);
}

.text-slate-700\/30{
  color: rgb(51 65 85 / 0.3);
}

.text-slate-700\/40{
  color: rgb(51 65 85 / 0.4);
}

.text-slate-700\/5{
  color: rgb(51 65 85 / 0.05);
}

.text-slate-700\/50{
  color: rgb(51 65 85 / 0.5);
}

.text-slate-700\/60{
  color: rgb(51 65 85 / 0.6);
}

.text-slate-700\/70{
  color: rgb(51 65 85 / 0.7);
}

.text-slate-700\/75{
  color: rgb(51 65 85 / 0.75);
}

.text-slate-700\/80{
  color: rgb(51 65 85 / 0.8);
}

.text-slate-700\/90{
  color: rgb(51 65 85 / 0.9);
}

.text-slate-700\/95{
  color: rgb(51 65 85 / 0.95);
}

.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-slate-800\/0{
  color: rgb(30 41 59 / 0);
}

.text-slate-800\/10{
  color: rgb(30 41 59 / 0.1);
}

.text-slate-800\/100{
  color: rgb(30 41 59 / 1);
}

.text-slate-800\/20{
  color: rgb(30 41 59 / 0.2);
}

.text-slate-800\/25{
  color: rgb(30 41 59 / 0.25);
}

.text-slate-800\/30{
  color: rgb(30 41 59 / 0.3);
}

.text-slate-800\/40{
  color: rgb(30 41 59 / 0.4);
}

.text-slate-800\/5{
  color: rgb(30 41 59 / 0.05);
}

.text-slate-800\/50{
  color: rgb(30 41 59 / 0.5);
}

.text-slate-800\/60{
  color: rgb(30 41 59 / 0.6);
}

.text-slate-800\/70{
  color: rgb(30 41 59 / 0.7);
}

.text-slate-800\/75{
  color: rgb(30 41 59 / 0.75);
}

.text-slate-800\/80{
  color: rgb(30 41 59 / 0.8);
}

.text-slate-800\/90{
  color: rgb(30 41 59 / 0.9);
}

.text-slate-800\/95{
  color: rgb(30 41 59 / 0.95);
}

.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.text-slate-900\/0{
  color: rgb(15 23 42 / 0);
}

.text-slate-900\/10{
  color: rgb(15 23 42 / 0.1);
}

.text-slate-900\/100{
  color: rgb(15 23 42 / 1);
}

.text-slate-900\/20{
  color: rgb(15 23 42 / 0.2);
}

.text-slate-900\/25{
  color: rgb(15 23 42 / 0.25);
}

.text-slate-900\/30{
  color: rgb(15 23 42 / 0.3);
}

.text-slate-900\/40{
  color: rgb(15 23 42 / 0.4);
}

.text-slate-900\/5{
  color: rgb(15 23 42 / 0.05);
}

.text-slate-900\/50{
  color: rgb(15 23 42 / 0.5);
}

.text-slate-900\/60{
  color: rgb(15 23 42 / 0.6);
}

.text-slate-900\/70{
  color: rgb(15 23 42 / 0.7);
}

.text-slate-900\/75{
  color: rgb(15 23 42 / 0.75);
}

.text-slate-900\/80{
  color: rgb(15 23 42 / 0.8);
}

.text-slate-900\/90{
  color: rgb(15 23 42 / 0.9);
}

.text-slate-900\/95{
  color: rgb(15 23 42 / 0.95);
}

.text-stone-100{
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}

.text-stone-100\/0{
  color: rgb(245 245 244 / 0);
}

.text-stone-100\/10{
  color: rgb(245 245 244 / 0.1);
}

.text-stone-100\/100{
  color: rgb(245 245 244 / 1);
}

.text-stone-100\/20{
  color: rgb(245 245 244 / 0.2);
}

.text-stone-100\/25{
  color: rgb(245 245 244 / 0.25);
}

.text-stone-100\/30{
  color: rgb(245 245 244 / 0.3);
}

.text-stone-100\/40{
  color: rgb(245 245 244 / 0.4);
}

.text-stone-100\/5{
  color: rgb(245 245 244 / 0.05);
}

.text-stone-100\/50{
  color: rgb(245 245 244 / 0.5);
}

.text-stone-100\/60{
  color: rgb(245 245 244 / 0.6);
}

.text-stone-100\/70{
  color: rgb(245 245 244 / 0.7);
}

.text-stone-100\/75{
  color: rgb(245 245 244 / 0.75);
}

.text-stone-100\/80{
  color: rgb(245 245 244 / 0.8);
}

.text-stone-100\/90{
  color: rgb(245 245 244 / 0.9);
}

.text-stone-100\/95{
  color: rgb(245 245 244 / 0.95);
}

.text-stone-200{
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}

.text-stone-200\/0{
  color: rgb(231 229 228 / 0);
}

.text-stone-200\/10{
  color: rgb(231 229 228 / 0.1);
}

.text-stone-200\/100{
  color: rgb(231 229 228 / 1);
}

.text-stone-200\/20{
  color: rgb(231 229 228 / 0.2);
}

.text-stone-200\/25{
  color: rgb(231 229 228 / 0.25);
}

.text-stone-200\/30{
  color: rgb(231 229 228 / 0.3);
}

.text-stone-200\/40{
  color: rgb(231 229 228 / 0.4);
}

.text-stone-200\/5{
  color: rgb(231 229 228 / 0.05);
}

.text-stone-200\/50{
  color: rgb(231 229 228 / 0.5);
}

.text-stone-200\/60{
  color: rgb(231 229 228 / 0.6);
}

.text-stone-200\/70{
  color: rgb(231 229 228 / 0.7);
}

.text-stone-200\/75{
  color: rgb(231 229 228 / 0.75);
}

.text-stone-200\/80{
  color: rgb(231 229 228 / 0.8);
}

.text-stone-200\/90{
  color: rgb(231 229 228 / 0.9);
}

.text-stone-200\/95{
  color: rgb(231 229 228 / 0.95);
}

.text-stone-300{
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}

.text-stone-300\/0{
  color: rgb(214 211 209 / 0);
}

.text-stone-300\/10{
  color: rgb(214 211 209 / 0.1);
}

.text-stone-300\/100{
  color: rgb(214 211 209 / 1);
}

.text-stone-300\/20{
  color: rgb(214 211 209 / 0.2);
}

.text-stone-300\/25{
  color: rgb(214 211 209 / 0.25);
}

.text-stone-300\/30{
  color: rgb(214 211 209 / 0.3);
}

.text-stone-300\/40{
  color: rgb(214 211 209 / 0.4);
}

.text-stone-300\/5{
  color: rgb(214 211 209 / 0.05);
}

.text-stone-300\/50{
  color: rgb(214 211 209 / 0.5);
}

.text-stone-300\/60{
  color: rgb(214 211 209 / 0.6);
}

.text-stone-300\/70{
  color: rgb(214 211 209 / 0.7);
}

.text-stone-300\/75{
  color: rgb(214 211 209 / 0.75);
}

.text-stone-300\/80{
  color: rgb(214 211 209 / 0.8);
}

.text-stone-300\/90{
  color: rgb(214 211 209 / 0.9);
}

.text-stone-300\/95{
  color: rgb(214 211 209 / 0.95);
}

.text-stone-400{
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}

.text-stone-400\/0{
  color: rgb(168 162 158 / 0);
}

.text-stone-400\/10{
  color: rgb(168 162 158 / 0.1);
}

.text-stone-400\/100{
  color: rgb(168 162 158 / 1);
}

.text-stone-400\/20{
  color: rgb(168 162 158 / 0.2);
}

.text-stone-400\/25{
  color: rgb(168 162 158 / 0.25);
}

.text-stone-400\/30{
  color: rgb(168 162 158 / 0.3);
}

.text-stone-400\/40{
  color: rgb(168 162 158 / 0.4);
}

.text-stone-400\/5{
  color: rgb(168 162 158 / 0.05);
}

.text-stone-400\/50{
  color: rgb(168 162 158 / 0.5);
}

.text-stone-400\/60{
  color: rgb(168 162 158 / 0.6);
}

.text-stone-400\/70{
  color: rgb(168 162 158 / 0.7);
}

.text-stone-400\/75{
  color: rgb(168 162 158 / 0.75);
}

.text-stone-400\/80{
  color: rgb(168 162 158 / 0.8);
}

.text-stone-400\/90{
  color: rgb(168 162 158 / 0.9);
}

.text-stone-400\/95{
  color: rgb(168 162 158 / 0.95);
}

.text-stone-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}

.text-stone-50\/0{
  color: rgb(250 250 249 / 0);
}

.text-stone-50\/10{
  color: rgb(250 250 249 / 0.1);
}

.text-stone-50\/100{
  color: rgb(250 250 249 / 1);
}

.text-stone-50\/20{
  color: rgb(250 250 249 / 0.2);
}

.text-stone-50\/25{
  color: rgb(250 250 249 / 0.25);
}

.text-stone-50\/30{
  color: rgb(250 250 249 / 0.3);
}

.text-stone-50\/40{
  color: rgb(250 250 249 / 0.4);
}

.text-stone-50\/5{
  color: rgb(250 250 249 / 0.05);
}

.text-stone-50\/50{
  color: rgb(250 250 249 / 0.5);
}

.text-stone-50\/60{
  color: rgb(250 250 249 / 0.6);
}

.text-stone-50\/70{
  color: rgb(250 250 249 / 0.7);
}

.text-stone-50\/75{
  color: rgb(250 250 249 / 0.75);
}

.text-stone-50\/80{
  color: rgb(250 250 249 / 0.8);
}

.text-stone-50\/90{
  color: rgb(250 250 249 / 0.9);
}

.text-stone-50\/95{
  color: rgb(250 250 249 / 0.95);
}

.text-stone-500{
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}

.text-stone-500\/0{
  color: rgb(120 113 108 / 0);
}

.text-stone-500\/10{
  color: rgb(120 113 108 / 0.1);
}

.text-stone-500\/100{
  color: rgb(120 113 108 / 1);
}

.text-stone-500\/20{
  color: rgb(120 113 108 / 0.2);
}

.text-stone-500\/25{
  color: rgb(120 113 108 / 0.25);
}

.text-stone-500\/30{
  color: rgb(120 113 108 / 0.3);
}

.text-stone-500\/40{
  color: rgb(120 113 108 / 0.4);
}

.text-stone-500\/5{
  color: rgb(120 113 108 / 0.05);
}

.text-stone-500\/50{
  color: rgb(120 113 108 / 0.5);
}

.text-stone-500\/60{
  color: rgb(120 113 108 / 0.6);
}

.text-stone-500\/70{
  color: rgb(120 113 108 / 0.7);
}

.text-stone-500\/75{
  color: rgb(120 113 108 / 0.75);
}

.text-stone-500\/80{
  color: rgb(120 113 108 / 0.8);
}

.text-stone-500\/90{
  color: rgb(120 113 108 / 0.9);
}

.text-stone-500\/95{
  color: rgb(120 113 108 / 0.95);
}

.text-stone-600{
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}

.text-stone-600\/0{
  color: rgb(87 83 78 / 0);
}

.text-stone-600\/10{
  color: rgb(87 83 78 / 0.1);
}

.text-stone-600\/100{
  color: rgb(87 83 78 / 1);
}

.text-stone-600\/20{
  color: rgb(87 83 78 / 0.2);
}

.text-stone-600\/25{
  color: rgb(87 83 78 / 0.25);
}

.text-stone-600\/30{
  color: rgb(87 83 78 / 0.3);
}

.text-stone-600\/40{
  color: rgb(87 83 78 / 0.4);
}

.text-stone-600\/5{
  color: rgb(87 83 78 / 0.05);
}

.text-stone-600\/50{
  color: rgb(87 83 78 / 0.5);
}

.text-stone-600\/60{
  color: rgb(87 83 78 / 0.6);
}

.text-stone-600\/70{
  color: rgb(87 83 78 / 0.7);
}

.text-stone-600\/75{
  color: rgb(87 83 78 / 0.75);
}

.text-stone-600\/80{
  color: rgb(87 83 78 / 0.8);
}

.text-stone-600\/90{
  color: rgb(87 83 78 / 0.9);
}

.text-stone-600\/95{
  color: rgb(87 83 78 / 0.95);
}

.text-stone-700{
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}

.text-stone-700\/0{
  color: rgb(68 64 60 / 0);
}

.text-stone-700\/10{
  color: rgb(68 64 60 / 0.1);
}

.text-stone-700\/100{
  color: rgb(68 64 60 / 1);
}

.text-stone-700\/20{
  color: rgb(68 64 60 / 0.2);
}

.text-stone-700\/25{
  color: rgb(68 64 60 / 0.25);
}

.text-stone-700\/30{
  color: rgb(68 64 60 / 0.3);
}

.text-stone-700\/40{
  color: rgb(68 64 60 / 0.4);
}

.text-stone-700\/5{
  color: rgb(68 64 60 / 0.05);
}

.text-stone-700\/50{
  color: rgb(68 64 60 / 0.5);
}

.text-stone-700\/60{
  color: rgb(68 64 60 / 0.6);
}

.text-stone-700\/70{
  color: rgb(68 64 60 / 0.7);
}

.text-stone-700\/75{
  color: rgb(68 64 60 / 0.75);
}

.text-stone-700\/80{
  color: rgb(68 64 60 / 0.8);
}

.text-stone-700\/90{
  color: rgb(68 64 60 / 0.9);
}

.text-stone-700\/95{
  color: rgb(68 64 60 / 0.95);
}

.text-stone-800{
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}

.text-stone-800\/0{
  color: rgb(41 37 36 / 0);
}

.text-stone-800\/10{
  color: rgb(41 37 36 / 0.1);
}

.text-stone-800\/100{
  color: rgb(41 37 36 / 1);
}

.text-stone-800\/20{
  color: rgb(41 37 36 / 0.2);
}

.text-stone-800\/25{
  color: rgb(41 37 36 / 0.25);
}

.text-stone-800\/30{
  color: rgb(41 37 36 / 0.3);
}

.text-stone-800\/40{
  color: rgb(41 37 36 / 0.4);
}

.text-stone-800\/5{
  color: rgb(41 37 36 / 0.05);
}

.text-stone-800\/50{
  color: rgb(41 37 36 / 0.5);
}

.text-stone-800\/60{
  color: rgb(41 37 36 / 0.6);
}

.text-stone-800\/70{
  color: rgb(41 37 36 / 0.7);
}

.text-stone-800\/75{
  color: rgb(41 37 36 / 0.75);
}

.text-stone-800\/80{
  color: rgb(41 37 36 / 0.8);
}

.text-stone-800\/90{
  color: rgb(41 37 36 / 0.9);
}

.text-stone-800\/95{
  color: rgb(41 37 36 / 0.95);
}

.text-stone-900{
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}

.text-stone-900\/0{
  color: rgb(28 25 23 / 0);
}

.text-stone-900\/10{
  color: rgb(28 25 23 / 0.1);
}

.text-stone-900\/100{
  color: rgb(28 25 23 / 1);
}

.text-stone-900\/20{
  color: rgb(28 25 23 / 0.2);
}

.text-stone-900\/25{
  color: rgb(28 25 23 / 0.25);
}

.text-stone-900\/30{
  color: rgb(28 25 23 / 0.3);
}

.text-stone-900\/40{
  color: rgb(28 25 23 / 0.4);
}

.text-stone-900\/5{
  color: rgb(28 25 23 / 0.05);
}

.text-stone-900\/50{
  color: rgb(28 25 23 / 0.5);
}

.text-stone-900\/60{
  color: rgb(28 25 23 / 0.6);
}

.text-stone-900\/70{
  color: rgb(28 25 23 / 0.7);
}

.text-stone-900\/75{
  color: rgb(28 25 23 / 0.75);
}

.text-stone-900\/80{
  color: rgb(28 25 23 / 0.8);
}

.text-stone-900\/90{
  color: rgb(28 25 23 / 0.9);
}

.text-stone-900\/95{
  color: rgb(28 25 23 / 0.95);
}

.text-teal-100{
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}

.text-teal-100\/0{
  color: rgb(204 251 241 / 0);
}

.text-teal-100\/10{
  color: rgb(204 251 241 / 0.1);
}

.text-teal-100\/100{
  color: rgb(204 251 241 / 1);
}

.text-teal-100\/20{
  color: rgb(204 251 241 / 0.2);
}

.text-teal-100\/25{
  color: rgb(204 251 241 / 0.25);
}

.text-teal-100\/30{
  color: rgb(204 251 241 / 0.3);
}

.text-teal-100\/40{
  color: rgb(204 251 241 / 0.4);
}

.text-teal-100\/5{
  color: rgb(204 251 241 / 0.05);
}

.text-teal-100\/50{
  color: rgb(204 251 241 / 0.5);
}

.text-teal-100\/60{
  color: rgb(204 251 241 / 0.6);
}

.text-teal-100\/70{
  color: rgb(204 251 241 / 0.7);
}

.text-teal-100\/75{
  color: rgb(204 251 241 / 0.75);
}

.text-teal-100\/80{
  color: rgb(204 251 241 / 0.8);
}

.text-teal-100\/90{
  color: rgb(204 251 241 / 0.9);
}

.text-teal-100\/95{
  color: rgb(204 251 241 / 0.95);
}

.text-teal-200{
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}

.text-teal-200\/0{
  color: rgb(153 246 228 / 0);
}

.text-teal-200\/10{
  color: rgb(153 246 228 / 0.1);
}

.text-teal-200\/100{
  color: rgb(153 246 228 / 1);
}

.text-teal-200\/20{
  color: rgb(153 246 228 / 0.2);
}

.text-teal-200\/25{
  color: rgb(153 246 228 / 0.25);
}

.text-teal-200\/30{
  color: rgb(153 246 228 / 0.3);
}

.text-teal-200\/40{
  color: rgb(153 246 228 / 0.4);
}

.text-teal-200\/5{
  color: rgb(153 246 228 / 0.05);
}

.text-teal-200\/50{
  color: rgb(153 246 228 / 0.5);
}

.text-teal-200\/60{
  color: rgb(153 246 228 / 0.6);
}

.text-teal-200\/70{
  color: rgb(153 246 228 / 0.7);
}

.text-teal-200\/75{
  color: rgb(153 246 228 / 0.75);
}

.text-teal-200\/80{
  color: rgb(153 246 228 / 0.8);
}

.text-teal-200\/90{
  color: rgb(153 246 228 / 0.9);
}

.text-teal-200\/95{
  color: rgb(153 246 228 / 0.95);
}

.text-teal-300{
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}

.text-teal-300\/0{
  color: rgb(94 234 212 / 0);
}

.text-teal-300\/10{
  color: rgb(94 234 212 / 0.1);
}

.text-teal-300\/100{
  color: rgb(94 234 212 / 1);
}

.text-teal-300\/20{
  color: rgb(94 234 212 / 0.2);
}

.text-teal-300\/25{
  color: rgb(94 234 212 / 0.25);
}

.text-teal-300\/30{
  color: rgb(94 234 212 / 0.3);
}

.text-teal-300\/40{
  color: rgb(94 234 212 / 0.4);
}

.text-teal-300\/5{
  color: rgb(94 234 212 / 0.05);
}

.text-teal-300\/50{
  color: rgb(94 234 212 / 0.5);
}

.text-teal-300\/60{
  color: rgb(94 234 212 / 0.6);
}

.text-teal-300\/70{
  color: rgb(94 234 212 / 0.7);
}

.text-teal-300\/75{
  color: rgb(94 234 212 / 0.75);
}

.text-teal-300\/80{
  color: rgb(94 234 212 / 0.8);
}

.text-teal-300\/90{
  color: rgb(94 234 212 / 0.9);
}

.text-teal-300\/95{
  color: rgb(94 234 212 / 0.95);
}

.text-teal-400{
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}

.text-teal-400\/0{
  color: rgb(45 212 191 / 0);
}

.text-teal-400\/10{
  color: rgb(45 212 191 / 0.1);
}

.text-teal-400\/100{
  color: rgb(45 212 191 / 1);
}

.text-teal-400\/20{
  color: rgb(45 212 191 / 0.2);
}

.text-teal-400\/25{
  color: rgb(45 212 191 / 0.25);
}

.text-teal-400\/30{
  color: rgb(45 212 191 / 0.3);
}

.text-teal-400\/40{
  color: rgb(45 212 191 / 0.4);
}

.text-teal-400\/5{
  color: rgb(45 212 191 / 0.05);
}

.text-teal-400\/50{
  color: rgb(45 212 191 / 0.5);
}

.text-teal-400\/60{
  color: rgb(45 212 191 / 0.6);
}

.text-teal-400\/70{
  color: rgb(45 212 191 / 0.7);
}

.text-teal-400\/75{
  color: rgb(45 212 191 / 0.75);
}

.text-teal-400\/80{
  color: rgb(45 212 191 / 0.8);
}

.text-teal-400\/90{
  color: rgb(45 212 191 / 0.9);
}

.text-teal-400\/95{
  color: rgb(45 212 191 / 0.95);
}

.text-teal-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}

.text-teal-50\/0{
  color: rgb(240 253 250 / 0);
}

.text-teal-50\/10{
  color: rgb(240 253 250 / 0.1);
}

.text-teal-50\/100{
  color: rgb(240 253 250 / 1);
}

.text-teal-50\/20{
  color: rgb(240 253 250 / 0.2);
}

.text-teal-50\/25{
  color: rgb(240 253 250 / 0.25);
}

.text-teal-50\/30{
  color: rgb(240 253 250 / 0.3);
}

.text-teal-50\/40{
  color: rgb(240 253 250 / 0.4);
}

.text-teal-50\/5{
  color: rgb(240 253 250 / 0.05);
}

.text-teal-50\/50{
  color: rgb(240 253 250 / 0.5);
}

.text-teal-50\/60{
  color: rgb(240 253 250 / 0.6);
}

.text-teal-50\/70{
  color: rgb(240 253 250 / 0.7);
}

.text-teal-50\/75{
  color: rgb(240 253 250 / 0.75);
}

.text-teal-50\/80{
  color: rgb(240 253 250 / 0.8);
}

.text-teal-50\/90{
  color: rgb(240 253 250 / 0.9);
}

.text-teal-50\/95{
  color: rgb(240 253 250 / 0.95);
}

.text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}

.text-teal-500\/0{
  color: rgb(20 184 166 / 0);
}

.text-teal-500\/10{
  color: rgb(20 184 166 / 0.1);
}

.text-teal-500\/100{
  color: rgb(20 184 166 / 1);
}

.text-teal-500\/20{
  color: rgb(20 184 166 / 0.2);
}

.text-teal-500\/25{
  color: rgb(20 184 166 / 0.25);
}

.text-teal-500\/30{
  color: rgb(20 184 166 / 0.3);
}

.text-teal-500\/40{
  color: rgb(20 184 166 / 0.4);
}

.text-teal-500\/5{
  color: rgb(20 184 166 / 0.05);
}

.text-teal-500\/50{
  color: rgb(20 184 166 / 0.5);
}

.text-teal-500\/60{
  color: rgb(20 184 166 / 0.6);
}

.text-teal-500\/70{
  color: rgb(20 184 166 / 0.7);
}

.text-teal-500\/75{
  color: rgb(20 184 166 / 0.75);
}

.text-teal-500\/80{
  color: rgb(20 184 166 / 0.8);
}

.text-teal-500\/90{
  color: rgb(20 184 166 / 0.9);
}

.text-teal-500\/95{
  color: rgb(20 184 166 / 0.95);
}

.text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}

.text-teal-600\/0{
  color: rgb(13 148 136 / 0);
}

.text-teal-600\/10{
  color: rgb(13 148 136 / 0.1);
}

.text-teal-600\/100{
  color: rgb(13 148 136 / 1);
}

.text-teal-600\/20{
  color: rgb(13 148 136 / 0.2);
}

.text-teal-600\/25{
  color: rgb(13 148 136 / 0.25);
}

.text-teal-600\/30{
  color: rgb(13 148 136 / 0.3);
}

.text-teal-600\/40{
  color: rgb(13 148 136 / 0.4);
}

.text-teal-600\/5{
  color: rgb(13 148 136 / 0.05);
}

.text-teal-600\/50{
  color: rgb(13 148 136 / 0.5);
}

.text-teal-600\/60{
  color: rgb(13 148 136 / 0.6);
}

.text-teal-600\/70{
  color: rgb(13 148 136 / 0.7);
}

.text-teal-600\/75{
  color: rgb(13 148 136 / 0.75);
}

.text-teal-600\/80{
  color: rgb(13 148 136 / 0.8);
}

.text-teal-600\/90{
  color: rgb(13 148 136 / 0.9);
}

.text-teal-600\/95{
  color: rgb(13 148 136 / 0.95);
}

.text-teal-700{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}

.text-teal-700\/0{
  color: rgb(15 118 110 / 0);
}

.text-teal-700\/10{
  color: rgb(15 118 110 / 0.1);
}

.text-teal-700\/100{
  color: rgb(15 118 110 / 1);
}

.text-teal-700\/20{
  color: rgb(15 118 110 / 0.2);
}

.text-teal-700\/25{
  color: rgb(15 118 110 / 0.25);
}

.text-teal-700\/30{
  color: rgb(15 118 110 / 0.3);
}

.text-teal-700\/40{
  color: rgb(15 118 110 / 0.4);
}

.text-teal-700\/5{
  color: rgb(15 118 110 / 0.05);
}

.text-teal-700\/50{
  color: rgb(15 118 110 / 0.5);
}

.text-teal-700\/60{
  color: rgb(15 118 110 / 0.6);
}

.text-teal-700\/70{
  color: rgb(15 118 110 / 0.7);
}

.text-teal-700\/75{
  color: rgb(15 118 110 / 0.75);
}

.text-teal-700\/80{
  color: rgb(15 118 110 / 0.8);
}

.text-teal-700\/90{
  color: rgb(15 118 110 / 0.9);
}

.text-teal-700\/95{
  color: rgb(15 118 110 / 0.95);
}

.text-teal-800{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}

.text-teal-800\/0{
  color: rgb(17 94 89 / 0);
}

.text-teal-800\/10{
  color: rgb(17 94 89 / 0.1);
}

.text-teal-800\/100{
  color: rgb(17 94 89 / 1);
}

.text-teal-800\/20{
  color: rgb(17 94 89 / 0.2);
}

.text-teal-800\/25{
  color: rgb(17 94 89 / 0.25);
}

.text-teal-800\/30{
  color: rgb(17 94 89 / 0.3);
}

.text-teal-800\/40{
  color: rgb(17 94 89 / 0.4);
}

.text-teal-800\/5{
  color: rgb(17 94 89 / 0.05);
}

.text-teal-800\/50{
  color: rgb(17 94 89 / 0.5);
}

.text-teal-800\/60{
  color: rgb(17 94 89 / 0.6);
}

.text-teal-800\/70{
  color: rgb(17 94 89 / 0.7);
}

.text-teal-800\/75{
  color: rgb(17 94 89 / 0.75);
}

.text-teal-800\/80{
  color: rgb(17 94 89 / 0.8);
}

.text-teal-800\/90{
  color: rgb(17 94 89 / 0.9);
}

.text-teal-800\/95{
  color: rgb(17 94 89 / 0.95);
}

.text-teal-900{
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}

.text-teal-900\/0{
  color: rgb(19 78 74 / 0);
}

.text-teal-900\/10{
  color: rgb(19 78 74 / 0.1);
}

.text-teal-900\/100{
  color: rgb(19 78 74 / 1);
}

.text-teal-900\/20{
  color: rgb(19 78 74 / 0.2);
}

.text-teal-900\/25{
  color: rgb(19 78 74 / 0.25);
}

.text-teal-900\/30{
  color: rgb(19 78 74 / 0.3);
}

.text-teal-900\/40{
  color: rgb(19 78 74 / 0.4);
}

.text-teal-900\/5{
  color: rgb(19 78 74 / 0.05);
}

.text-teal-900\/50{
  color: rgb(19 78 74 / 0.5);
}

.text-teal-900\/60{
  color: rgb(19 78 74 / 0.6);
}

.text-teal-900\/70{
  color: rgb(19 78 74 / 0.7);
}

.text-teal-900\/75{
  color: rgb(19 78 74 / 0.75);
}

.text-teal-900\/80{
  color: rgb(19 78 74 / 0.8);
}

.text-teal-900\/90{
  color: rgb(19 78 74 / 0.9);
}

.text-teal-900\/95{
  color: rgb(19 78 74 / 0.95);
}

.text-violet-100{
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}

.text-violet-100\/0{
  color: rgb(237 233 254 / 0);
}

.text-violet-100\/10{
  color: rgb(237 233 254 / 0.1);
}

.text-violet-100\/100{
  color: rgb(237 233 254 / 1);
}

.text-violet-100\/20{
  color: rgb(237 233 254 / 0.2);
}

.text-violet-100\/25{
  color: rgb(237 233 254 / 0.25);
}

.text-violet-100\/30{
  color: rgb(237 233 254 / 0.3);
}

.text-violet-100\/40{
  color: rgb(237 233 254 / 0.4);
}

.text-violet-100\/5{
  color: rgb(237 233 254 / 0.05);
}

.text-violet-100\/50{
  color: rgb(237 233 254 / 0.5);
}

.text-violet-100\/60{
  color: rgb(237 233 254 / 0.6);
}

.text-violet-100\/70{
  color: rgb(237 233 254 / 0.7);
}

.text-violet-100\/75{
  color: rgb(237 233 254 / 0.75);
}

.text-violet-100\/80{
  color: rgb(237 233 254 / 0.8);
}

.text-violet-100\/90{
  color: rgb(237 233 254 / 0.9);
}

.text-violet-100\/95{
  color: rgb(237 233 254 / 0.95);
}

.text-violet-200{
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}

.text-violet-200\/0{
  color: rgb(221 214 254 / 0);
}

.text-violet-200\/10{
  color: rgb(221 214 254 / 0.1);
}

.text-violet-200\/100{
  color: rgb(221 214 254 / 1);
}

.text-violet-200\/20{
  color: rgb(221 214 254 / 0.2);
}

.text-violet-200\/25{
  color: rgb(221 214 254 / 0.25);
}

.text-violet-200\/30{
  color: rgb(221 214 254 / 0.3);
}

.text-violet-200\/40{
  color: rgb(221 214 254 / 0.4);
}

.text-violet-200\/5{
  color: rgb(221 214 254 / 0.05);
}

.text-violet-200\/50{
  color: rgb(221 214 254 / 0.5);
}

.text-violet-200\/60{
  color: rgb(221 214 254 / 0.6);
}

.text-violet-200\/70{
  color: rgb(221 214 254 / 0.7);
}

.text-violet-200\/75{
  color: rgb(221 214 254 / 0.75);
}

.text-violet-200\/80{
  color: rgb(221 214 254 / 0.8);
}

.text-violet-200\/90{
  color: rgb(221 214 254 / 0.9);
}

.text-violet-200\/95{
  color: rgb(221 214 254 / 0.95);
}

.text-violet-300{
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}

.text-violet-300\/0{
  color: rgb(196 181 253 / 0);
}

.text-violet-300\/10{
  color: rgb(196 181 253 / 0.1);
}

.text-violet-300\/100{
  color: rgb(196 181 253 / 1);
}

.text-violet-300\/20{
  color: rgb(196 181 253 / 0.2);
}

.text-violet-300\/25{
  color: rgb(196 181 253 / 0.25);
}

.text-violet-300\/30{
  color: rgb(196 181 253 / 0.3);
}

.text-violet-300\/40{
  color: rgb(196 181 253 / 0.4);
}

.text-violet-300\/5{
  color: rgb(196 181 253 / 0.05);
}

.text-violet-300\/50{
  color: rgb(196 181 253 / 0.5);
}

.text-violet-300\/60{
  color: rgb(196 181 253 / 0.6);
}

.text-violet-300\/70{
  color: rgb(196 181 253 / 0.7);
}

.text-violet-300\/75{
  color: rgb(196 181 253 / 0.75);
}

.text-violet-300\/80{
  color: rgb(196 181 253 / 0.8);
}

.text-violet-300\/90{
  color: rgb(196 181 253 / 0.9);
}

.text-violet-300\/95{
  color: rgb(196 181 253 / 0.95);
}

.text-violet-400{
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}

.text-violet-400\/0{
  color: rgb(167 139 250 / 0);
}

.text-violet-400\/10{
  color: rgb(167 139 250 / 0.1);
}

.text-violet-400\/100{
  color: rgb(167 139 250 / 1);
}

.text-violet-400\/20{
  color: rgb(167 139 250 / 0.2);
}

.text-violet-400\/25{
  color: rgb(167 139 250 / 0.25);
}

.text-violet-400\/30{
  color: rgb(167 139 250 / 0.3);
}

.text-violet-400\/40{
  color: rgb(167 139 250 / 0.4);
}

.text-violet-400\/5{
  color: rgb(167 139 250 / 0.05);
}

.text-violet-400\/50{
  color: rgb(167 139 250 / 0.5);
}

.text-violet-400\/60{
  color: rgb(167 139 250 / 0.6);
}

.text-violet-400\/70{
  color: rgb(167 139 250 / 0.7);
}

.text-violet-400\/75{
  color: rgb(167 139 250 / 0.75);
}

.text-violet-400\/80{
  color: rgb(167 139 250 / 0.8);
}

.text-violet-400\/90{
  color: rgb(167 139 250 / 0.9);
}

.text-violet-400\/95{
  color: rgb(167 139 250 / 0.95);
}

.text-violet-50{
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}

.text-violet-50\/0{
  color: rgb(245 243 255 / 0);
}

.text-violet-50\/10{
  color: rgb(245 243 255 / 0.1);
}

.text-violet-50\/100{
  color: rgb(245 243 255 / 1);
}

.text-violet-50\/20{
  color: rgb(245 243 255 / 0.2);
}

.text-violet-50\/25{
  color: rgb(245 243 255 / 0.25);
}

.text-violet-50\/30{
  color: rgb(245 243 255 / 0.3);
}

.text-violet-50\/40{
  color: rgb(245 243 255 / 0.4);
}

.text-violet-50\/5{
  color: rgb(245 243 255 / 0.05);
}

.text-violet-50\/50{
  color: rgb(245 243 255 / 0.5);
}

.text-violet-50\/60{
  color: rgb(245 243 255 / 0.6);
}

.text-violet-50\/70{
  color: rgb(245 243 255 / 0.7);
}

.text-violet-50\/75{
  color: rgb(245 243 255 / 0.75);
}

.text-violet-50\/80{
  color: rgb(245 243 255 / 0.8);
}

.text-violet-50\/90{
  color: rgb(245 243 255 / 0.9);
}

.text-violet-50\/95{
  color: rgb(245 243 255 / 0.95);
}

.text-violet-500{
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}

.text-violet-500\/0{
  color: rgb(139 92 246 / 0);
}

.text-violet-500\/10{
  color: rgb(139 92 246 / 0.1);
}

.text-violet-500\/100{
  color: rgb(139 92 246 / 1);
}

.text-violet-500\/20{
  color: rgb(139 92 246 / 0.2);
}

.text-violet-500\/25{
  color: rgb(139 92 246 / 0.25);
}

.text-violet-500\/30{
  color: rgb(139 92 246 / 0.3);
}

.text-violet-500\/40{
  color: rgb(139 92 246 / 0.4);
}

.text-violet-500\/5{
  color: rgb(139 92 246 / 0.05);
}

.text-violet-500\/50{
  color: rgb(139 92 246 / 0.5);
}

.text-violet-500\/60{
  color: rgb(139 92 246 / 0.6);
}

.text-violet-500\/70{
  color: rgb(139 92 246 / 0.7);
}

.text-violet-500\/75{
  color: rgb(139 92 246 / 0.75);
}

.text-violet-500\/80{
  color: rgb(139 92 246 / 0.8);
}

.text-violet-500\/90{
  color: rgb(139 92 246 / 0.9);
}

.text-violet-500\/95{
  color: rgb(139 92 246 / 0.95);
}

.text-violet-600{
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}

.text-violet-600\/0{
  color: rgb(124 58 237 / 0);
}

.text-violet-600\/10{
  color: rgb(124 58 237 / 0.1);
}

.text-violet-600\/100{
  color: rgb(124 58 237 / 1);
}

.text-violet-600\/20{
  color: rgb(124 58 237 / 0.2);
}

.text-violet-600\/25{
  color: rgb(124 58 237 / 0.25);
}

.text-violet-600\/30{
  color: rgb(124 58 237 / 0.3);
}

.text-violet-600\/40{
  color: rgb(124 58 237 / 0.4);
}

.text-violet-600\/5{
  color: rgb(124 58 237 / 0.05);
}

.text-violet-600\/50{
  color: rgb(124 58 237 / 0.5);
}

.text-violet-600\/60{
  color: rgb(124 58 237 / 0.6);
}

.text-violet-600\/70{
  color: rgb(124 58 237 / 0.7);
}

.text-violet-600\/75{
  color: rgb(124 58 237 / 0.75);
}

.text-violet-600\/80{
  color: rgb(124 58 237 / 0.8);
}

.text-violet-600\/90{
  color: rgb(124 58 237 / 0.9);
}

.text-violet-600\/95{
  color: rgb(124 58 237 / 0.95);
}

.text-violet-700{
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}

.text-violet-700\/0{
  color: rgb(109 40 217 / 0);
}

.text-violet-700\/10{
  color: rgb(109 40 217 / 0.1);
}

.text-violet-700\/100{
  color: rgb(109 40 217 / 1);
}

.text-violet-700\/20{
  color: rgb(109 40 217 / 0.2);
}

.text-violet-700\/25{
  color: rgb(109 40 217 / 0.25);
}

.text-violet-700\/30{
  color: rgb(109 40 217 / 0.3);
}

.text-violet-700\/40{
  color: rgb(109 40 217 / 0.4);
}

.text-violet-700\/5{
  color: rgb(109 40 217 / 0.05);
}

.text-violet-700\/50{
  color: rgb(109 40 217 / 0.5);
}

.text-violet-700\/60{
  color: rgb(109 40 217 / 0.6);
}

.text-violet-700\/70{
  color: rgb(109 40 217 / 0.7);
}

.text-violet-700\/75{
  color: rgb(109 40 217 / 0.75);
}

.text-violet-700\/80{
  color: rgb(109 40 217 / 0.8);
}

.text-violet-700\/90{
  color: rgb(109 40 217 / 0.9);
}

.text-violet-700\/95{
  color: rgb(109 40 217 / 0.95);
}

.text-violet-800{
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}

.text-violet-800\/0{
  color: rgb(91 33 182 / 0);
}

.text-violet-800\/10{
  color: rgb(91 33 182 / 0.1);
}

.text-violet-800\/100{
  color: rgb(91 33 182 / 1);
}

.text-violet-800\/20{
  color: rgb(91 33 182 / 0.2);
}

.text-violet-800\/25{
  color: rgb(91 33 182 / 0.25);
}

.text-violet-800\/30{
  color: rgb(91 33 182 / 0.3);
}

.text-violet-800\/40{
  color: rgb(91 33 182 / 0.4);
}

.text-violet-800\/5{
  color: rgb(91 33 182 / 0.05);
}

.text-violet-800\/50{
  color: rgb(91 33 182 / 0.5);
}

.text-violet-800\/60{
  color: rgb(91 33 182 / 0.6);
}

.text-violet-800\/70{
  color: rgb(91 33 182 / 0.7);
}

.text-violet-800\/75{
  color: rgb(91 33 182 / 0.75);
}

.text-violet-800\/80{
  color: rgb(91 33 182 / 0.8);
}

.text-violet-800\/90{
  color: rgb(91 33 182 / 0.9);
}

.text-violet-800\/95{
  color: rgb(91 33 182 / 0.95);
}

.text-violet-900{
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}

.text-violet-900\/0{
  color: rgb(76 29 149 / 0);
}

.text-violet-900\/10{
  color: rgb(76 29 149 / 0.1);
}

.text-violet-900\/100{
  color: rgb(76 29 149 / 1);
}

.text-violet-900\/20{
  color: rgb(76 29 149 / 0.2);
}

.text-violet-900\/25{
  color: rgb(76 29 149 / 0.25);
}

.text-violet-900\/30{
  color: rgb(76 29 149 / 0.3);
}

.text-violet-900\/40{
  color: rgb(76 29 149 / 0.4);
}

.text-violet-900\/5{
  color: rgb(76 29 149 / 0.05);
}

.text-violet-900\/50{
  color: rgb(76 29 149 / 0.5);
}

.text-violet-900\/60{
  color: rgb(76 29 149 / 0.6);
}

.text-violet-900\/70{
  color: rgb(76 29 149 / 0.7);
}

.text-violet-900\/75{
  color: rgb(76 29 149 / 0.75);
}

.text-violet-900\/80{
  color: rgb(76 29 149 / 0.8);
}

.text-violet-900\/90{
  color: rgb(76 29 149 / 0.9);
}

.text-violet-900\/95{
  color: rgb(76 29 149 / 0.95);
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow-100{
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}

.text-yellow-100\/0{
  color: rgb(254 249 195 / 0);
}

.text-yellow-100\/10{
  color: rgb(254 249 195 / 0.1);
}

.text-yellow-100\/100{
  color: rgb(254 249 195 / 1);
}

.text-yellow-100\/20{
  color: rgb(254 249 195 / 0.2);
}

.text-yellow-100\/25{
  color: rgb(254 249 195 / 0.25);
}

.text-yellow-100\/30{
  color: rgb(254 249 195 / 0.3);
}

.text-yellow-100\/40{
  color: rgb(254 249 195 / 0.4);
}

.text-yellow-100\/5{
  color: rgb(254 249 195 / 0.05);
}

.text-yellow-100\/50{
  color: rgb(254 249 195 / 0.5);
}

.text-yellow-100\/60{
  color: rgb(254 249 195 / 0.6);
}

.text-yellow-100\/70{
  color: rgb(254 249 195 / 0.7);
}

.text-yellow-100\/75{
  color: rgb(254 249 195 / 0.75);
}

.text-yellow-100\/80{
  color: rgb(254 249 195 / 0.8);
}

.text-yellow-100\/90{
  color: rgb(254 249 195 / 0.9);
}

.text-yellow-100\/95{
  color: rgb(254 249 195 / 0.95);
}

.text-yellow-200{
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}

.text-yellow-200\/0{
  color: rgb(254 240 138 / 0);
}

.text-yellow-200\/10{
  color: rgb(254 240 138 / 0.1);
}

.text-yellow-200\/100{
  color: rgb(254 240 138 / 1);
}

.text-yellow-200\/20{
  color: rgb(254 240 138 / 0.2);
}

.text-yellow-200\/25{
  color: rgb(254 240 138 / 0.25);
}

.text-yellow-200\/30{
  color: rgb(254 240 138 / 0.3);
}

.text-yellow-200\/40{
  color: rgb(254 240 138 / 0.4);
}

.text-yellow-200\/5{
  color: rgb(254 240 138 / 0.05);
}

.text-yellow-200\/50{
  color: rgb(254 240 138 / 0.5);
}

.text-yellow-200\/60{
  color: rgb(254 240 138 / 0.6);
}

.text-yellow-200\/70{
  color: rgb(254 240 138 / 0.7);
}

.text-yellow-200\/75{
  color: rgb(254 240 138 / 0.75);
}

.text-yellow-200\/80{
  color: rgb(254 240 138 / 0.8);
}

.text-yellow-200\/90{
  color: rgb(254 240 138 / 0.9);
}

.text-yellow-200\/95{
  color: rgb(254 240 138 / 0.95);
}

.text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.text-yellow-300\/0{
  color: rgb(253 224 71 / 0);
}

.text-yellow-300\/10{
  color: rgb(253 224 71 / 0.1);
}

.text-yellow-300\/100{
  color: rgb(253 224 71 / 1);
}

.text-yellow-300\/20{
  color: rgb(253 224 71 / 0.2);
}

.text-yellow-300\/25{
  color: rgb(253 224 71 / 0.25);
}

.text-yellow-300\/30{
  color: rgb(253 224 71 / 0.3);
}

.text-yellow-300\/40{
  color: rgb(253 224 71 / 0.4);
}

.text-yellow-300\/5{
  color: rgb(253 224 71 / 0.05);
}

.text-yellow-300\/50{
  color: rgb(253 224 71 / 0.5);
}

.text-yellow-300\/60{
  color: rgb(253 224 71 / 0.6);
}

.text-yellow-300\/70{
  color: rgb(253 224 71 / 0.7);
}

.text-yellow-300\/75{
  color: rgb(253 224 71 / 0.75);
}

.text-yellow-300\/80{
  color: rgb(253 224 71 / 0.8);
}

.text-yellow-300\/90{
  color: rgb(253 224 71 / 0.9);
}

.text-yellow-300\/95{
  color: rgb(253 224 71 / 0.95);
}

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.text-yellow-400\/0{
  color: rgb(250 204 21 / 0);
}

.text-yellow-400\/10{
  color: rgb(250 204 21 / 0.1);
}

.text-yellow-400\/100{
  color: rgb(250 204 21 / 1);
}

.text-yellow-400\/20{
  color: rgb(250 204 21 / 0.2);
}

.text-yellow-400\/25{
  color: rgb(250 204 21 / 0.25);
}

.text-yellow-400\/30{
  color: rgb(250 204 21 / 0.3);
}

.text-yellow-400\/40{
  color: rgb(250 204 21 / 0.4);
}

.text-yellow-400\/5{
  color: rgb(250 204 21 / 0.05);
}

.text-yellow-400\/50{
  color: rgb(250 204 21 / 0.5);
}

.text-yellow-400\/60{
  color: rgb(250 204 21 / 0.6);
}

.text-yellow-400\/70{
  color: rgb(250 204 21 / 0.7);
}

.text-yellow-400\/75{
  color: rgb(250 204 21 / 0.75);
}

.text-yellow-400\/80{
  color: rgb(250 204 21 / 0.8);
}

.text-yellow-400\/90{
  color: rgb(250 204 21 / 0.9);
}

.text-yellow-400\/95{
  color: rgb(250 204 21 / 0.95);
}

.text-yellow-50{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}

.text-yellow-50\/0{
  color: rgb(254 252 232 / 0);
}

.text-yellow-50\/10{
  color: rgb(254 252 232 / 0.1);
}

.text-yellow-50\/100{
  color: rgb(254 252 232 / 1);
}

.text-yellow-50\/20{
  color: rgb(254 252 232 / 0.2);
}

.text-yellow-50\/25{
  color: rgb(254 252 232 / 0.25);
}

.text-yellow-50\/30{
  color: rgb(254 252 232 / 0.3);
}

.text-yellow-50\/40{
  color: rgb(254 252 232 / 0.4);
}

.text-yellow-50\/5{
  color: rgb(254 252 232 / 0.05);
}

.text-yellow-50\/50{
  color: rgb(254 252 232 / 0.5);
}

.text-yellow-50\/60{
  color: rgb(254 252 232 / 0.6);
}

.text-yellow-50\/70{
  color: rgb(254 252 232 / 0.7);
}

.text-yellow-50\/75{
  color: rgb(254 252 232 / 0.75);
}

.text-yellow-50\/80{
  color: rgb(254 252 232 / 0.8);
}

.text-yellow-50\/90{
  color: rgb(254 252 232 / 0.9);
}

.text-yellow-50\/95{
  color: rgb(254 252 232 / 0.95);
}

.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-yellow-500\/0{
  color: rgb(234 179 8 / 0);
}

.text-yellow-500\/10{
  color: rgb(234 179 8 / 0.1);
}

.text-yellow-500\/100{
  color: rgb(234 179 8 / 1);
}

.text-yellow-500\/20{
  color: rgb(234 179 8 / 0.2);
}

.text-yellow-500\/25{
  color: rgb(234 179 8 / 0.25);
}

.text-yellow-500\/30{
  color: rgb(234 179 8 / 0.3);
}

.text-yellow-500\/40{
  color: rgb(234 179 8 / 0.4);
}

.text-yellow-500\/5{
  color: rgb(234 179 8 / 0.05);
}

.text-yellow-500\/50{
  color: rgb(234 179 8 / 0.5);
}

.text-yellow-500\/60{
  color: rgb(234 179 8 / 0.6);
}

.text-yellow-500\/70{
  color: rgb(234 179 8 / 0.7);
}

.text-yellow-500\/75{
  color: rgb(234 179 8 / 0.75);
}

.text-yellow-500\/80{
  color: rgb(234 179 8 / 0.8);
}

.text-yellow-500\/90{
  color: rgb(234 179 8 / 0.9);
}

.text-yellow-500\/95{
  color: rgb(234 179 8 / 0.95);
}

.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.text-yellow-600\/0{
  color: rgb(202 138 4 / 0);
}

.text-yellow-600\/10{
  color: rgb(202 138 4 / 0.1);
}

.text-yellow-600\/100{
  color: rgb(202 138 4 / 1);
}

.text-yellow-600\/20{
  color: rgb(202 138 4 / 0.2);
}

.text-yellow-600\/25{
  color: rgb(202 138 4 / 0.25);
}

.text-yellow-600\/30{
  color: rgb(202 138 4 / 0.3);
}

.text-yellow-600\/40{
  color: rgb(202 138 4 / 0.4);
}

.text-yellow-600\/5{
  color: rgb(202 138 4 / 0.05);
}

.text-yellow-600\/50{
  color: rgb(202 138 4 / 0.5);
}

.text-yellow-600\/60{
  color: rgb(202 138 4 / 0.6);
}

.text-yellow-600\/70{
  color: rgb(202 138 4 / 0.7);
}

.text-yellow-600\/75{
  color: rgb(202 138 4 / 0.75);
}

.text-yellow-600\/80{
  color: rgb(202 138 4 / 0.8);
}

.text-yellow-600\/90{
  color: rgb(202 138 4 / 0.9);
}

.text-yellow-600\/95{
  color: rgb(202 138 4 / 0.95);
}

.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.text-yellow-700\/0{
  color: rgb(161 98 7 / 0);
}

.text-yellow-700\/10{
  color: rgb(161 98 7 / 0.1);
}

.text-yellow-700\/100{
  color: rgb(161 98 7 / 1);
}

.text-yellow-700\/20{
  color: rgb(161 98 7 / 0.2);
}

.text-yellow-700\/25{
  color: rgb(161 98 7 / 0.25);
}

.text-yellow-700\/30{
  color: rgb(161 98 7 / 0.3);
}

.text-yellow-700\/40{
  color: rgb(161 98 7 / 0.4);
}

.text-yellow-700\/5{
  color: rgb(161 98 7 / 0.05);
}

.text-yellow-700\/50{
  color: rgb(161 98 7 / 0.5);
}

.text-yellow-700\/60{
  color: rgb(161 98 7 / 0.6);
}

.text-yellow-700\/70{
  color: rgb(161 98 7 / 0.7);
}

.text-yellow-700\/75{
  color: rgb(161 98 7 / 0.75);
}

.text-yellow-700\/80{
  color: rgb(161 98 7 / 0.8);
}

.text-yellow-700\/90{
  color: rgb(161 98 7 / 0.9);
}

.text-yellow-700\/95{
  color: rgb(161 98 7 / 0.95);
}

.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.text-yellow-800\/0{
  color: rgb(133 77 14 / 0);
}

.text-yellow-800\/10{
  color: rgb(133 77 14 / 0.1);
}

.text-yellow-800\/100{
  color: rgb(133 77 14 / 1);
}

.text-yellow-800\/20{
  color: rgb(133 77 14 / 0.2);
}

.text-yellow-800\/25{
  color: rgb(133 77 14 / 0.25);
}

.text-yellow-800\/30{
  color: rgb(133 77 14 / 0.3);
}

.text-yellow-800\/40{
  color: rgb(133 77 14 / 0.4);
}

.text-yellow-800\/5{
  color: rgb(133 77 14 / 0.05);
}

.text-yellow-800\/50{
  color: rgb(133 77 14 / 0.5);
}

.text-yellow-800\/60{
  color: rgb(133 77 14 / 0.6);
}

.text-yellow-800\/70{
  color: rgb(133 77 14 / 0.7);
}

.text-yellow-800\/75{
  color: rgb(133 77 14 / 0.75);
}

.text-yellow-800\/80{
  color: rgb(133 77 14 / 0.8);
}

.text-yellow-800\/90{
  color: rgb(133 77 14 / 0.9);
}

.text-yellow-800\/95{
  color: rgb(133 77 14 / 0.95);
}

.text-yellow-900{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}

.text-yellow-900\/0{
  color: rgb(113 63 18 / 0);
}

.text-yellow-900\/10{
  color: rgb(113 63 18 / 0.1);
}

.text-yellow-900\/100{
  color: rgb(113 63 18 / 1);
}

.text-yellow-900\/20{
  color: rgb(113 63 18 / 0.2);
}

.text-yellow-900\/25{
  color: rgb(113 63 18 / 0.25);
}

.text-yellow-900\/30{
  color: rgb(113 63 18 / 0.3);
}

.text-yellow-900\/40{
  color: rgb(113 63 18 / 0.4);
}

.text-yellow-900\/5{
  color: rgb(113 63 18 / 0.05);
}

.text-yellow-900\/50{
  color: rgb(113 63 18 / 0.5);
}

.text-yellow-900\/60{
  color: rgb(113 63 18 / 0.6);
}

.text-yellow-900\/70{
  color: rgb(113 63 18 / 0.7);
}

.text-yellow-900\/75{
  color: rgb(113 63 18 / 0.75);
}

.text-yellow-900\/80{
  color: rgb(113 63 18 / 0.8);
}

.text-yellow-900\/90{
  color: rgb(113 63 18 / 0.9);
}

.text-yellow-900\/95{
  color: rgb(113 63 18 / 0.95);
}

.text-zinc-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.line-through{
  text-decoration-line: line-through;
}

.no-underline{
  text-decoration-line: none;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-80{
  opacity: 0.8;
}

.\!shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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-\[inset_0_8px_6px_-6px_rgba\(0\2c 0\2c 0\2c 0\.3\)\]{
  --tw-shadow: inset 0 8px 6px -6px rgba(0,0,0,0.3);
  --tw-shadow-colored: inset 0 8px 6px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-\[8px\]{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset{
  --tw-ring-inset: inset;
}

.ring-amber-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity));
}

.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.ring-black\/5{
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.ring-gray-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity));
}

.ring-gray-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity));
}

.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity));
}

.ring-green-600\/20{
  --tw-ring-color: rgb(5 150 105 / 0.2);
}

.ring-lime-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity));
}

.ring-lime-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity));
}

.ring-lime-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity));
}

.ring-rose-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity));
}

.ring-sky-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
}

.ring-slate-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity));
}

.ring-teal-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity));
}

.ring-zinc-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity));
}

.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}

.ring-offset-2{
  --tw-ring-offset-width: 2px;
}

.ring-offset-4{
  --tw-ring-offset-width: 4px;
}

.ring-offset-\[3px\]{
  --tw-ring-offset-width: 3px;
}

.ring-offset-lime-500{
  --tw-ring-offset-color: #84cc16;
}

.ring-offset-rose-500{
  --tw-ring-offset-color: #f43f5e;
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-\[0_35px_35px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-drop-shadow: drop-shadow(0 35px 35px rgba(0,0,0,0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.saturate-0{
  --tw-saturate: saturate(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.scrollbar{
  --scrollbar-track: initial;
  --scrollbar-thumb: initial;
  --scrollbar-corner: initial;
  --scrollbar-track-hover: var(--scrollbar-track);
  --scrollbar-thumb-hover: var(--scrollbar-thumb);
  --scrollbar-corner-hover: var(--scrollbar-corner);
  --scrollbar-track-active: var(--scrollbar-track-hover);
  --scrollbar-thumb-active: var(--scrollbar-thumb-hover);
  --scrollbar-corner-active: var(--scrollbar-corner-hover);
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  overflow: overlay;
}

.scrollbar.overflow-x-hidden{
  overflow-x: hidden;
}

.scrollbar.overflow-y-hidden{
  overflow-y: hidden;
}

.scrollbar::-webkit-scrollbar-track{
  background-color: var(--scrollbar-track);
}

.scrollbar::-webkit-scrollbar-thumb{
  background-color: var(--scrollbar-thumb);
}

.scrollbar::-webkit-scrollbar-corner{
  background-color: var(--scrollbar-corner);
}

.scrollbar::-webkit-scrollbar-track:hover{
  background-color: var(--scrollbar-track-hover);
}

.scrollbar::-webkit-scrollbar-thumb:hover{
  background-color: var(--scrollbar-thumb-hover);
}

.scrollbar::-webkit-scrollbar-corner:hover{
  background-color: var(--scrollbar-corner-hover);
}

.scrollbar::-webkit-scrollbar-track:active{
  background-color: var(--scrollbar-track-active);
}

.scrollbar::-webkit-scrollbar-thumb:active{
  background-color: var(--scrollbar-thumb-active);
}

.scrollbar::-webkit-scrollbar-corner:active{
  background-color: var(--scrollbar-corner-active);
}

.scrollbar{
  scrollbar-width: auto;
}

.scrollbar::-webkit-scrollbar{
  width: 16px;
  height: 16px;
}

.scrollbar-thin{
  --scrollbar-track: initial;
  --scrollbar-thumb: initial;
  --scrollbar-corner: initial;
  --scrollbar-track-hover: var(--scrollbar-track);
  --scrollbar-thumb-hover: var(--scrollbar-thumb);
  --scrollbar-corner-hover: var(--scrollbar-corner);
  --scrollbar-track-active: var(--scrollbar-track-hover);
  --scrollbar-thumb-active: var(--scrollbar-thumb-hover);
  --scrollbar-corner-active: var(--scrollbar-corner-hover);
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  overflow: overlay;
}

.scrollbar-thin.overflow-x-hidden{
  overflow-x: hidden;
}

.scrollbar-thin.overflow-y-hidden{
  overflow-y: hidden;
}

.scrollbar-thin::-webkit-scrollbar-track{
  background-color: var(--scrollbar-track);
}

.scrollbar-thin::-webkit-scrollbar-thumb{
  background-color: var(--scrollbar-thumb);
}

.scrollbar-thin::-webkit-scrollbar-corner{
  background-color: var(--scrollbar-corner);
}

.scrollbar-thin::-webkit-scrollbar-track:hover{
  background-color: var(--scrollbar-track-hover);
}

.scrollbar-thin::-webkit-scrollbar-thumb:hover{
  background-color: var(--scrollbar-thumb-hover);
}

.scrollbar-thin::-webkit-scrollbar-corner:hover{
  background-color: var(--scrollbar-corner-hover);
}

.scrollbar-thin::-webkit-scrollbar-track:active{
  background-color: var(--scrollbar-track-active);
}

.scrollbar-thin::-webkit-scrollbar-thumb:active{
  background-color: var(--scrollbar-thumb-active);
}

.scrollbar-thin::-webkit-scrollbar-corner:active{
  background-color: var(--scrollbar-corner-active);
}

.scrollbar-thin{
  scrollbar-width: thin;
}

.scrollbar-thin::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

.scrollbar-track-gray-100{
  --scrollbar-track: #f5f5f5 !important;
}

.scrollbar-track-sky-300{
  --scrollbar-track: #7dd3fc !important;
}

.scrollbar-track-stone-400{
  --scrollbar-track: #a8a29e !important;
}

.scrollbar-track-white{
  --scrollbar-track: #fff !important;
}

.scrollbar-thumb-amber-300{
  --scrollbar-thumb: #fcd34d !important;
}

.scrollbar-thumb-light-blue-400{
  --scrollbar-thumb: #38bdf8 !important;
}

.scrollbar-thumb-sky-300{
  --scrollbar-thumb: #7dd3fc !important;
}

.scrollbar-thumb-sky-400{
  --scrollbar-thumb: #38bdf8 !important;
}

.scrollbar-thumb-slate-300{
  --scrollbar-thumb: #cbd5e1 !important;
}

.scrollbar-thumb-slate-400{
  --scrollbar-thumb: #94a3b8 !important;
}

.scrollbar-thumb-stone-600{
  --scrollbar-thumb: #57534e !important;
}

.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-12{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
}

.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-6{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.line-clamp-8{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.elevation-3{
  box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.20), 0px 3px 4px 0px rgba(0,0,0,0.14), 0px 1px 8px 0px rgba(0,0,0,0.12);
}

.elevation-4{
  box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.20), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
}

.elevation-5{
  box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.20), 0px 5px 8px 0px rgba(0,0,0,0.14), 0px 1px 14px 0px rgba(0,0,0,0.12);
}

.elevation-16{
  box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.20), 0px 16px 24px 2px rgba(0,0,0,0.14), 0px 6px 30px 5px rgba(0,0,0,0.12);
}

.re-fg-danger{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

/* colorize fg, bg, border */

.re-shade-primary{
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.re-shade-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.re-shade-draft{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.re-shade-danger{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.re-shade-other{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.re-shade-inverted {
  color: white !important;
  background: #222222 !important;
  border-color: #222222 !important;
}

/* decorated icons for sections and the like ... requires icon size of 6 */

.re-dicon{
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  padding: 0.25rem;
}

.re-dicon.re-dicon-square{
  border-radius: 0.25rem;
}

.re-hoverable{
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.re-hoverable:hover{
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.turbotable{
  position: relative;
  display: flex;
  border-collapse: collapse;
  overflow: auto;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.re-tag.turbotable{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.turbotable{
  --scrollbar-track: initial;
  --scrollbar-thumb: initial;
  --scrollbar-corner: initial;
  --scrollbar-track-hover: var(--scrollbar-track);
  --scrollbar-thumb-hover: var(--scrollbar-thumb);
  --scrollbar-corner-hover: var(--scrollbar-corner);
  --scrollbar-track-active: var(--scrollbar-track-hover);
  --scrollbar-thumb-active: var(--scrollbar-thumb-hover);
  --scrollbar-corner-active: var(--scrollbar-corner-hover);
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  overflow: overlay;
}

.turbotable.overflow-x-hidden{
  overflow-x: hidden;
}

.turbotable.overflow-y-hidden{
  overflow-y: hidden;
}

.turbotable::-webkit-scrollbar-track{
  background-color: var(--scrollbar-track);
}

.turbotable::-webkit-scrollbar-thumb{
  background-color: var(--scrollbar-thumb);
}

.turbotable::-webkit-scrollbar-corner{
  background-color: var(--scrollbar-corner);
}

.turbotable::-webkit-scrollbar-track:hover{
  background-color: var(--scrollbar-track-hover);
}

.turbotable::-webkit-scrollbar-thumb:hover{
  background-color: var(--scrollbar-thumb-hover);
}

.turbotable::-webkit-scrollbar-corner:hover{
  background-color: var(--scrollbar-corner-hover);
}

.turbotable::-webkit-scrollbar-track:active{
  background-color: var(--scrollbar-track-active);
}

.turbotable::-webkit-scrollbar-thumb:active{
  background-color: var(--scrollbar-thumb-active);
}

.turbotable::-webkit-scrollbar-corner:active{
  background-color: var(--scrollbar-corner-active);
}

.turbotable{
  scrollbar-width: thin;
}

.turbotable::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

.turbotable{
  --scrollbar-track: #e2e8f0;
  --scrollbar-thumb: #94a3b8;
  overflow-y: visible;
  max-height: 768px;
}

.turbotable table{
  width: 100%;
  border-collapse: separate;
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  /* table-fixed */
}

.turbotable table thead{
  position: sticky !important;
  top: 0px !important;
  z-index: 1;
}

.table-first-column{
  position: static;
  left: 0px;
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.flatpickr-calendar.table-first-column {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.table-first-column.open {
  z-index: 999;
  display: block;
}

@media (min-width: 768px){
  .table-first-column{
    position: sticky;
    --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);
  }
}

.table-first-column{
  z-index: 2;
}

.table-first-column thead th{
  position: sticky !important;
  left: 0px !important;
  z-index: 20;
}

.table-first-column table{
  width: 300px;
}

.table-first-column thead tr:first-child th{
  height: 70px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  /* !min-w[280px]; */
  min-width: 200px !important;
}

.table-content-column{
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  /* was snap-left */
}

.table-content-column thead tr:first-child th{
  height: 70px;
}

.table-content-column thead th{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.table-secondary-th{
  height: 2.5rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.25rem;
  /* border-bottom: 4px double #e5e7eb !important; */
}

.turbotable th{
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.re-tag.turbotable th{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.table-th-year-value{
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.re-button.table-th-year-value{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.table-timespan-buttons{
  margin-top: 0.25rem;
}

.table-timespan-buttons > :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)));
}

.turbotable td{
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.turbotable tr.group-heading th{
  height: 2.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-text-opacity)) !important;
}

.turbotable tr.group-heading td{
  height: 2.5rem !important;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-text-opacity)) !important;
}

.table-content-column:last-child tr.group-heading td{
  border-right-width: 1px !important;
  --tw-border-opacity: 1;
  border-right-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.turbotable tr.heading td, .turbotable tr.heading th{
  height: 2.5rem !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.turbotable tr.heading td{
  height: 50px !important;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.turbotable tr.heading th{
  height: 50px !important;
}

.turbotable tr.heading th > :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)));
}

.turbotable tr.heading th{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 500;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.turbotable tr.heading th .rowtitle > :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)));
}

.turbotable tr.heading.no-child th{
  padding-left: 44px !important;
}

.table-content-column:last-child tr.heading td{
  border-right-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
  text-align: right !important;
}

.turbotable tr.callout td, .turbotable tr.callout th{
  height: 2.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.turbotable tr.callout td{
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}

.turbotable tr.callout th > :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)));
}

.turbotable tr.callout th{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(22 78 99 / var(--tw-text-opacity)) !important;
}

.turbotable tr.last-lvl-heading th{
  padding-left: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.turbotable tr.last-lvl-heading th{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.turbotable tr.last-lvl-heading td{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.turbotable tr.last-lvl-heading td{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.turbotable tr.last-lvl-heading.percentage-row th, .turbotable tr.last-lvl-heading.percentage-row td{
  font-weight: 400;
  font-style: italic;
  --tw-text-opacity: 1 !important;
  color: rgb(115 115 115 / var(--tw-text-opacity)) !important;
}

.turbotable tr.spacer{
  margin: 0px !important;
  height: 16px;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 0px !important;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.re-button.turbotable tr.spacer{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.turbotable tr.spacer td, .turbotable tr.spacer th{
  margin: 0px !important;
  height: 10px;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 0px !important;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.re-button.turbotable tr.spacer td,.re-button .turbotable tr.spacer th{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.turbotable tr.spacer th {
  border-left: 1px solid #e5e7eb !important;
}

.turbotable div.table-content-column:last-child tr.spacer td {
  border-right: 1px solid #e5e7eb !important;
}

.turbotable tr.subheading td{
  height: 40px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-weight: 500;
}

.turbotable tr.subheading th{
  height: 40px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 48px;
  font-weight: 400;
}

.turbotable tr.subheading.summary th{
  padding-left: 16px !important;
}

.turbotable tr.sumheading td{
  height: 40px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
  font-weight: 600 !important;
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}

.turbotable tr.sumheading th{
  height: 40px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 16px !important;
  font-weight: 600 !important;
  text-transform: capitalize;
}

.turbotable .rowtitle{
  display: flex;
  text-align: left;
  vertical-align: middle;
}

.turbotable .heading.summary th, .turbotable .heading.summary td{
  font-weight: 600;
}

.turbotable th, .turbotable td{
  height: 50px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.re-tag.turbotable th,.re-tag .turbotable td{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.turbotable tr.highlited th{
  border-left: 2px solid #0EA5E9;
}

.turbotable tr.toggle_cac_on.highlited.show th, .turbotable tr.toggle_cac_on.highlited.show td{
  animation: colorFadeOut 2s ease-in;
}

.turbotable tr.sumheading.toggle_cac_on.highlited.show th{
  animation: colorFadeOut 2s ease-in;
  border-left: 2px solid #0EA5E9 !important;
}

.turbotable tr.not_available th{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity)) !important;
}

.turbotable tr.not_available td{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity)) !important;
}

/*Actual Vs Planned Table*/

.toggle_hide_planned .rowtitle{
  justify-content: flex-end;
}

@keyframes colorFadeOut{
  0%{
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity));
    transition: background-color 2s ease-in;
  }

  100%{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

/*
.section_by_revenue_type th, .section_by_revenue_type td{
  @apply h-[50px] bg-white border border-gray-200 text-sm;
}

.section_by_revenue_type th{
  @apply !text-light-blue-600 !font-normal !pl-12 italic;
}

.section_by_revenue_type th.percentage-cell{
  @apply !text-gray-700 !font-normal !pl-12 italic;
}
*/

/* .year-toggle-open { @apply px-2 py-1 text-white bg-blue-600 rounded-full cursor-pointer; } */

/* .year-toggle-closed { @apply px-2 py-1 text-blue-500 rounded-full cursor-pointer bg-slate-300; } */

.turbotable .year-toggle-open{
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
  vertical-align: middle;
}

.turbotable .year-toggle-closed{
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
  vertical-align: middle;
}

#tt-toggles{
  position: sticky;
  top: -1rem;
  z-index: 10;
  display: block;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.re-button#tt-toggles{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tt-toggle{
  display: flex;
  align-items: center;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

tr.italicized td, tr.italicized th{
  font-weight: 400 !important;
  font-style: italic !important;
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity)) !important;
}

.table-controls-wrapper{
  margin-bottom: 0.625rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.table-controls-wrapper .table-search-bar-wrapper{
  position: relative;
  width: 18rem;
}

.table-controls-wrapper .table-search-bar-wrapper input{
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.re-tag.table-controls-wrapper .table-search-bar-wrapper input{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.table-controls-wrapper .table-search-bar-wrapper input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.table-controls-wrapper .table-search-bar-wrapper input:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.table-controls-wrapper .table-search-bar-wrapper input:placeholder{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.table-controls-wrapper .table-search-bar-wrapper .table-search-bar-icon{
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}

.table-controls-wrapper .table-search-bar-wrapper .table-search-bar-icon svg{
  margin-top: 0.125rem;
  height: 1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.table-controls-wrapper .table-search-filter-tag{
  margin-left: 1.25rem;
  display: flex;
  align-items: center;
}

.table-controls-wrapper .table-search-filter-tag > :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)));
}

.table-controls-wrapper .table-search-filter-tag .table-search-filter-tag-item{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.re-tag.table-controls-wrapper .table-search-filter-tag .table-search-filter-tag-item{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.table-controls-wrapper .table-search-filter-tag .table-search-filter-tag-item .table-search-filter-tag-remove{
  margin-left: 0.5rem;
  cursor: pointer;
}

.table-controls-wrapper .table-search-filter-tag .table-search-filter-tag-item .table-search-filter-tag-remove svg{
  display: inline;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}


.flatpickr-calendar.table-controls-wrapper .table-search-filter-tag .table-search-filter-tag-item .table-search-filter-tag-remove svg {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.table-controls-wrapper .table-search-filter-tag .table-search-filter-tag-item .table-search-filter-tag-remove svg {
  display: block;
  position: relative;
  top: 2px;
}

.table-controls-wrapper .table-search-filter-tag .table-search-filter-tag-item .table-search-filter-tag-remove svg:hover{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.table-controls-wrapper .table-toolbar{
  display: flex;
  align-items: center;
}

.table-controls-wrapper .table-toolbar > :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)));
}

.table-controls-wrapper .table-toolbar .show-hide-cac{
  display: inline-flex;
  align-items: center;
}

.table-controls-wrapper .table-toolbar .show-hide-cac > :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)));
}

.table-controls-wrapper .table-toolbar .show-hide-cac{
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.table-controls-wrapper .table-toolbar .show-hide-cac{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.table-controls-wrapper .table-toolbar .show-hide-cac .switch-button{
  position: relative;
  display: inline-flex;
  height: 1.5rem;
  width: 2.75rem;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.table-controls-wrapper .table-toolbar .show-hide-cac .switch-button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}

.table-controls-wrapper .table-toolbar .show-hide-cac .switch-button span{
  pointer-events: none;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
  --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);
  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-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.table-controls-wrapper .table-toolbar .vertical-devider{
  display: inline;
  height: 0.875rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}


.flatpickr-calendar.table-controls-wrapper .table-toolbar .vertical-devider {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.table-controls-wrapper .table-toolbar .vertical-devider {
  display: block;
  position: relative;
  top: 2px;
}

.table-controls-wrapper .table-toolbar .table-years-settings{
  display: flex;
}

.turbotable tr.sub-group-heading th{
  height: 2.5rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-left: 48px !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 300;
  text-transform: capitalize;
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity)) !important;
  text-decoration-line: underline;
}

.turbotable tr.sub-group-heading td{
  height: 2.5rem !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  text-transform: capitalize;
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity)) !important;
}

.table-content-column:last-child tr.sub-group-heading td{
  border-right-width: 1px !important;
  --tw-border-opacity: 1;
  border-right-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.turbotable tr.ellipsis th .rowlabel{
  display: inline-flex !important;
  align-items: center !important;
  border-right-width: 4px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  padding-right: 0.75rem;
}

.group-heading .rowlabel{
  display: inline-flex !important;
  align-items: center !important;
  font-weight: 400;
  line-height: 1rem;
}

.turbotable .heading *, .turbotable .sumheading *{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.rot90 {
  transform: rotate(90deg);
}

.rot270 {
  transform: rotate(270deg);
}

tr.coded td.coded_red{
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}

tr.coded td.coded_green{
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(5 150 105 / var(--tw-text-opacity)) !important;
}

.note_link{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}

.re-button.note_link{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.note_link:hover{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}

tr.smaller th{
  height: 2.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 2rem !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 400 !important;
}

tr.smaller th .rowlabel{
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-text-opacity)) !important;
}

tr.smaller td{
  height: 2.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 1rem !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 400 !important;
}

.turbotable tr.actuals td.has_actual{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity)) !important;
}

/*
tr.actuals .dashed_cell {
  @apply !text-xs !font-normal !py-1 !pl-8 !h-10;
   background-color: #22c31d;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2399ff99' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");

}
*/

.page-tab-bar > :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)));
}

.page-tab-bar{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.re-tag.page-tab-bar{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.page-tab-bar.subbar > :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)));
}

.page-tab-bar.subbar{
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.re-button.page-tab-bar.subbar{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.page-tab-bar-inner{
  display: flex;
  height: 2rem;
  align-items: center;
}

.page-tab-bar-inner > :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)));
}

.page-tab-bar.subbar .page-tab-bar-inner{
  display: flex;
  height: 1.5rem;
  align-items: center;
}

.page-tab-bar.subbar .page-tab-bar-inner > :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)));
}

.page-tab-bar a.page-tab{
  display: inline-flex;
  height: 100%;
  align-items: center;
  border-bottom-width: 3px;
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.page-tab-bar a.page-tab:hover{
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.page-tab-bar .page-tab-disabled{
  display: inline-flex;
  height: 100%;
  cursor: not-allowed;
  align-items: center;
  border-bottom-width: 3px;
  border-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity)) !important;
}

.page-tab-bar a.page-tab--active{
  display: inline-flex;
  height: 100%;
  align-items: center;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.page-tab-bar.subbar a.page-tab:hover{
  border-bottom-width: 2px;
}

.page-tab-bar.subbar a.page-tab--active{
  display: inline-flex;
  height: 100%;
  align-items: center;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.foldertab-bar{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.foldertab-bar > :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)));
}

.foldertab-bar{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.re-button.foldertab-bar{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.foldertab-bar-inner{
  display: flex;
  align-items: center;
}

.foldertab-bar-inner > :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)));
}

.foldertab-bar-inner{
  padding-top: 0.5rem;
}

.foldertab-bar a.foldertab{
  margin-top: 0.5rem;
  display: inline-flex;
  height: 100%;
  align-items: center;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}

.foldertab-bar a.foldertab:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}

.foldertab-bar a.foldertab{
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.foldertab-bar a.foldertab:hover{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.foldertab-bar a.foldertab{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.foldertab-bar a.foldertab--active{
  margin-top: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.foldertab-bar a.foldertab--active:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

/* TODO: Merge in sidebar.css as needed, then remove it from the codebase */

.sidebar_component .sidebar__title{
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase !important;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.re-button.sidebar_component .sidebar__title{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.sidebar_component .sidebar__link--active{
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
  padding-right: 0px;
}

.sidebar_component .sidebar__link--active svg{
  margin-left: 0px;
  margin-right: 0.25rem;
  padding: 0px;
}

.sidebar--mini{
  overflow: visible;
}

.quicklook-panel.sidebar--mini #sidebar__divider {
  display: none;
}

.sidebar--mini #sidebar__divider{
  display: none;
}

.table-fin.expanded tr.sidebar--mini #sidebar__divider {
  display: none;
}

.flatpickr-day.sidebar--mini #sidebar__divider {
  visibility: hidden;
}

.quicklook-panel.sidebar--mini .sidebar__link--active span {
  display: none;
}

.sidebar--mini .sidebar__link--active span{
  display: none;
}

.table-fin.expanded tr.sidebar--mini .sidebar__link--active span {
  display: none;
}

.flatpickr-day.sidebar--mini .sidebar__link--active span {
  visibility: hidden;
}

.sidebar--mini .sidebar__link--active svg{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  padding: 0px !important;
}

.sidebar--mini .sidebar__link:hover span{
  position: absolute;
  top: 0px;
  display: inline-block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
  left: calc(100% + 12px);
  z-index: 1000 !important;
  white-space: nowrap;
  animation: span_slide_left 0.4s ease-in-out;
}

.sidebar--mini .sidebar__link:hover span::before{
  position: absolute;
  top: 0.5rem;
  right: 100%;
  content: '';
  border-top:10px solid transparent;
  border-right:12px solid #0891b2;
  border-bottom:10px solid transparent;
  border-left:12px solid transparent;
}

.sidebar--mini .sidebar-inner{
  overflow: visible;
}

.sidebar--mini .sidebar__link{
  position: relative;
}

@keyframes span_slide_left{
  0%{
    left: calc(100% + 24px);
    transition: all 0.5s ease-in-out;
  }

  100%{
    left: calc(100% + 12px);
  }
}

/* Experiment - make navi scrollbar less intrussive on smaller screens
.sidebar ::-webkit-scrollbar-thumb {
  background: #bbddff;
  border-radius: 0px;
}

.sidebar:hover ::-webkit-scrollbar-thumb {
  background: #0891b2;
  border-radius: 0px;
}
*/

.tltooltip{
  visibility: hidden;
  position: absolute;
  display: block;
  margin-top: -2rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
  --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);
}

.re-button.tltooltip{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tltooltip {
  min-width: 12rem;
}

.has-tltooltip:hover svg {
  color: black !important;
}

.tltooltip_early {
  left: 40px;
}

.tltooltip_late {
  right: 40px;
}

.has-tltooltip:hover .tltooltip{
  visibility: visible;
  z-index: 50;
}

.adjustments_table th{
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.adjustments_table th:hover{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

.adjustments_table td.adjcell{
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  text-align: center;
}

.record_table thead tr th.adjustments_table td.adjcell{
  text-align: center !important;
}

.cohort_table thead tr th.adjustments_table td.adjcell{
  text-align: center !important;
}

.adjustments_table td.adjcell{
  text-align: center;
}

.analysis_table thead tr th.adjustments_table td.adjcell{
  text-align: center !important;
}

.adjustments_table td.adjcell:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}

.adjustments_table td.inactive{
  cursor: not-allowed;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  /* via: https://heropatterns.com/ */
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23999999' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.adj_selected{
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

.disabled_cell{
  cursor: not-allowed;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  /* via: https://heropatterns.com/ */
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23999999' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

#adj_selection_count{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

.adjustments_table thead th{
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.re-tag.adjustments_table thead th{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.adjustments_table thead th:first-child{
  width: 13rem;
  text-align: left;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.adjustments_table td{
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: right !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.re-tag.adjustments_table td{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.adjustments_table td.preflight{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}

.adjustments_table td.preflight.adj_selected{
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

.adjustments_table tbody th{
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.re-tag.adjustments_table tbody th{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.helpslider{
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

tbody.closing td{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
}

.record_table thead tr thtbody.closing td{
  text-align: center !important;
}

.cohort_table thead tr thtbody.closing td{
  text-align: center !important;
}

tbody.closing td{
  text-align: center;
}

.analysis_table thead tr thtbody.closing td{
  text-align: center !important;
}

tbody.closing td.cth{
  border-radius: 0px;
  text-align: left !important;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

tbody.closing .row-secondary td{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400 !important;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

tbody.re-button.closing .row-secondary td{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.monthly-ajdustments-input{
  display: flex;
}

.monthly-ajdustments-input input{
  height: 2.25rem;
  border-radius: 0.375rem;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.monthly-ajdustments-input input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.monthly-ajdustments-input input::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400 !important;
}

.monthly-ajdustments-input input::placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400 !important;
}

.re-tag.monthly-ajdustments-input input::-moz-placeholder{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re-tag.monthly-ajdustments-input input::placeholder{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.monthly-ajdustments-input button{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: capitalize;
}

.re-tag.monthly-ajdustments-input button{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.max-commission-reached{
  --tw-text-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
}

.closing tr.group-heading{
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
}

.closing tr.group-heading th{
  height: 2.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity)) !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-text-opacity)) !important;
}

.closing tr.group-heading td{
  height: 2.5rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity)) !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-text-opacity)) !important;
}

.version_outer{
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.re-tag.version_outer{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

a.version:hover{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.version_icon_info{
  display: flex;
  align-items: center;
}

.version .changeset dt{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.re-tag.version .changeset dt{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.version .changeset dd{
  margin-left: 1rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.re-tag.version .changeset dd{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.record_card_outer{
  border-radius: 0.25rem;
  border-width: 1px;
  padding: 0.75rem;
  --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);
}

@media (min-width: 620px){
  .record-card-responsive{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 740px){
  .record-card-responsive{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 920px){
  .record-card-responsive{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .record-card-responsive{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1220px){
  .record-card-responsive{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1360px){
  .record-card-responsive{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1620px){
  .record-card-responsive{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1800px){
  .record-card-responsive{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.message_other_item .message_other{
  border-top-left-radius: 0px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.message_me_item{
  justify-content: flex-end;
}

.message_me_item .message_me{
  border-top-right-radius: 0px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.highlited_notification{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}

.highlited_notification .notification_icon{
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}

.highlited_notification .notification_content{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.unhighlited_notification{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.unhighlited_notification .notification_icon{
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.unhighlited_notification .notification_content{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.proforma_card_bg {
  background-color: #eeeeee;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23cccccc' fill-opacity='0.4'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");
}

.re_sidebar{
  display: flex;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  .re_sidebar{
    flex-shrink: 0;
  }
}

.re_sidebar {
  /* cursor-ns-resize	; */
  /* transition: all 0.2s ease-in-out; */
}

.re_sidebar.left_side .upper_menu{
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.re_sidebar .lower_menu{
  position: relative;
  width: 3rem;
}

.re_sidebar:hover .lower_menu{
  position: relative;
}

.group:hover .re_sidebar:hover .lower_menu{
  width: 14rem;
}

.re_sidebar.left_side .logo_devider{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.re_sidebar .re_sidebar__link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.re_sidebar .re_sidebar__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.re_sidebar .re_sidebar__link svg, .re_sidebar .re_sidebar__link--active svg{
  margin-left: 0px;
  margin-right: 0px;
}

.re_sidebar .re_sidebar__link--active{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: inset 0 0 5px #cccccc;
}

.quicklook-panel.re_sidebar .re_sidebar__link--active > span,.quicklook-panel .re_sidebar .re_sidebar__link > span {
  display: none;
}

.re_sidebar .re_sidebar__link--active > span, .re_sidebar .re_sidebar__link > span{
  display: none;
  white-space: nowrap;
}

.table-fin.expanded tr.re_sidebar .re_sidebar__link--active > span,.table-fin.expanded tr .re_sidebar .re_sidebar__link > span {
  display: none;
}

.flatpickr-day.re_sidebar .re_sidebar__link--active > span,.flatpickr-day .re_sidebar .re_sidebar__link > span {
  visibility: hidden;
}

.re_sidebar .re_sidebar__logo {
  width: 31px;
  height: 41px;
}

.re_sidebar .re_sidebar__logo-container{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.re_sidebar .re_sidebar__logo-container > :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));
}

.re_sidebar .re_sidebar__logo-container{
  padding: 0px;
  padding-top: 1rem !important;
  padding-bottom: 0.5rem !important;
}

.re_sidebar__logo-container:hover .cls-2{
  fill: #fff;
}

.re_sidebar__logo-container:hover .cls-1{
  fill: #65A30D;
}

.re_sidebar .re_sidebar__avi-container{
  display: flex;
  align-items: center;
}

.re_sidebar .re_sidebar__avi-container > :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));
}

.re_sidebar .re_sidebar__avi-container{
  padding: 0px;
  padding-top: 0.25rem !important;
  padding-bottom: 0.5rem !important;
}

.re_sidebar #re_sidebar__divider{
  display: block;
}

.re_sidebar_top_part1 .re_sidebar__link, .re_sidebar_top_part2 .re_sidebar__link, .re_sidebar_top_part3 .re_sidebar__link, .re_sidebar_top_part4 .re_sidebar__link{
  --tw-text-opacity: 1;
  color: rgb(35 63 75 / var(--tw-text-opacity));
  /* transition: width 0.2s ease-in-out; */
}

.re_sidebar_top_part1 .re_sidebar__link:hover:hover, .re_sidebar_top_part2 .re_sidebar__link:hover:hover, .re_sidebar_top_part3 .re_sidebar__link:hover:hover, .re_sidebar_top_part4 .re_sidebar__link:hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}

.re_sidebar_top_part1 .re_sidebar__link--active, .re_sidebar_top_part2 .re_sidebar__link--active, .re_sidebar_top_part3 .re_sidebar__link--active, .re_sidebar_top_part4 .re_sidebar__link--active{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(35 63 75 / var(--tw-text-opacity));
}

.re_sidebar_bottom_part{
  --tw-bg-opacity: 1;
  background-color: rgb(35 63 75 / var(--tw-bg-opacity));
  padding-top: 2rem;
  /* transition: width 0.2s ease-in-out; */
}

.re_sidebar.right_side .lower_menu{
  float: right;
}

.re_sidebar.right_side .re_sidebar_bottom_part{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(35 63 75 / var(--tw-bg-opacity));
  padding-top: 2rem;
  /* transition: width 0.2s ease-in-out; */
}

.re_sidebar.left_side .re_sidebar_bottom_part nav, .re_sidebar.right_side .re_sidebar_bottom_part nav{
  position: relative;
}

.re_sidebar_bottom_part .re_sidebar__link{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* transition: width 0.2s ease-in-out; */
}

.re_sidebar_bottom_part .re_sidebar__link--active{
  --tw-border-opacity: 1;
  border-color: rgb(35 63 75 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(35 63 75 / var(--tw-text-opacity));
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: inset 0 0 5px #cccccc;
}

.re_sidebar_bottom_part .re_sidebar__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(35 63 75 / var(--tw-text-opacity));
}

.re_sidebar_top_part4{
  position: relative;
}

/*SIDEBAR BIG SIZE (ON HOVER)*/

.quicklook-panel.re_sidebar__logo-full {
  display: none;
}

.re_sidebar__logo-full{
  display: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.table-fin.expanded tr.re_sidebar__logo-full {
  display: none;
}

.flatpickr-day.re_sidebar__logo-full {
  visibility: hidden;
}

.group:hover .re_sidebar__logo-full{
  display: flex;
  justify-content: center;
}

.group:hover .re_sidebar.left_side:hover .re_sidebar__link svg,.group:hover   .re_sidebar.left_side:hover .re_sidebar__link--active svg{
  margin-right: 0.5rem;
}

.group:hover .re_sidebar.right_side:hover .re_sidebar__link svg,.group:hover   .re_sidebar.right_side:hover .re_sidebar__link--active svg{
  margin-left: 0.5rem;
}

/* SIDEBAR DEVIDER*/

.re_sidebar .sidebar-devider{
  height: 1rem;
}

.re_sidebar_bottom_part .sidebar-devider{
  margin-top: 0.75rem;
}

.re_sidebar.left_side .sidebar-devider .sidebar-devider-text{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re_sidebar.right_side .sidebar-devider .sidebar-devider-text{
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re_sidebar.left_side .re_sidebar_bottom_part .sidebar-devider-text{
  --tw-bg-opacity: 1;
  background-color: rgb(35 63 75 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.re_sidebar.right_side .re_sidebar_bottom_part .sidebar-devider-text{
  --tw-bg-opacity: 1;
  background-color: rgb(35 63 75 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* RIGHT SIDE BAR DESIGN */

.re_sidebar.right_side .upper_menu{
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}

.re_sidebar.right_side .upper_menu_triangle svg{
  transform: rotateY(180deg);
}

.re_sidebar.right_side .upper_menu_triangle img {
  transform: rotateY(180deg);
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
  fill: #FBBF24;
}

.re_sidebar.right_side .upper_menu_triangle svg polygon{
  fill: #FBBF24;
}

.re_sidebar.right_side .lower_menu_triangle svg{
  transform: rotateY(180deg);
}

.re_sidebar.right_side .re_sidebar_top_part1 .re_sidebar__link:hover:hover, .re_sidebar.right_side .re_sidebar_top_part2 .re_sidebar__link:hover:hover, .re_sidebar.right_side .re_sidebar_top_part3 .re_sidebar__link:hover:hover, .re_sidebar.right_side .re_sidebar_top_part4 .re_sidebar__link:hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}

.re_sidebar.right_side .re_sidebar_top_part1 .re_sidebar__link--active, .re_sidebar.right_side .re_sidebar_top_part2 .re_sidebar__link--active, .re_sidebar.right_side .re_sidebar_top_part3 .re_sidebar__link--active, .re_sidebar.right_side .re_sidebar_top_part4 .re_sidebar__link--active{
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(35 63 75 / var(--tw-text-opacity));
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: inset 0 0 5px #cccccc;
}

@keyframes span_slide_left{
  0%{
    left: calc(100% + 24px);
    transition: all 0.5s ease-in-out;
  }

  100%{
    left: calc(100% + 12px);
  }
}

/* ---- utility classes ---- */

.iclasses_hilite{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 3px;
}

.re_sidebar__link_disabled{
  cursor: not-allowed;
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity)) !important;
}

.re_sidebar__badge{
  position: absolute;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

.re-tag.re_sidebar__badge{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.65rem;
}

.re_sidebar__badge {
  font-size: 0.65rem;
}

.re_sidebar__badge.badge_right{
  left: 0.5rem;
}

.re_sidebar__badge.badge_left{
  right: 0.5rem;
}

.nav_inner_shadow {
  box-shadow: inset 0 0 5px #cccccc;
}

.nav_outer_glow {
  box-shadow: 0 0 5px #cccccc;
}

#onboarder ol > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-divide-opacity));
}

#onboarder ol{
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  #onboarder ol{
    display: flex;
  }

  #onboarder ol > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
}

#onboarder .onboard_check{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

#onboarder .onboard_check_done{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#onboarder .onboard_check_undone{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

/*RE Super Menu*/

.re_super_menu{
  position: relative;
}

.re_super_menu_button{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  text-transform: capitalize;
  line-height: 1.5rem;
}

.re-tag.re_super_menu_button{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re_super_menu_button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}

.quicklook-panel.re_super_menu_container {
  display: none;
}

.re_super_menu_container{
  position: absolute;
  left: 0px;
  z-index: 10;
  margin-top: 0.25rem;
  margin-left: 0.75rem;
  display: none;
  width: 99%;
  border-width: 1px;
}

.table-fin.expanded tr.re_super_menu_container {
  display: none;
}

.flatpickr-day.re_super_menu_container {
  visibility: hidden;
}

.re_super_menu_container{
  /* @apply absolute left-0 z-10 hidden w-full mt-1 ml-3 border xl:max-w-5xl 2xl:max-w-7xl; */
  z-index: 100;
}

.re_super_menu_container_show{
  display: flex !important;
}

.re_super_menu_content{
  width: 100%;
  flex: 1 1 auto;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.5rem;
  --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);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(23 23 23 / 0.05);
}

.re-tag.re_super_menu_content{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re_super_menu_header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.re-tag.re_super_menu_header{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.re_super_menu_item{
  position: relative;
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.re_super_menu_item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

.re_super_menu_item_active{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}

.re_super_menu_item_active:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 230 53 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity)) !important;
}

/*SPECIAL CASE FOR THE DASHBOARD*/

.dashboard-supermenu .re_super_menu_container{
  /*width: 80vw !important;*/
  width: 60vw !important;
}

@media (min-width: 768px){
  .dashboard-supermenu .re_super_menu_container{
    width: 70vw !important;
  }
}

@media (min-width: 1024px){
  .dashboard-supermenu .re_super_menu_container{
    width: 80vw !important;
  }
}

/*==============*/

.tray_outer{
  position: absolute;
  right: 80px;
  top: 0px;
  z-index: 40;
  overflow: hidden;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.tray_title{
  z-index: 10;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
  /* box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2); */
}

.tray_inner{
  position: relative;
  display: block;
  max-height: 36rem;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.re-tag.tray_inner{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tray-scroller{
  overflow-y: scroll;
  --scrollbar-track: initial;
  --scrollbar-thumb: initial;
  --scrollbar-corner: initial;
  --scrollbar-track-hover: var(--scrollbar-track);
  --scrollbar-thumb-hover: var(--scrollbar-thumb);
  --scrollbar-corner-hover: var(--scrollbar-corner);
  --scrollbar-track-active: var(--scrollbar-track-hover);
  --scrollbar-thumb-active: var(--scrollbar-thumb-hover);
  --scrollbar-corner-active: var(--scrollbar-corner-hover);
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  overflow: overlay;
}

.tray-scroller.overflow-x-hidden{
  overflow-x: hidden;
}

.tray-scroller.overflow-y-hidden{
  overflow-y: hidden;
}

.tray-scroller::-webkit-scrollbar-track{
  background-color: var(--scrollbar-track);
}

.tray-scroller::-webkit-scrollbar-thumb{
  background-color: var(--scrollbar-thumb);
}

.tray-scroller::-webkit-scrollbar-corner{
  background-color: var(--scrollbar-corner);
}

.tray-scroller::-webkit-scrollbar-track:hover{
  background-color: var(--scrollbar-track-hover);
}

.tray-scroller::-webkit-scrollbar-thumb:hover{
  background-color: var(--scrollbar-thumb-hover);
}

.tray-scroller::-webkit-scrollbar-corner:hover{
  background-color: var(--scrollbar-corner-hover);
}

.tray-scroller::-webkit-scrollbar-track:active{
  background-color: var(--scrollbar-track-active);
}

.tray-scroller::-webkit-scrollbar-thumb:active{
  background-color: var(--scrollbar-thumb-active);
}

.tray-scroller::-webkit-scrollbar-corner:active{
  background-color: var(--scrollbar-corner-active);
}

.tray-scroller{
  scrollbar-width: auto;
}

.tray-scroller::-webkit-scrollbar{
  width: 16px;
  height: 16px;
}

.tray-scroller{
  --scrollbar-track: initial;
  --scrollbar-thumb: initial;
  --scrollbar-corner: initial;
  --scrollbar-track-hover: var(--scrollbar-track);
  --scrollbar-thumb-hover: var(--scrollbar-thumb);
  --scrollbar-corner-hover: var(--scrollbar-corner);
  --scrollbar-track-active: var(--scrollbar-track-hover);
  --scrollbar-thumb-active: var(--scrollbar-thumb-hover);
  --scrollbar-corner-active: var(--scrollbar-corner-hover);
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  overflow: overlay;
}

.tray-scroller.overflow-x-hidden{
  overflow-x: hidden;
}

.tray-scroller.overflow-y-hidden{
  overflow-y: hidden;
}

.tray-scroller::-webkit-scrollbar-track{
  background-color: var(--scrollbar-track);
}

.tray-scroller::-webkit-scrollbar-thumb{
  background-color: var(--scrollbar-thumb);
}

.tray-scroller::-webkit-scrollbar-corner{
  background-color: var(--scrollbar-corner);
}

.tray-scroller::-webkit-scrollbar-track:hover{
  background-color: var(--scrollbar-track-hover);
}

.tray-scroller::-webkit-scrollbar-thumb:hover{
  background-color: var(--scrollbar-thumb-hover);
}

.tray-scroller::-webkit-scrollbar-corner:hover{
  background-color: var(--scrollbar-corner-hover);
}

.tray-scroller::-webkit-scrollbar-track:active{
  background-color: var(--scrollbar-track-active);
}

.tray-scroller::-webkit-scrollbar-thumb:active{
  background-color: var(--scrollbar-thumb-active);
}

.tray-scroller::-webkit-scrollbar-corner:active{
  background-color: var(--scrollbar-corner-active);
}

.tray-scroller{
  scrollbar-width: thin;
}

.tray-scroller::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

.tray-scroller{
  --scrollbar-track: #fff;
  overflow-y: visible;
}

.tray_inner .prose * {
  /* line-height: 1rem !important; */
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: calc(1s * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: calc(1s * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: calc(1s * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: calc(1s * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: calc(1s / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: calc(1s * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: calc(1s * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}

/* Attention seekers  */

@keyframes bounce {
  from,
  20%,
  53%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.animate__flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.animate__rubberBand {
  animation-name: rubberBand;
}

@keyframes shakeX {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.animate__shakeX {
  animation-name: shakeX;
}

@keyframes shakeY {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
  }
}

.animate__shakeY {
  animation-name: shakeY;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.animate__tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.animate__wobble {
  animation-name: wobble;
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.animate__jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: calc(1s * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}

/* Back entrances */

@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInDown {
  animation-name: backInDown;
}

@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInLeft {
  animation-name: backInLeft;
}

@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInRight {
  animation-name: backInRight;
}

@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInUp {
  animation-name: backInUp;
}

/* Back exits */

@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutDown {
  animation-name: backOutDown;
}

@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutLeft {
  animation-name: backOutLeft;
}

@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutRight {
  animation-name: backOutRight;
}

@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutUp {
  animation-name: backOutUp;
}

/* Bouncing entrances  */

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.animate__bounceIn {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.animate__bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.animate__bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.animate__bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.animate__bounceInUp {
  animation-name: bounceInUp;
}

/* Bouncing exits  */

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.animate__bounceOut {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

.animate__bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

.animate__bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

.animate__bounceOutUp {
  animation-name: bounceOutUp;
}

/* Fading entrances  */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}

/* Fading exits */

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.animate__fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.animate__fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.animate__fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.animate__fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}

.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}

@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}

.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}

@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}

.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}

@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}

.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}

/* Flippers */

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.animate__flipOutX {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.animate__flipOutY {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

/* Lightspeed */

@keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}

/* Rotating entrances */

@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}

@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}

@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}

@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}

@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}

/* Rotating exits */

@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}

@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}

@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}

@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}

@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}

/* Specials */

@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.animate__hinge {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate__jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.animate__rollOut {
  animation-name: rollOut;
}

/* Zooming entrances */

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.animate__zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInUp {
  animation-name: zoomInUp;
}

/* Zooming exits */

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.animate__zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}

/* Sliding entrances */

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInUp {
  animation-name: slideInUp;
}

/* Sliding exits */

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.animate__slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.animate__slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.animate__slideOutUp {
  animation-name: slideOutUp;
}

/* See: https://psmy.medium.com/rails-7-tabulator-and-stimulus-366369fa06ef */

/* See: https://tabulator.info/ */

.tabulator{
  border:1px solid #999;
  font-size:14px;
  overflow:hidden;
  position:relative;
  text-align:left;
  transform:translateZ(0)
}

.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{
  min-width:100%
}

.tabulator[tabulator-layout=fitDataTable]{
  display:inline-block
}

.tabulator.tabulator-block-select,.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing){
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.tabulator .tabulator-header{
  background-color:#fff;
  border-bottom:1px solid #999;
  box-sizing:border-box;
  color:#555;
  font-weight:700;
  outline:none;
  overflow:hidden;
  position:relative;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -o-user-select:none;
  white-space:nowrap;
  width:100%
}

.tabulator .tabulator-header.tabulator-header-hidden{
  display:none
}

.tabulator .tabulator-header .tabulator-header-contents{
  overflow:hidden;
  position:relative
}

.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{
  display:inline-block
}

.tabulator .tabulator-header .tabulator-col{
  background:#fff;
  border-right:1px solid #ddd;
  box-sizing:border-box;
  display:inline-flex;
  flex-direction:column;
  justify-content:flex-start;
  overflow:hidden;
  position:relative;
  text-align:left;
  vertical-align:bottom
}

.tabulator .tabulator-header .tabulator-col.tabulator-moving{
  background:#e6e6e6;
  border:1px solid #999;
  pointer-events:none;
  position:absolute
}

.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight{
  background-color:#d6d6d6;
  color:#000
}

.tabulator .tabulator-header .tabulator-col.tabulator-range-selected{
  background-color:#3876ca;
  color:#fff
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content{
  box-sizing:border-box;
  padding:4px;
  position:relative
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{
  padding:0 8px
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{
  cursor:pointer;
  opacity:.6
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{
  position:relative
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{
  box-sizing:border-box;
  overflow:hidden;
  text-overflow:ellipsis;
  vertical-align:bottom;
  white-space:nowrap;
  width:100%
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{
  text-overflow:clip;
  white-space:normal
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{
  background:#fff;
  border:1px solid #999;
  box-sizing:border-box;
  padding:1px;
  width:100%
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{
  width:calc(100% - 22px)
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{
  align-items:center;
  bottom:0;
  display:flex;
  position:absolute;
  right:4px;
  top:0
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{
  border-bottom:6px solid #bbb;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  height:0;
  width:0
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{
  border-top:1px solid #ddd;
  display:flex;
  margin-right:-1px;
  overflow:hidden;
  position:relative
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{
  box-sizing:border-box;
  margin-top:2px;
  position:relative;
  text-align:center;
  width:100%
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{
  height:auto!important
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{
  margin-top:3px
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{
  height:0;
  width:0
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{
  padding-right:25px
}

@media (hover:hover) and (pointer:fine){
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{
    background-color:#e6e6e6;
    cursor:pointer
  }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{
  color:#bbb
}

@media (hover:hover) and (pointer:fine){
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{
    border-bottom:6px solid #555;
    cursor:pointer
  }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{
  border-bottom:6px solid #bbb;
  border-top:none
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{
  color:#666
}

@media (hover:hover) and (pointer:fine){
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{
    border-bottom:6px solid #555;
    cursor:pointer
  }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{
  border-bottom:6px solid #666;
  border-top:none
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{
  color:#666
}

@media (hover:hover) and (pointer:fine){
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{
    border-top:6px solid #555;
    cursor:pointer
  }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{
  border-bottom:none;
  border-top:6px solid #666;
  color:#666
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{
  align-items:center;
  display:flex;
  justify-content:center;
  text-orientation:mixed;
  writing-mode:vertical-rl
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{
  transform:rotate(180deg)
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{
  padding-right:0;
  padding-top:20px
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{
  padding-bottom:20px;
  padding-right:0
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{
  bottom:auto;
  justify-content:center;
  left:0;
  right:0;
  top:4px
}

.tabulator .tabulator-header .tabulator-frozen{
  left:0;
  position:sticky;
  z-index:11
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{
  border-right:2px solid #ddd
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{
  border-left:2px solid #ddd
}

.tabulator .tabulator-header .tabulator-calcs-holder{
  background:#fff!important;
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  box-sizing:border-box;
  display:inline-block
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{
  background:#fff!important
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{
  display:none
}

.tabulator .tabulator-header .tabulator-frozen-rows-holder{
  display:inline-block
}

.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{
  display:none
}

.tabulator .tabulator-tableholder{
  -webkit-overflow-scrolling:touch;
  overflow:auto;
  position:relative;
  white-space:nowrap;
  width:100%
}

.tabulator .tabulator-tableholder:focus{
  outline:none
}

.tabulator .tabulator-tableholder .tabulator-placeholder{
  align-items:center;
  box-sizing:border-box;
  display:flex;
  justify-content:center;
  min-width:100%;
  width:100%
}

.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{
  min-height:100%
}

.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{
  color:#ccc;
  display:inline-block;
  font-size:20px;
  font-weight:700;
  padding:10px;
  text-align:center;
  white-space:normal
}

.tabulator .tabulator-tableholder .tabulator-table{
  background-color:#fff;
  color:#333;
  display:inline-block;
  overflow:visible;
  position:relative;
  white-space:nowrap
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{
  background:#f2f2f2!important;
  font-weight:700
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{
  border-bottom:2px solid #ddd
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{
  border-top:2px solid #ddd
}

.tabulator .tabulator-tableholder .tabulator-range-overlay{
  inset:0;
  pointer-events:none;
  position:absolute;
  z-index:10
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range{
  border:1px solid #2975dd;
  box-sizing:border-box;
  position:absolute
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{
  background-color:#2975dd;
  border-radius:999px;
  bottom:-3px;
  content:"";
  height:6px;
  position:absolute;
  right:-3px;
  width:6px
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active{
  border:2px solid #2975dd;
  box-sizing:border-box;
  position:absolute
}

.tabulator .tabulator-footer{
  background-color:#fff;
  border-top:1px solid #999;
  color:#555;
  font-weight:700;
  user-select:none;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -o-user-select:none;
  white-space:nowrap
}

.tabulator .tabulator-footer .tabulator-footer-contents{
  align-items:center;
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  padding:5px 10px
}

.tabulator .tabulator-footer .tabulator-footer-contents:empty{
  display:none
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs{
  margin-top:-5px;
  overflow-x:auto
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{
  border:1px solid #999;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top:none;
  display:inline-block;
  font-size:.9em;
  padding:5px
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover{
  cursor:pointer;
  opacity:.7
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{
  background:#fff
}

.tabulator .tabulator-footer .tabulator-calcs-holder{
  background:#fff!important;
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  box-sizing:border-box;
  overflow:hidden;
  text-align:left;
  width:100%
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{
  background:#fff!important;
  display:inline-block
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{
  display:none
}

.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{
  border-bottom:none;
  margin-bottom:-5px
}

.tabulator .tabulator-footer>*+.tabulator-page-counter{
  margin-left:10px
}

.tabulator .tabulator-footer .tabulator-page-counter{
  font-weight:400
}

.tabulator .tabulator-footer .tabulator-paginator{
  color:#555;
  flex:1;
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
  text-align:right
}

.tabulator .tabulator-footer .tabulator-page-size{
  border:1px solid #aaa;
  border-radius:3px;
  display:inline-block;
  margin:0 5px;
  padding:2px 5px
}

.tabulator .tabulator-footer .tabulator-pages{
  margin:0 7px
}

.tabulator .tabulator-footer .tabulator-page{
  background:hsla(0,0%,100%,.2);
  border:1px solid #aaa;
  border-radius:3px;
  display:inline-block;
  margin:0 2px;
  padding:2px 5px
}

.tabulator .tabulator-footer .tabulator-page.active{
  color:#d00
}

.tabulator .tabulator-footer .tabulator-page:disabled{
  opacity:.5
}

@media (hover:hover) and (pointer:fine){
  .tabulator .tabulator-footer .tabulator-page:not(disabled):hover{
    background:rgba(0,0,0,.2);
    color:#fff;
    cursor:pointer
  }
}

.tabulator .tabulator-col-resize-handle{
  display:inline-block;
  margin-left:-3px;
  margin-right:-3px;
  position:relative;
  vertical-align:middle;
  width:6px;
  z-index:11
}

@media (hover:hover) and (pointer:fine){
  .tabulator .tabulator-col-resize-handle:hover{
    cursor:ew-resize
  }
}

.tabulator .tabulator-col-resize-handle:last-of-type{
  margin-right:0;
  width:3px
}

.tabulator .tabulator-col-resize-guide{
  background-color:#999;
  height:100%;
  margin-left:-.5px;
  opacity:.5;
  position:absolute;
  top:0;
  width:4px
}

.tabulator .tabulator-row-resize-guide{
  background-color:#999;
  height:4px;
  left:0;
  margin-top:-.5px;
  opacity:.5;
  position:absolute;
  width:100%
}

.tabulator .tabulator-alert{
  align-items:center;
  background:rgba(0,0,0,.4);
  display:flex;
  height:100%;
  left:0;
  position:absolute;
  text-align:center;
  top:0;
  width:100%;
  z-index:100
}

.tabulator .tabulator-alert .tabulator-alert-msg{
  background:#fff;
  border-radius:10px;
  display:inline-block;
  font-size:16px;
  font-weight:700;
  margin:0 auto;
  padding:10px 20px
}

.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{
  border:4px solid #333;
  color:#000
}

.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{
  border:4px solid #d00;
  color:#590000
}

.tabulator-row{
  box-sizing:border-box;
  min-height:22px;
  position:relative
}

.tabulator-row,.tabulator-row.tabulator-row-even{
  background-color:#fff
}

@media (hover:hover) and (pointer:fine){
  .tabulator-row.tabulator-selectable:hover{
    background-color:#bbb;
    cursor:pointer
  }
}

.tabulator-row.tabulator-selected{
  background-color:#9abcea
}

@media (hover:hover) and (pointer:fine){
  .tabulator-row.tabulator-selected:hover{
    background-color:#769bcc;
    cursor:pointer
  }
}

.tabulator-row.tabulator-row-moving{
  background:#fff;
  border:1px solid #000
}

.tabulator-row.tabulator-moving{
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  pointer-events:none;
  position:absolute;
  z-index:15
}

.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header{
  background-color:#d6d6d6;
  color:#000
}

.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header{
  background-color:#3876ca;
  color:#fff
}

.tabulator-row .tabulator-row-resize-handle{
  bottom:0;
  height:5px;
  left:0;
  position:absolute;
  right:0
}

.tabulator-row .tabulator-row-resize-handle.prev{
  bottom:auto;
  top:0
}

@media (hover:hover) and (pointer:fine){
  .tabulator-row .tabulator-row-resize-handle:hover{
    cursor:ns-resize
  }
}

.tabulator-row .tabulator-responsive-collapse{
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  box-sizing:border-box;
  padding:5px
}

.tabulator-row .tabulator-responsive-collapse:empty{
  display:none
}

.tabulator-row .tabulator-responsive-collapse table{
  font-size:14px
}

.tabulator-row .tabulator-responsive-collapse table tr td{
  position:relative
}

.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{
  padding-right:10px
}

.tabulator-row .tabulator-cell{
  border-right:1px solid #ddd;
  box-sizing:border-box;
  display:inline-block;
  outline:none;
  overflow:hidden;
  padding:4px;
  position:relative;
  text-overflow:ellipsis;
  vertical-align:middle;
  white-space:nowrap
}

.tabulator-row .tabulator-cell.tabulator-row-header{
  background:#fff;
  border-bottom:1px solid #ddd;
  border-right:1px solid #999
}

.tabulator-row .tabulator-cell.tabulator-frozen{
  background-color:inherit;
  display:inline-block;
  left:0;
  position:sticky;
  z-index:11
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{
  border-right:2px solid #ddd
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{
  border-left:2px solid #ddd
}

.tabulator-row .tabulator-cell.tabulator-editing{
  border:1px solid #1d68cd;
  outline:none;
  padding:0
}

.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{
  background:transparent;
  border:1px;
  outline:none
}

.tabulator-row .tabulator-cell.tabulator-validation-fail{
  border:1px solid #d00
}

.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{
  background:transparent;
  border:1px;
  color:#d00
}

.tabulator-row .tabulator-cell.tabulator-row-handle{
  align-items:center;
  display:inline-flex;
  justify-content:center;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -o-user-select:none
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{
  width:80%
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{
  background:#666;
  height:3px;
  margin-top:2px;
  width:100%
}

.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header){
  background-color:#9abcea
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{
  display:inline-block;
  width:7px
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch{
  border-bottom:2px solid #ddd;
  border-bottom-left-radius:1px;
  border-left:2px solid #ddd;
  display:inline-block;
  height:9px;
  margin-right:5px;
  margin-top:-9px;
  vertical-align:middle;
  width:7px
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control{
  align-items:center;
  background:rgba(0,0,0,.1);
  border:1px solid #333;
  border-radius:2px;
  display:inline-flex;
  height:11px;
  justify-content:center;
  margin-right:5px;
  overflow:hidden;
  vertical-align:middle;
  width:11px
}

@media (hover:hover) and (pointer:fine){
  .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{
    background:rgba(0,0,0,.2);
    cursor:pointer
  }
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{
  background:transparent;
  display:inline-block;
  height:7px;
  position:relative;
  width:1px
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{
  background:#333;
  content:"";
  height:1px;
  left:-3px;
  position:absolute;
  top:3px;
  width:7px
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{
  background:#333;
  display:inline-block;
  height:7px;
  position:relative;
  width:1px
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{
  background:#333;
  content:"";
  height:1px;
  left:-3px;
  position:absolute;
  top:3px;
  width:7px
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{
  align-items:center;
  background:#666;
  border-radius:20px;
  color:#fff;
  display:inline-flex;
  font-size:1.1em;
  font-weight:700;
  height:15px;
  justify-content:center;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -o-user-select:none;
  width:15px
}

@media (hover:hover) and (pointer:fine){
  .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{
    cursor:pointer;
    opacity:.7
  }
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{
  display:initial
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{
  display:none
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{
  stroke:#fff
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{
  display:none
}

.tabulator-row .tabulator-cell .tabulator-traffic-light{
  border-radius:14px;
  display:inline-block;
  height:14px;
  width:14px
}

.tabulator-row.tabulator-group{
  background:#ccc;
  border-bottom:1px solid #999;
  border-right:1px solid #ddd;
  border-top:1px solid #999;
  box-sizing:border-box;
  font-weight:700;
  min-width:100%;
  padding:5px 5px 5px 10px
}

@media (hover:hover) and (pointer:fine){
  .tabulator-row.tabulator-group:hover{
    background-color:rgba(0,0,0,.1);
    cursor:pointer
  }
}

.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{
  border-bottom:0;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-top:6px solid #666;
  margin-right:10px
}

.tabulator-row.tabulator-group.tabulator-group-level-1{
  padding-left:30px
}

.tabulator-row.tabulator-group.tabulator-group-level-2{
  padding-left:50px
}

.tabulator-row.tabulator-group.tabulator-group-level-3{
  padding-left:70px
}

.tabulator-row.tabulator-group.tabulator-group-level-4{
  padding-left:90px
}

.tabulator-row.tabulator-group.tabulator-group-level-5{
  padding-left:110px
}

.tabulator-row.tabulator-group .tabulator-group-toggle{
  display:inline-block
}

.tabulator-row.tabulator-group .tabulator-arrow{
  border-bottom:6px solid transparent;
  border-left:6px solid #666;
  border-right:0;
  border-top:6px solid transparent;
  display:inline-block;
  height:0;
  margin-right:16px;
  vertical-align:middle;
  width:0
}

.tabulator-row.tabulator-group span{
  color:#d00;
  margin-left:10px
}

.tabulator-toggle{
  background:#dcdcdc;
  border:1px solid #ccc;
  box-sizing:border-box;
  display:flex;
  flex-direction:row
}

.tabulator-toggle.tabulator-toggle-on{
  background:#1c6cc2
}

.tabulator-toggle .tabulator-toggle-switch{
  background:#fff;
  border:1px solid #ccc;
  box-sizing:border-box
}

.tabulator-popup-container{
  -webkit-overflow-scrolling:touch;
  background:#fff;
  border:1px solid #ddd;
  box-shadow:0 0 5px 0 rgba(0,0,0,.2);
  box-sizing:border-box;
  display:inline-block;
  font-size:14px;
  overflow-y:auto;
  position:absolute;
  z-index:10000
}

.tabulator-popup{
  border-radius:3px;
  padding:5px
}

.tabulator-tooltip{
  border-radius:2px;
  box-shadow:none;
  font-size:12px;
  max-width:Min(500px,100%);
  padding:3px 5px;
  pointer-events:none
}

.tabulator-menu .tabulator-menu-item{
  box-sizing:border-box;
  padding:5px 10px;
  position:relative;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{
  opacity:.5
}

@media (hover:hover) and (pointer:fine){
  .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{
    background:#fff;
    cursor:pointer
  }
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{
  padding-right:25px
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{
  border-color:#ddd;
  border-style:solid;
  border-width:1px 1px 0 0;
  content:"";
  display:inline-block;
  height:7px;
  position:absolute;
  right:10px;
  top:calc(5px + .4em);
  transform:rotate(45deg);
  vertical-align:top;
  width:7px
}

.tabulator-menu .tabulator-menu-separator{
  border-top:1px solid #ddd
}

.tabulator-edit-list{
  -webkit-overflow-scrolling:touch;
  font-size:14px;
  max-height:200px;
  overflow-y:auto
}

.tabulator-edit-list .tabulator-edit-list-item{
  color:#333;
  outline:none;
  padding:4px
}

.tabulator-edit-list .tabulator-edit-list-item.active{
  background:#1d68cd;
  color:#fff
}

.tabulator-edit-list .tabulator-edit-list-item.active.focused{
  outline:1px solid hsla(0,0%,100%,.5)
}

.tabulator-edit-list .tabulator-edit-list-item.focused{
  outline:1px solid #1d68cd
}

@media (hover:hover) and (pointer:fine){
  .tabulator-edit-list .tabulator-edit-list-item:hover{
    background:#1d68cd;
    color:#fff;
    cursor:pointer
  }
}

.tabulator-edit-list .tabulator-edit-list-placeholder{
  color:#333;
  padding:4px;
  text-align:center
}

.tabulator-edit-list .tabulator-edit-list-group{
  border-bottom:1px solid #ddd;
  color:#333;
  font-weight:700;
  padding:6px 4px 4px
}

.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2{
  padding-left:12px
}

.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3{
  padding-left:20px
}

.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4{
  padding-left:28px
}

.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5{
  padding-left:36px
}

.tabulator.tabulator-ltr{
  direction:ltr
}

.tabulator.tabulator-rtl{
  direction:rtl;
  text-align:initial
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col{
  border-left:1px solid #ddd;
  border-right:initial;
  text-align:initial
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{
  margin-left:-1px;
  margin-right:0
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{
  padding-left:25px;
  padding-right:0
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{
  left:8px;
  right:auto
}

.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{
  background-color:#2975dd;
  border-radius:999px;
  bottom:-3px;
  content:"";
  height:6px;
  left:-3px;
  position:absolute;
  right:auto;
  width:6px
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{
  border-left:1px solid #ddd;
  border-right:initial
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{
  border-bottom-left-radius:0;
  border-bottom-right-radius:1px;
  border-left:initial;
  border-right:2px solid #ddd;
  margin-left:5px;
  margin-right:0
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{
  margin-left:5px;
  margin-right:0
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{
  border-left:2px solid #ddd
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{
  border-right:2px solid #ddd
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{
  margin-left:0;
  margin-right:-3px;
  width:3px
}

.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{
  text-align:initial
}

.tabulator-print-fullscreen{
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:10000
}

body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){
  display:none!important
}

.tabulator-print-table{
  border-collapse:collapse
}

.tabulator-print-table .tabulator-data-tree-branch{
  border-bottom:2px solid #ddd;
  border-bottom-left-radius:1px;
  border-left:2px solid #ddd;
  display:inline-block;
  height:9px;
  margin-right:5px;
  margin-top:-9px;
  vertical-align:middle;
  width:7px
}

.tabulator-print-table .tabulator-print-table-group{
  background:#ccc;
  border-bottom:1px solid #999;
  border-right:1px solid #ddd;
  border-top:1px solid #999;
  box-sizing:border-box;
  font-weight:700;
  min-width:100%;
  padding:5px 5px 5px 10px
}

@media (hover:hover) and (pointer:fine){
  .tabulator-print-table .tabulator-print-table-group:hover{
    background-color:rgba(0,0,0,.1);
    cursor:pointer
  }
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{
  border-bottom:0;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-top:6px solid #666;
  margin-right:10px
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{
  padding-left:30px!important
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{
  padding-left:50px!important
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{
  padding-left:70px!important
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{
  padding-left:90px!important
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{
  padding-left:110px!important
}

.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{
  display:inline-block
}

.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{
  border-bottom:6px solid transparent;
  border-left:6px solid #666;
  border-right:0;
  border-top:6px solid transparent;
  display:inline-block;
  height:0;
  margin-right:16px;
  vertical-align:middle;
  width:0
}

.tabulator-print-table .tabulator-print-table-group span{
  color:#d00
}

.tabulator-print-table .tabulator-data-tree-control{
  align-items:center;
  background:rgba(0,0,0,.1);
  border:1px solid #333;
  border-radius:2px;
  display:inline-flex;
  height:11px;
  justify-content:center;
  margin-right:5px;
  overflow:hidden;
  vertical-align:middle;
  width:11px
}

@media (hover:hover) and (pointer:fine){
  .tabulator-print-table .tabulator-data-tree-control:hover{
    background:rgba(0,0,0,.2);
    cursor:pointer
  }
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{
  background:transparent;
  display:inline-block;
  height:7px;
  position:relative;
  width:1px
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{
  background:#333;
  content:"";
  height:1px;
  left:-3px;
  position:absolute;
  top:3px;
  width:7px
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{
  background:#333;
  display:inline-block;
  height:7px;
  position:relative;
  width:1px
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{
  background:#333;
  content:"";
  height:1px;
  left:-3px;
  position:absolute;
  top:3px;
  width:7px
}

.tabulator{
  background-color:#fff;
  border:none
}

.tabulator .tabulator-header .tabulator-calcs-holder{
  background:#f2f2f2!important;
  border-bottom:1px solid #999
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{
  background:#f2f2f2!important
}

.tabulator .tabulator-tableholder .tabulator-placeholder span{
  color:#000
}

.tabulator .tabulator-footer .tabulator-calcs-holder{
  background:#f2f2f2!important;
  border-bottom:1px solid #fff
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{
  background:#f2f2f2!important
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{
  font-weight:400
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{
  color:#d00;
  font-weight:700
}

.tabulator-row{
  border-bottom:1px solid #ddd
}

.tabulator-row .tabulator-cell:last-of-type{
  border-right:none
}

.tabulator-row .tabulator-cell.tabulator-row-header{
  border-bottom:none
}

.tabulator-row.tabulator-group span{
  color:#666
}

.tabulator-print-table .tabulator-print-table-group span{
  color:#666;
  margin-left:10px
}

.group:hover .group-hover\:hidden.quicklook-panel {
  display: none;
}

@media (min-width: 640px){
  .sm\:hidden.quicklook-panel {
    display: none;
  }
}

@media (min-width: 768px){
  .md\:hidden.quicklook-panel {
    display: none;
  }
}

@media (min-width: 1024px){
  .lg\:hidden.quicklook-panel {
    display: none;
  }
}

.placeholder\:text-gray-400::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.placeholder\:text-gray-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:\!top-0::before{
  content: var(--tw-content);
  top: 0px !important;
}

.before\:-left-10::before{
  content: var(--tw-content);
  left: -2.5rem;
}

.before\:top-12::before{
  content: var(--tw-content);
  top: 3rem;
}

.before\:top-8::before{
  content: var(--tw-content);
  top: 2rem;
}

.before\:\!h-\[95\%\]::before{
  content: var(--tw-content);
  height: 95% !important;
}

.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}

.before\:w-10::before{
  content: var(--tw-content);
  width: 2.5rem;
}

.before\:\!border-b-2::before{
  content: var(--tw-content);
  border-bottom-width: 2px !important;
}

.before\:border-l-2::before{
  content: var(--tw-content);
  border-left-width: 2px;
}

.before\:border-t-2::before{
  content: var(--tw-content);
  border-top-width: 2px;
}

.before\:border-dashed::before{
  content: var(--tw-content);
  border-style: dashed;
}

.before\:border-amber-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.before\:border-amber-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(254 243 199 / 0);
}

.before\:border-amber-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(254 243 199 / 0.1);
}

.before\:border-amber-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(254 243 199 / 1);
}

.before\:border-amber-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(254 243 199 / 0.2);
}

.before\:border-amber-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(254 243 199 / 0.25);
}

.before\:border-amber-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(254 243 199 / 0.3);
}

.before\:border-amber-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(254 243 199 / 0.4);
}

.before\:border-amber-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(254 243 199 / 0.05);
}

.before\:border-amber-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(254 243 199 / 0.5);
}

.before\:border-amber-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(254 243 199 / 0.6);
}

.before\:border-amber-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(254 243 199 / 0.7);
}

.before\:border-amber-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(254 243 199 / 0.75);
}

.before\:border-amber-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(254 243 199 / 0.8);
}

.before\:border-amber-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(254 243 199 / 0.9);
}

.before\:border-amber-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(254 243 199 / 0.95);
}

.before\:border-amber-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.before\:border-amber-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(253 230 138 / 0);
}

.before\:border-amber-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(253 230 138 / 0.1);
}

.before\:border-amber-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(253 230 138 / 1);
}

.before\:border-amber-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(253 230 138 / 0.2);
}

.before\:border-amber-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(253 230 138 / 0.25);
}

.before\:border-amber-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(253 230 138 / 0.3);
}

.before\:border-amber-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(253 230 138 / 0.4);
}

.before\:border-amber-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(253 230 138 / 0.05);
}

.before\:border-amber-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(253 230 138 / 0.5);
}

.before\:border-amber-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(253 230 138 / 0.6);
}

.before\:border-amber-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(253 230 138 / 0.7);
}

.before\:border-amber-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(253 230 138 / 0.75);
}

.before\:border-amber-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(253 230 138 / 0.8);
}

.before\:border-amber-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(253 230 138 / 0.9);
}

.before\:border-amber-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(253 230 138 / 0.95);
}

.before\:border-amber-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.before\:border-amber-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(252 211 77 / 0);
}

.before\:border-amber-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(252 211 77 / 0.1);
}

.before\:border-amber-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(252 211 77 / 1);
}

.before\:border-amber-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(252 211 77 / 0.2);
}

.before\:border-amber-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(252 211 77 / 0.25);
}

.before\:border-amber-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(252 211 77 / 0.3);
}

.before\:border-amber-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(252 211 77 / 0.4);
}

.before\:border-amber-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(252 211 77 / 0.05);
}

.before\:border-amber-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(252 211 77 / 0.5);
}

.before\:border-amber-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(252 211 77 / 0.6);
}

.before\:border-amber-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(252 211 77 / 0.7);
}

.before\:border-amber-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(252 211 77 / 0.75);
}

.before\:border-amber-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(252 211 77 / 0.8);
}

.before\:border-amber-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(252 211 77 / 0.9);
}

.before\:border-amber-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(252 211 77 / 0.95);
}

.before\:border-amber-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.before\:border-amber-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(251 191 36 / 0);
}

.before\:border-amber-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(251 191 36 / 0.1);
}

.before\:border-amber-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(251 191 36 / 1);
}

.before\:border-amber-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(251 191 36 / 0.2);
}

.before\:border-amber-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(251 191 36 / 0.25);
}

.before\:border-amber-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(251 191 36 / 0.3);
}

.before\:border-amber-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(251 191 36 / 0.4);
}

.before\:border-amber-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(251 191 36 / 0.05);
}

.before\:border-amber-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(251 191 36 / 0.5);
}

.before\:border-amber-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(251 191 36 / 0.6);
}

.before\:border-amber-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(251 191 36 / 0.7);
}

.before\:border-amber-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(251 191 36 / 0.75);
}

.before\:border-amber-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(251 191 36 / 0.8);
}

.before\:border-amber-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(251 191 36 / 0.9);
}

.before\:border-amber-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(251 191 36 / 0.95);
}

.before\:border-amber-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.before\:border-amber-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(255 251 235 / 0);
}

.before\:border-amber-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(255 251 235 / 0.1);
}

.before\:border-amber-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(255 251 235 / 1);
}

.before\:border-amber-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(255 251 235 / 0.2);
}

.before\:border-amber-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(255 251 235 / 0.25);
}

.before\:border-amber-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(255 251 235 / 0.3);
}

.before\:border-amber-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(255 251 235 / 0.4);
}

.before\:border-amber-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(255 251 235 / 0.05);
}

.before\:border-amber-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(255 251 235 / 0.5);
}

.before\:border-amber-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(255 251 235 / 0.6);
}

.before\:border-amber-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(255 251 235 / 0.7);
}

.before\:border-amber-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(255 251 235 / 0.75);
}

.before\:border-amber-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(255 251 235 / 0.8);
}

.before\:border-amber-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(255 251 235 / 0.9);
}

.before\:border-amber-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(255 251 235 / 0.95);
}

.before\:border-amber-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.before\:border-amber-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(245 158 11 / 0);
}

.before\:border-amber-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(245 158 11 / 0.1);
}

.before\:border-amber-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(245 158 11 / 1);
}

.before\:border-amber-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(245 158 11 / 0.2);
}

.before\:border-amber-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(245 158 11 / 0.25);
}

.before\:border-amber-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(245 158 11 / 0.3);
}

.before\:border-amber-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(245 158 11 / 0.4);
}

.before\:border-amber-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(245 158 11 / 0.05);
}

.before\:border-amber-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(245 158 11 / 0.5);
}

.before\:border-amber-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(245 158 11 / 0.6);
}

.before\:border-amber-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(245 158 11 / 0.7);
}

.before\:border-amber-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(245 158 11 / 0.75);
}

.before\:border-amber-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(245 158 11 / 0.8);
}

.before\:border-amber-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(245 158 11 / 0.9);
}

.before\:border-amber-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(245 158 11 / 0.95);
}

.before\:border-amber-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.before\:border-amber-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(217 119 6 / 0);
}

.before\:border-amber-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(217 119 6 / 0.1);
}

.before\:border-amber-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(217 119 6 / 1);
}

.before\:border-amber-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(217 119 6 / 0.2);
}

.before\:border-amber-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(217 119 6 / 0.25);
}

.before\:border-amber-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(217 119 6 / 0.3);
}

.before\:border-amber-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(217 119 6 / 0.4);
}

.before\:border-amber-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(217 119 6 / 0.05);
}

.before\:border-amber-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(217 119 6 / 0.5);
}

.before\:border-amber-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(217 119 6 / 0.6);
}

.before\:border-amber-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(217 119 6 / 0.7);
}

.before\:border-amber-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(217 119 6 / 0.75);
}

.before\:border-amber-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(217 119 6 / 0.8);
}

.before\:border-amber-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(217 119 6 / 0.9);
}

.before\:border-amber-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(217 119 6 / 0.95);
}

.before\:border-amber-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.before\:border-amber-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(180 83 9 / 0);
}

.before\:border-amber-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(180 83 9 / 0.1);
}

.before\:border-amber-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(180 83 9 / 1);
}

.before\:border-amber-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(180 83 9 / 0.2);
}

.before\:border-amber-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(180 83 9 / 0.25);
}

.before\:border-amber-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(180 83 9 / 0.3);
}

.before\:border-amber-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(180 83 9 / 0.4);
}

.before\:border-amber-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(180 83 9 / 0.05);
}

.before\:border-amber-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(180 83 9 / 0.5);
}

.before\:border-amber-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(180 83 9 / 0.6);
}

.before\:border-amber-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(180 83 9 / 0.7);
}

.before\:border-amber-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(180 83 9 / 0.75);
}

.before\:border-amber-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(180 83 9 / 0.8);
}

.before\:border-amber-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(180 83 9 / 0.9);
}

.before\:border-amber-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(180 83 9 / 0.95);
}

.before\:border-amber-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.before\:border-amber-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(146 64 14 / 0);
}

.before\:border-amber-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(146 64 14 / 0.1);
}

.before\:border-amber-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(146 64 14 / 1);
}

.before\:border-amber-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(146 64 14 / 0.2);
}

.before\:border-amber-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(146 64 14 / 0.25);
}

.before\:border-amber-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(146 64 14 / 0.3);
}

.before\:border-amber-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(146 64 14 / 0.4);
}

.before\:border-amber-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(146 64 14 / 0.05);
}

.before\:border-amber-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(146 64 14 / 0.5);
}

.before\:border-amber-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(146 64 14 / 0.6);
}

.before\:border-amber-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(146 64 14 / 0.7);
}

.before\:border-amber-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(146 64 14 / 0.75);
}

.before\:border-amber-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(146 64 14 / 0.8);
}

.before\:border-amber-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(146 64 14 / 0.9);
}

.before\:border-amber-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(146 64 14 / 0.95);
}

.before\:border-amber-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.before\:border-amber-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(120 53 15 / 0);
}

.before\:border-amber-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(120 53 15 / 0.1);
}

.before\:border-amber-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(120 53 15 / 1);
}

.before\:border-amber-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(120 53 15 / 0.2);
}

.before\:border-amber-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(120 53 15 / 0.25);
}

.before\:border-amber-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(120 53 15 / 0.3);
}

.before\:border-amber-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(120 53 15 / 0.4);
}

.before\:border-amber-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(120 53 15 / 0.05);
}

.before\:border-amber-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(120 53 15 / 0.5);
}

.before\:border-amber-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(120 53 15 / 0.6);
}

.before\:border-amber-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(120 53 15 / 0.7);
}

.before\:border-amber-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(120 53 15 / 0.75);
}

.before\:border-amber-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(120 53 15 / 0.8);
}

.before\:border-amber-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(120 53 15 / 0.9);
}

.before\:border-amber-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(120 53 15 / 0.95);
}

.before\:border-blue-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.before\:border-blue-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(219 234 254 / 0);
}

.before\:border-blue-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(219 234 254 / 0.1);
}

.before\:border-blue-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(219 234 254 / 1);
}

.before\:border-blue-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(219 234 254 / 0.2);
}

.before\:border-blue-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(219 234 254 / 0.25);
}

.before\:border-blue-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(219 234 254 / 0.3);
}

.before\:border-blue-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(219 234 254 / 0.4);
}

.before\:border-blue-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(219 234 254 / 0.05);
}

.before\:border-blue-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(219 234 254 / 0.5);
}

.before\:border-blue-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(219 234 254 / 0.6);
}

.before\:border-blue-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(219 234 254 / 0.7);
}

.before\:border-blue-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(219 234 254 / 0.75);
}

.before\:border-blue-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(219 234 254 / 0.8);
}

.before\:border-blue-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(219 234 254 / 0.9);
}

.before\:border-blue-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(219 234 254 / 0.95);
}

.before\:border-blue-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.before\:border-blue-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(191 219 254 / 0);
}

.before\:border-blue-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(191 219 254 / 0.1);
}

.before\:border-blue-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(191 219 254 / 1);
}

.before\:border-blue-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(191 219 254 / 0.2);
}

.before\:border-blue-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(191 219 254 / 0.25);
}

.before\:border-blue-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(191 219 254 / 0.3);
}

.before\:border-blue-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(191 219 254 / 0.4);
}

.before\:border-blue-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(191 219 254 / 0.05);
}

.before\:border-blue-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(191 219 254 / 0.5);
}

.before\:border-blue-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(191 219 254 / 0.6);
}

.before\:border-blue-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(191 219 254 / 0.7);
}

.before\:border-blue-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(191 219 254 / 0.75);
}

.before\:border-blue-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(191 219 254 / 0.8);
}

.before\:border-blue-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(191 219 254 / 0.9);
}

.before\:border-blue-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(191 219 254 / 0.95);
}

.before\:border-blue-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.before\:border-blue-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(147 197 253 / 0);
}

.before\:border-blue-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(147 197 253 / 0.1);
}

.before\:border-blue-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(147 197 253 / 1);
}

.before\:border-blue-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(147 197 253 / 0.2);
}

.before\:border-blue-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(147 197 253 / 0.25);
}

.before\:border-blue-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(147 197 253 / 0.3);
}

.before\:border-blue-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(147 197 253 / 0.4);
}

.before\:border-blue-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(147 197 253 / 0.05);
}

.before\:border-blue-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(147 197 253 / 0.5);
}

.before\:border-blue-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(147 197 253 / 0.6);
}

.before\:border-blue-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(147 197 253 / 0.7);
}

.before\:border-blue-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(147 197 253 / 0.75);
}

.before\:border-blue-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(147 197 253 / 0.8);
}

.before\:border-blue-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(147 197 253 / 0.9);
}

.before\:border-blue-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(147 197 253 / 0.95);
}

.before\:border-blue-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.before\:border-blue-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(96 165 250 / 0);
}

.before\:border-blue-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(96 165 250 / 0.1);
}

.before\:border-blue-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(96 165 250 / 1);
}

.before\:border-blue-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(96 165 250 / 0.2);
}

.before\:border-blue-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(96 165 250 / 0.25);
}

.before\:border-blue-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(96 165 250 / 0.3);
}

.before\:border-blue-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(96 165 250 / 0.4);
}

.before\:border-blue-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(96 165 250 / 0.05);
}

.before\:border-blue-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(96 165 250 / 0.5);
}

.before\:border-blue-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(96 165 250 / 0.6);
}

.before\:border-blue-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(96 165 250 / 0.7);
}

.before\:border-blue-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(96 165 250 / 0.75);
}

.before\:border-blue-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(96 165 250 / 0.8);
}

.before\:border-blue-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(96 165 250 / 0.9);
}

.before\:border-blue-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(96 165 250 / 0.95);
}

.before\:border-blue-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.before\:border-blue-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(239 246 255 / 0);
}

.before\:border-blue-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(239 246 255 / 0.1);
}

.before\:border-blue-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(239 246 255 / 1);
}

.before\:border-blue-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(239 246 255 / 0.2);
}

.before\:border-blue-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(239 246 255 / 0.25);
}

.before\:border-blue-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(239 246 255 / 0.3);
}

.before\:border-blue-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(239 246 255 / 0.4);
}

.before\:border-blue-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(239 246 255 / 0.05);
}

.before\:border-blue-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(239 246 255 / 0.5);
}

.before\:border-blue-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(239 246 255 / 0.6);
}

.before\:border-blue-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(239 246 255 / 0.7);
}

.before\:border-blue-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(239 246 255 / 0.75);
}

.before\:border-blue-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(239 246 255 / 0.8);
}

.before\:border-blue-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(239 246 255 / 0.9);
}

.before\:border-blue-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(239 246 255 / 0.95);
}

.before\:border-blue-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.before\:border-blue-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(59 130 246 / 0);
}

.before\:border-blue-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(59 130 246 / 0.1);
}

.before\:border-blue-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(59 130 246 / 1);
}

.before\:border-blue-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(59 130 246 / 0.2);
}

.before\:border-blue-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(59 130 246 / 0.25);
}

.before\:border-blue-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(59 130 246 / 0.3);
}

.before\:border-blue-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(59 130 246 / 0.4);
}

.before\:border-blue-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(59 130 246 / 0.05);
}

.before\:border-blue-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(59 130 246 / 0.5);
}

.before\:border-blue-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(59 130 246 / 0.6);
}

.before\:border-blue-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(59 130 246 / 0.7);
}

.before\:border-blue-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(59 130 246 / 0.75);
}

.before\:border-blue-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(59 130 246 / 0.8);
}

.before\:border-blue-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(59 130 246 / 0.9);
}

.before\:border-blue-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(59 130 246 / 0.95);
}

.before\:border-blue-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.before\:border-blue-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(37 99 235 / 0);
}

.before\:border-blue-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(37 99 235 / 0.1);
}

.before\:border-blue-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(37 99 235 / 1);
}

.before\:border-blue-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(37 99 235 / 0.2);
}

.before\:border-blue-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(37 99 235 / 0.25);
}

.before\:border-blue-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(37 99 235 / 0.3);
}

.before\:border-blue-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(37 99 235 / 0.4);
}

.before\:border-blue-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(37 99 235 / 0.05);
}

.before\:border-blue-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(37 99 235 / 0.5);
}

.before\:border-blue-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(37 99 235 / 0.6);
}

.before\:border-blue-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(37 99 235 / 0.7);
}

.before\:border-blue-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(37 99 235 / 0.75);
}

.before\:border-blue-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(37 99 235 / 0.8);
}

.before\:border-blue-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(37 99 235 / 0.9);
}

.before\:border-blue-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(37 99 235 / 0.95);
}

.before\:border-blue-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.before\:border-blue-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(29 78 216 / 0);
}

.before\:border-blue-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(29 78 216 / 0.1);
}

.before\:border-blue-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(29 78 216 / 1);
}

.before\:border-blue-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(29 78 216 / 0.2);
}

.before\:border-blue-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(29 78 216 / 0.25);
}

.before\:border-blue-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(29 78 216 / 0.3);
}

.before\:border-blue-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(29 78 216 / 0.4);
}

.before\:border-blue-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(29 78 216 / 0.05);
}

.before\:border-blue-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(29 78 216 / 0.5);
}

.before\:border-blue-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(29 78 216 / 0.6);
}

.before\:border-blue-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(29 78 216 / 0.7);
}

.before\:border-blue-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(29 78 216 / 0.75);
}

.before\:border-blue-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(29 78 216 / 0.8);
}

.before\:border-blue-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(29 78 216 / 0.9);
}

.before\:border-blue-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(29 78 216 / 0.95);
}

.before\:border-blue-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.before\:border-blue-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(30 64 175 / 0);
}

.before\:border-blue-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(30 64 175 / 0.1);
}

.before\:border-blue-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(30 64 175 / 1);
}

.before\:border-blue-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(30 64 175 / 0.2);
}

.before\:border-blue-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(30 64 175 / 0.25);
}

.before\:border-blue-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(30 64 175 / 0.3);
}

.before\:border-blue-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(30 64 175 / 0.4);
}

.before\:border-blue-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(30 64 175 / 0.05);
}

.before\:border-blue-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(30 64 175 / 0.5);
}

.before\:border-blue-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(30 64 175 / 0.6);
}

.before\:border-blue-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(30 64 175 / 0.7);
}

.before\:border-blue-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(30 64 175 / 0.75);
}

.before\:border-blue-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(30 64 175 / 0.8);
}

.before\:border-blue-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(30 64 175 / 0.9);
}

.before\:border-blue-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(30 64 175 / 0.95);
}

.before\:border-blue-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.before\:border-blue-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(30 58 138 / 0);
}

.before\:border-blue-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(30 58 138 / 0.1);
}

.before\:border-blue-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(30 58 138 / 1);
}

.before\:border-blue-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(30 58 138 / 0.2);
}

.before\:border-blue-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(30 58 138 / 0.25);
}

.before\:border-blue-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(30 58 138 / 0.3);
}

.before\:border-blue-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(30 58 138 / 0.4);
}

.before\:border-blue-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(30 58 138 / 0.05);
}

.before\:border-blue-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(30 58 138 / 0.5);
}

.before\:border-blue-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(30 58 138 / 0.6);
}

.before\:border-blue-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(30 58 138 / 0.7);
}

.before\:border-blue-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(30 58 138 / 0.75);
}

.before\:border-blue-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(30 58 138 / 0.8);
}

.before\:border-blue-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(30 58 138 / 0.9);
}

.before\:border-blue-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(30 58 138 / 0.95);
}

.before\:border-cyan-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.before\:border-cyan-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(207 250 254 / 0);
}

.before\:border-cyan-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(207 250 254 / 0.1);
}

.before\:border-cyan-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(207 250 254 / 1);
}

.before\:border-cyan-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(207 250 254 / 0.2);
}

.before\:border-cyan-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(207 250 254 / 0.25);
}

.before\:border-cyan-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(207 250 254 / 0.3);
}

.before\:border-cyan-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(207 250 254 / 0.4);
}

.before\:border-cyan-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(207 250 254 / 0.05);
}

.before\:border-cyan-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(207 250 254 / 0.5);
}

.before\:border-cyan-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(207 250 254 / 0.6);
}

.before\:border-cyan-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(207 250 254 / 0.7);
}

.before\:border-cyan-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(207 250 254 / 0.75);
}

.before\:border-cyan-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(207 250 254 / 0.8);
}

.before\:border-cyan-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(207 250 254 / 0.9);
}

.before\:border-cyan-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(207 250 254 / 0.95);
}

.before\:border-cyan-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.before\:border-cyan-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(165 243 252 / 0);
}

.before\:border-cyan-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(165 243 252 / 0.1);
}

.before\:border-cyan-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(165 243 252 / 1);
}

.before\:border-cyan-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(165 243 252 / 0.2);
}

.before\:border-cyan-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(165 243 252 / 0.25);
}

.before\:border-cyan-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(165 243 252 / 0.3);
}

.before\:border-cyan-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(165 243 252 / 0.4);
}

.before\:border-cyan-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(165 243 252 / 0.05);
}

.before\:border-cyan-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(165 243 252 / 0.5);
}

.before\:border-cyan-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(165 243 252 / 0.6);
}

.before\:border-cyan-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(165 243 252 / 0.7);
}

.before\:border-cyan-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(165 243 252 / 0.75);
}

.before\:border-cyan-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(165 243 252 / 0.8);
}

.before\:border-cyan-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(165 243 252 / 0.9);
}

.before\:border-cyan-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(165 243 252 / 0.95);
}

.before\:border-cyan-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.before\:border-cyan-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(103 232 249 / 0);
}

.before\:border-cyan-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(103 232 249 / 0.1);
}

.before\:border-cyan-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(103 232 249 / 1);
}

.before\:border-cyan-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(103 232 249 / 0.2);
}

.before\:border-cyan-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(103 232 249 / 0.25);
}

.before\:border-cyan-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(103 232 249 / 0.3);
}

.before\:border-cyan-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(103 232 249 / 0.4);
}

.before\:border-cyan-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(103 232 249 / 0.05);
}

.before\:border-cyan-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(103 232 249 / 0.5);
}

.before\:border-cyan-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(103 232 249 / 0.6);
}

.before\:border-cyan-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(103 232 249 / 0.7);
}

.before\:border-cyan-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(103 232 249 / 0.75);
}

.before\:border-cyan-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(103 232 249 / 0.8);
}

.before\:border-cyan-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(103 232 249 / 0.9);
}

.before\:border-cyan-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(103 232 249 / 0.95);
}

.before\:border-cyan-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.before\:border-cyan-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(34 211 238 / 0);
}

.before\:border-cyan-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(34 211 238 / 0.1);
}

.before\:border-cyan-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(34 211 238 / 1);
}

.before\:border-cyan-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(34 211 238 / 0.2);
}

.before\:border-cyan-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(34 211 238 / 0.25);
}

.before\:border-cyan-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(34 211 238 / 0.3);
}

.before\:border-cyan-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(34 211 238 / 0.4);
}

.before\:border-cyan-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(34 211 238 / 0.05);
}

.before\:border-cyan-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(34 211 238 / 0.5);
}

.before\:border-cyan-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(34 211 238 / 0.6);
}

.before\:border-cyan-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(34 211 238 / 0.7);
}

.before\:border-cyan-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(34 211 238 / 0.75);
}

.before\:border-cyan-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(34 211 238 / 0.8);
}

.before\:border-cyan-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(34 211 238 / 0.9);
}

.before\:border-cyan-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(34 211 238 / 0.95);
}

.before\:border-cyan-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.before\:border-cyan-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(236 254 255 / 0);
}

.before\:border-cyan-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(236 254 255 / 0.1);
}

.before\:border-cyan-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(236 254 255 / 1);
}

.before\:border-cyan-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(236 254 255 / 0.2);
}

.before\:border-cyan-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(236 254 255 / 0.25);
}

.before\:border-cyan-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(236 254 255 / 0.3);
}

.before\:border-cyan-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(236 254 255 / 0.4);
}

.before\:border-cyan-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(236 254 255 / 0.05);
}

.before\:border-cyan-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(236 254 255 / 0.5);
}

.before\:border-cyan-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(236 254 255 / 0.6);
}

.before\:border-cyan-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(236 254 255 / 0.7);
}

.before\:border-cyan-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(236 254 255 / 0.75);
}

.before\:border-cyan-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(236 254 255 / 0.8);
}

.before\:border-cyan-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(236 254 255 / 0.9);
}

.before\:border-cyan-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(236 254 255 / 0.95);
}

.before\:border-cyan-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.before\:border-cyan-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(6 182 212 / 0);
}

.before\:border-cyan-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(6 182 212 / 0.1);
}

.before\:border-cyan-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(6 182 212 / 1);
}

.before\:border-cyan-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(6 182 212 / 0.2);
}

.before\:border-cyan-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(6 182 212 / 0.25);
}

.before\:border-cyan-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(6 182 212 / 0.3);
}

.before\:border-cyan-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(6 182 212 / 0.4);
}

.before\:border-cyan-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(6 182 212 / 0.05);
}

.before\:border-cyan-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(6 182 212 / 0.5);
}

.before\:border-cyan-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(6 182 212 / 0.6);
}

.before\:border-cyan-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(6 182 212 / 0.7);
}

.before\:border-cyan-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(6 182 212 / 0.75);
}

.before\:border-cyan-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(6 182 212 / 0.8);
}

.before\:border-cyan-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(6 182 212 / 0.9);
}

.before\:border-cyan-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(6 182 212 / 0.95);
}

.before\:border-cyan-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.before\:border-cyan-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(8 145 178 / 0);
}

.before\:border-cyan-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(8 145 178 / 0.1);
}

.before\:border-cyan-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(8 145 178 / 1);
}

.before\:border-cyan-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(8 145 178 / 0.2);
}

.before\:border-cyan-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(8 145 178 / 0.25);
}

.before\:border-cyan-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(8 145 178 / 0.3);
}

.before\:border-cyan-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(8 145 178 / 0.4);
}

.before\:border-cyan-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(8 145 178 / 0.05);
}

.before\:border-cyan-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(8 145 178 / 0.5);
}

.before\:border-cyan-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(8 145 178 / 0.6);
}

.before\:border-cyan-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(8 145 178 / 0.7);
}

.before\:border-cyan-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(8 145 178 / 0.75);
}

.before\:border-cyan-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(8 145 178 / 0.8);
}

.before\:border-cyan-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(8 145 178 / 0.9);
}

.before\:border-cyan-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(8 145 178 / 0.95);
}

.before\:border-cyan-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.before\:border-cyan-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(14 116 144 / 0);
}

.before\:border-cyan-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(14 116 144 / 0.1);
}

.before\:border-cyan-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(14 116 144 / 1);
}

.before\:border-cyan-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(14 116 144 / 0.2);
}

.before\:border-cyan-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(14 116 144 / 0.25);
}

.before\:border-cyan-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(14 116 144 / 0.3);
}

.before\:border-cyan-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(14 116 144 / 0.4);
}

.before\:border-cyan-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(14 116 144 / 0.05);
}

.before\:border-cyan-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(14 116 144 / 0.5);
}

.before\:border-cyan-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(14 116 144 / 0.6);
}

.before\:border-cyan-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(14 116 144 / 0.7);
}

.before\:border-cyan-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(14 116 144 / 0.75);
}

.before\:border-cyan-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(14 116 144 / 0.8);
}

.before\:border-cyan-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(14 116 144 / 0.9);
}

.before\:border-cyan-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(14 116 144 / 0.95);
}

.before\:border-cyan-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.before\:border-cyan-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(21 94 117 / 0);
}

.before\:border-cyan-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(21 94 117 / 0.1);
}

.before\:border-cyan-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(21 94 117 / 1);
}

.before\:border-cyan-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(21 94 117 / 0.2);
}

.before\:border-cyan-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(21 94 117 / 0.25);
}

.before\:border-cyan-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(21 94 117 / 0.3);
}

.before\:border-cyan-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(21 94 117 / 0.4);
}

.before\:border-cyan-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(21 94 117 / 0.05);
}

.before\:border-cyan-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(21 94 117 / 0.5);
}

.before\:border-cyan-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(21 94 117 / 0.6);
}

.before\:border-cyan-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(21 94 117 / 0.7);
}

.before\:border-cyan-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(21 94 117 / 0.75);
}

.before\:border-cyan-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(21 94 117 / 0.8);
}

.before\:border-cyan-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(21 94 117 / 0.9);
}

.before\:border-cyan-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(21 94 117 / 0.95);
}

.before\:border-cyan-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.before\:border-cyan-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(22 78 99 / 0);
}

.before\:border-cyan-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(22 78 99 / 0.1);
}

.before\:border-cyan-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(22 78 99 / 1);
}

.before\:border-cyan-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(22 78 99 / 0.2);
}

.before\:border-cyan-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(22 78 99 / 0.25);
}

.before\:border-cyan-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(22 78 99 / 0.3);
}

.before\:border-cyan-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(22 78 99 / 0.4);
}

.before\:border-cyan-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(22 78 99 / 0.05);
}

.before\:border-cyan-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(22 78 99 / 0.5);
}

.before\:border-cyan-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(22 78 99 / 0.6);
}

.before\:border-cyan-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(22 78 99 / 0.7);
}

.before\:border-cyan-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(22 78 99 / 0.75);
}

.before\:border-cyan-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(22 78 99 / 0.8);
}

.before\:border-cyan-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(22 78 99 / 0.9);
}

.before\:border-cyan-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(22 78 99 / 0.95);
}

.before\:border-emerald-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.before\:border-emerald-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0);
}

.before\:border-emerald-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.1);
}

.before\:border-emerald-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 1);
}

.before\:border-emerald-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.2);
}

.before\:border-emerald-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.25);
}

.before\:border-emerald-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.3);
}

.before\:border-emerald-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.4);
}

.before\:border-emerald-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.05);
}

.before\:border-emerald-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.5);
}

.before\:border-emerald-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.6);
}

.before\:border-emerald-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.7);
}

.before\:border-emerald-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.75);
}

.before\:border-emerald-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.8);
}

.before\:border-emerald-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.9);
}

.before\:border-emerald-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.95);
}

.before\:border-emerald-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.before\:border-emerald-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0);
}

.before\:border-emerald-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.1);
}

.before\:border-emerald-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 1);
}

.before\:border-emerald-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.2);
}

.before\:border-emerald-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.25);
}

.before\:border-emerald-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.3);
}

.before\:border-emerald-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.4);
}

.before\:border-emerald-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.05);
}

.before\:border-emerald-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.5);
}

.before\:border-emerald-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.6);
}

.before\:border-emerald-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.7);
}

.before\:border-emerald-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.75);
}

.before\:border-emerald-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.8);
}

.before\:border-emerald-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.9);
}

.before\:border-emerald-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.95);
}

.before\:border-emerald-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.before\:border-emerald-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0);
}

.before\:border-emerald-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.1);
}

.before\:border-emerald-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 1);
}

.before\:border-emerald-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.2);
}

.before\:border-emerald-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.25);
}

.before\:border-emerald-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.3);
}

.before\:border-emerald-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.4);
}

.before\:border-emerald-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.05);
}

.before\:border-emerald-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.5);
}

.before\:border-emerald-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.6);
}

.before\:border-emerald-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.7);
}

.before\:border-emerald-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.75);
}

.before\:border-emerald-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.8);
}

.before\:border-emerald-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.9);
}

.before\:border-emerald-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.95);
}

.before\:border-emerald-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.before\:border-emerald-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0);
}

.before\:border-emerald-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.1);
}

.before\:border-emerald-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 1);
}

.before\:border-emerald-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.2);
}

.before\:border-emerald-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.25);
}

.before\:border-emerald-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.3);
}

.before\:border-emerald-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.4);
}

.before\:border-emerald-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.05);
}

.before\:border-emerald-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.5);
}

.before\:border-emerald-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.6);
}

.before\:border-emerald-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.7);
}

.before\:border-emerald-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.75);
}

.before\:border-emerald-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.8);
}

.before\:border-emerald-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.9);
}

.before\:border-emerald-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.95);
}

.before\:border-emerald-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.before\:border-emerald-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0);
}

.before\:border-emerald-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.1);
}

.before\:border-emerald-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 1);
}

.before\:border-emerald-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.2);
}

.before\:border-emerald-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.25);
}

.before\:border-emerald-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.3);
}

.before\:border-emerald-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.4);
}

.before\:border-emerald-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.05);
}

.before\:border-emerald-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.5);
}

.before\:border-emerald-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.6);
}

.before\:border-emerald-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.7);
}

.before\:border-emerald-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.75);
}

.before\:border-emerald-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.8);
}

.before\:border-emerald-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.9);
}

.before\:border-emerald-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.95);
}

.before\:border-emerald-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.before\:border-emerald-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0);
}

.before\:border-emerald-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.1);
}

.before\:border-emerald-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 1);
}

.before\:border-emerald-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.2);
}

.before\:border-emerald-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.25);
}

.before\:border-emerald-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.3);
}

.before\:border-emerald-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.4);
}

.before\:border-emerald-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.05);
}

.before\:border-emerald-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.5);
}

.before\:border-emerald-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.6);
}

.before\:border-emerald-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.7);
}

.before\:border-emerald-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.75);
}

.before\:border-emerald-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.8);
}

.before\:border-emerald-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.9);
}

.before\:border-emerald-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.95);
}

.before\:border-emerald-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.before\:border-emerald-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0);
}

.before\:border-emerald-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.1);
}

.before\:border-emerald-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 1);
}

.before\:border-emerald-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.2);
}

.before\:border-emerald-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.25);
}

.before\:border-emerald-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.3);
}

.before\:border-emerald-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.4);
}

.before\:border-emerald-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.05);
}

.before\:border-emerald-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.5);
}

.before\:border-emerald-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.6);
}

.before\:border-emerald-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.7);
}

.before\:border-emerald-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.75);
}

.before\:border-emerald-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.8);
}

.before\:border-emerald-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.9);
}

.before\:border-emerald-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.95);
}

.before\:border-emerald-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.before\:border-emerald-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0);
}

.before\:border-emerald-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.1);
}

.before\:border-emerald-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 1);
}

.before\:border-emerald-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.2);
}

.before\:border-emerald-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.25);
}

.before\:border-emerald-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.3);
}

.before\:border-emerald-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.4);
}

.before\:border-emerald-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.05);
}

.before\:border-emerald-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.5);
}

.before\:border-emerald-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.6);
}

.before\:border-emerald-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.7);
}

.before\:border-emerald-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.75);
}

.before\:border-emerald-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.8);
}

.before\:border-emerald-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.9);
}

.before\:border-emerald-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.95);
}

.before\:border-emerald-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.before\:border-emerald-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0);
}

.before\:border-emerald-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.1);
}

.before\:border-emerald-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 1);
}

.before\:border-emerald-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.2);
}

.before\:border-emerald-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.25);
}

.before\:border-emerald-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.3);
}

.before\:border-emerald-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.4);
}

.before\:border-emerald-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.05);
}

.before\:border-emerald-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.5);
}

.before\:border-emerald-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.6);
}

.before\:border-emerald-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.7);
}

.before\:border-emerald-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.75);
}

.before\:border-emerald-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.8);
}

.before\:border-emerald-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.9);
}

.before\:border-emerald-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.95);
}

.before\:border-emerald-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.before\:border-emerald-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0);
}

.before\:border-emerald-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.1);
}

.before\:border-emerald-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 1);
}

.before\:border-emerald-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.2);
}

.before\:border-emerald-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.25);
}

.before\:border-emerald-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.3);
}

.before\:border-emerald-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.4);
}

.before\:border-emerald-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.05);
}

.before\:border-emerald-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.5);
}

.before\:border-emerald-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.6);
}

.before\:border-emerald-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.7);
}

.before\:border-emerald-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.75);
}

.before\:border-emerald-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.8);
}

.before\:border-emerald-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.9);
}

.before\:border-emerald-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.95);
}

.before\:border-fuchsia-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.before\:border-fuchsia-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(250 232 255 / 0);
}

.before\:border-fuchsia-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(250 232 255 / 0.1);
}

.before\:border-fuchsia-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(250 232 255 / 1);
}

.before\:border-fuchsia-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(250 232 255 / 0.2);
}

.before\:border-fuchsia-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(250 232 255 / 0.25);
}

.before\:border-fuchsia-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(250 232 255 / 0.3);
}

.before\:border-fuchsia-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(250 232 255 / 0.4);
}

.before\:border-fuchsia-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(250 232 255 / 0.05);
}

.before\:border-fuchsia-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(250 232 255 / 0.5);
}

.before\:border-fuchsia-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(250 232 255 / 0.6);
}

.before\:border-fuchsia-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(250 232 255 / 0.7);
}

.before\:border-fuchsia-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(250 232 255 / 0.75);
}

.before\:border-fuchsia-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(250 232 255 / 0.8);
}

.before\:border-fuchsia-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(250 232 255 / 0.9);
}

.before\:border-fuchsia-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(250 232 255 / 0.95);
}

.before\:border-fuchsia-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.before\:border-fuchsia-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(245 208 254 / 0);
}

.before\:border-fuchsia-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(245 208 254 / 0.1);
}

.before\:border-fuchsia-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(245 208 254 / 1);
}

.before\:border-fuchsia-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(245 208 254 / 0.2);
}

.before\:border-fuchsia-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(245 208 254 / 0.25);
}

.before\:border-fuchsia-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(245 208 254 / 0.3);
}

.before\:border-fuchsia-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(245 208 254 / 0.4);
}

.before\:border-fuchsia-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(245 208 254 / 0.05);
}

.before\:border-fuchsia-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(245 208 254 / 0.5);
}

.before\:border-fuchsia-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(245 208 254 / 0.6);
}

.before\:border-fuchsia-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(245 208 254 / 0.7);
}

.before\:border-fuchsia-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(245 208 254 / 0.75);
}

.before\:border-fuchsia-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(245 208 254 / 0.8);
}

.before\:border-fuchsia-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(245 208 254 / 0.9);
}

.before\:border-fuchsia-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(245 208 254 / 0.95);
}

.before\:border-fuchsia-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.before\:border-fuchsia-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(240 171 252 / 0);
}

.before\:border-fuchsia-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(240 171 252 / 0.1);
}

.before\:border-fuchsia-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(240 171 252 / 1);
}

.before\:border-fuchsia-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(240 171 252 / 0.2);
}

.before\:border-fuchsia-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(240 171 252 / 0.25);
}

.before\:border-fuchsia-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(240 171 252 / 0.3);
}

.before\:border-fuchsia-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(240 171 252 / 0.4);
}

.before\:border-fuchsia-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(240 171 252 / 0.05);
}

.before\:border-fuchsia-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(240 171 252 / 0.5);
}

.before\:border-fuchsia-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(240 171 252 / 0.6);
}

.before\:border-fuchsia-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(240 171 252 / 0.7);
}

.before\:border-fuchsia-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(240 171 252 / 0.75);
}

.before\:border-fuchsia-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(240 171 252 / 0.8);
}

.before\:border-fuchsia-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(240 171 252 / 0.9);
}

.before\:border-fuchsia-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(240 171 252 / 0.95);
}

.before\:border-fuchsia-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.before\:border-fuchsia-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(232 121 249 / 0);
}

.before\:border-fuchsia-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(232 121 249 / 0.1);
}

.before\:border-fuchsia-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(232 121 249 / 1);
}

.before\:border-fuchsia-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(232 121 249 / 0.2);
}

.before\:border-fuchsia-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(232 121 249 / 0.25);
}

.before\:border-fuchsia-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(232 121 249 / 0.3);
}

.before\:border-fuchsia-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(232 121 249 / 0.4);
}

.before\:border-fuchsia-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(232 121 249 / 0.05);
}

.before\:border-fuchsia-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(232 121 249 / 0.5);
}

.before\:border-fuchsia-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(232 121 249 / 0.6);
}

.before\:border-fuchsia-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(232 121 249 / 0.7);
}

.before\:border-fuchsia-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(232 121 249 / 0.75);
}

.before\:border-fuchsia-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(232 121 249 / 0.8);
}

.before\:border-fuchsia-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(232 121 249 / 0.9);
}

.before\:border-fuchsia-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(232 121 249 / 0.95);
}

.before\:border-fuchsia-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.before\:border-fuchsia-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(253 244 255 / 0);
}

.before\:border-fuchsia-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(253 244 255 / 0.1);
}

.before\:border-fuchsia-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(253 244 255 / 1);
}

.before\:border-fuchsia-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(253 244 255 / 0.2);
}

.before\:border-fuchsia-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(253 244 255 / 0.25);
}

.before\:border-fuchsia-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(253 244 255 / 0.3);
}

.before\:border-fuchsia-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(253 244 255 / 0.4);
}

.before\:border-fuchsia-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(253 244 255 / 0.05);
}

.before\:border-fuchsia-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(253 244 255 / 0.5);
}

.before\:border-fuchsia-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(253 244 255 / 0.6);
}

.before\:border-fuchsia-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(253 244 255 / 0.7);
}

.before\:border-fuchsia-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(253 244 255 / 0.75);
}

.before\:border-fuchsia-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(253 244 255 / 0.8);
}

.before\:border-fuchsia-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(253 244 255 / 0.9);
}

.before\:border-fuchsia-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(253 244 255 / 0.95);
}

.before\:border-fuchsia-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.before\:border-fuchsia-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(217 70 239 / 0);
}

.before\:border-fuchsia-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(217 70 239 / 0.1);
}

.before\:border-fuchsia-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(217 70 239 / 1);
}

.before\:border-fuchsia-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(217 70 239 / 0.2);
}

.before\:border-fuchsia-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(217 70 239 / 0.25);
}

.before\:border-fuchsia-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(217 70 239 / 0.3);
}

.before\:border-fuchsia-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(217 70 239 / 0.4);
}

.before\:border-fuchsia-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(217 70 239 / 0.05);
}

.before\:border-fuchsia-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(217 70 239 / 0.5);
}

.before\:border-fuchsia-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(217 70 239 / 0.6);
}

.before\:border-fuchsia-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(217 70 239 / 0.7);
}

.before\:border-fuchsia-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(217 70 239 / 0.75);
}

.before\:border-fuchsia-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(217 70 239 / 0.8);
}

.before\:border-fuchsia-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(217 70 239 / 0.9);
}

.before\:border-fuchsia-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(217 70 239 / 0.95);
}

.before\:border-fuchsia-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.before\:border-fuchsia-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(192 38 211 / 0);
}

.before\:border-fuchsia-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(192 38 211 / 0.1);
}

.before\:border-fuchsia-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(192 38 211 / 1);
}

.before\:border-fuchsia-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(192 38 211 / 0.2);
}

.before\:border-fuchsia-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(192 38 211 / 0.25);
}

.before\:border-fuchsia-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(192 38 211 / 0.3);
}

.before\:border-fuchsia-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(192 38 211 / 0.4);
}

.before\:border-fuchsia-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(192 38 211 / 0.05);
}

.before\:border-fuchsia-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(192 38 211 / 0.5);
}

.before\:border-fuchsia-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(192 38 211 / 0.6);
}

.before\:border-fuchsia-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(192 38 211 / 0.7);
}

.before\:border-fuchsia-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(192 38 211 / 0.75);
}

.before\:border-fuchsia-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(192 38 211 / 0.8);
}

.before\:border-fuchsia-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(192 38 211 / 0.9);
}

.before\:border-fuchsia-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(192 38 211 / 0.95);
}

.before\:border-fuchsia-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.before\:border-fuchsia-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(162 28 175 / 0);
}

.before\:border-fuchsia-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(162 28 175 / 0.1);
}

.before\:border-fuchsia-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(162 28 175 / 1);
}

.before\:border-fuchsia-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(162 28 175 / 0.2);
}

.before\:border-fuchsia-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(162 28 175 / 0.25);
}

.before\:border-fuchsia-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(162 28 175 / 0.3);
}

.before\:border-fuchsia-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(162 28 175 / 0.4);
}

.before\:border-fuchsia-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(162 28 175 / 0.05);
}

.before\:border-fuchsia-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(162 28 175 / 0.5);
}

.before\:border-fuchsia-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(162 28 175 / 0.6);
}

.before\:border-fuchsia-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(162 28 175 / 0.7);
}

.before\:border-fuchsia-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(162 28 175 / 0.75);
}

.before\:border-fuchsia-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(162 28 175 / 0.8);
}

.before\:border-fuchsia-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(162 28 175 / 0.9);
}

.before\:border-fuchsia-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(162 28 175 / 0.95);
}

.before\:border-fuchsia-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.before\:border-fuchsia-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(134 25 143 / 0);
}

.before\:border-fuchsia-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(134 25 143 / 0.1);
}

.before\:border-fuchsia-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(134 25 143 / 1);
}

.before\:border-fuchsia-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(134 25 143 / 0.2);
}

.before\:border-fuchsia-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(134 25 143 / 0.25);
}

.before\:border-fuchsia-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(134 25 143 / 0.3);
}

.before\:border-fuchsia-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(134 25 143 / 0.4);
}

.before\:border-fuchsia-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(134 25 143 / 0.05);
}

.before\:border-fuchsia-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(134 25 143 / 0.5);
}

.before\:border-fuchsia-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(134 25 143 / 0.6);
}

.before\:border-fuchsia-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(134 25 143 / 0.7);
}

.before\:border-fuchsia-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(134 25 143 / 0.75);
}

.before\:border-fuchsia-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(134 25 143 / 0.8);
}

.before\:border-fuchsia-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(134 25 143 / 0.9);
}

.before\:border-fuchsia-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(134 25 143 / 0.95);
}

.before\:border-fuchsia-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.before\:border-fuchsia-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(112 26 117 / 0);
}

.before\:border-fuchsia-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(112 26 117 / 0.1);
}

.before\:border-fuchsia-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(112 26 117 / 1);
}

.before\:border-fuchsia-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(112 26 117 / 0.2);
}

.before\:border-fuchsia-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(112 26 117 / 0.25);
}

.before\:border-fuchsia-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(112 26 117 / 0.3);
}

.before\:border-fuchsia-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(112 26 117 / 0.4);
}

.before\:border-fuchsia-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(112 26 117 / 0.05);
}

.before\:border-fuchsia-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(112 26 117 / 0.5);
}

.before\:border-fuchsia-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(112 26 117 / 0.6);
}

.before\:border-fuchsia-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(112 26 117 / 0.7);
}

.before\:border-fuchsia-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(112 26 117 / 0.75);
}

.before\:border-fuchsia-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(112 26 117 / 0.8);
}

.before\:border-fuchsia-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(112 26 117 / 0.9);
}

.before\:border-fuchsia-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(112 26 117 / 0.95);
}

.before\:border-gray-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.before\:border-gray-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(245 245 245 / 0);
}

.before\:border-gray-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(245 245 245 / 0.1);
}

.before\:border-gray-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(245 245 245 / 1);
}

.before\:border-gray-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(245 245 245 / 0.2);
}

.before\:border-gray-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(245 245 245 / 0.25);
}

.before\:border-gray-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(245 245 245 / 0.3);
}

.before\:border-gray-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(245 245 245 / 0.4);
}

.before\:border-gray-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(245 245 245 / 0.05);
}

.before\:border-gray-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(245 245 245 / 0.5);
}

.before\:border-gray-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(245 245 245 / 0.6);
}

.before\:border-gray-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(245 245 245 / 0.7);
}

.before\:border-gray-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(245 245 245 / 0.75);
}

.before\:border-gray-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(245 245 245 / 0.8);
}

.before\:border-gray-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(245 245 245 / 0.9);
}

.before\:border-gray-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(245 245 245 / 0.95);
}

.before\:border-gray-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.before\:border-gray-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(229 229 229 / 0);
}

.before\:border-gray-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(229 229 229 / 0.1);
}

.before\:border-gray-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(229 229 229 / 1);
}

.before\:border-gray-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(229 229 229 / 0.2);
}

.before\:border-gray-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(229 229 229 / 0.25);
}

.before\:border-gray-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(229 229 229 / 0.3);
}

.before\:border-gray-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(229 229 229 / 0.4);
}

.before\:border-gray-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(229 229 229 / 0.05);
}

.before\:border-gray-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(229 229 229 / 0.5);
}

.before\:border-gray-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(229 229 229 / 0.6);
}

.before\:border-gray-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(229 229 229 / 0.7);
}

.before\:border-gray-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(229 229 229 / 0.75);
}

.before\:border-gray-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(229 229 229 / 0.8);
}

.before\:border-gray-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(229 229 229 / 0.9);
}

.before\:border-gray-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(229 229 229 / 0.95);
}

.before\:border-gray-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.before\:border-gray-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(212 212 212 / 0);
}

.before\:border-gray-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(212 212 212 / 0.1);
}

.before\:border-gray-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(212 212 212 / 1);
}

.before\:border-gray-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(212 212 212 / 0.2);
}

.before\:border-gray-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(212 212 212 / 0.25);
}

.before\:border-gray-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(212 212 212 / 0.3);
}

.before\:border-gray-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(212 212 212 / 0.4);
}

.before\:border-gray-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(212 212 212 / 0.05);
}

.before\:border-gray-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(212 212 212 / 0.5);
}

.before\:border-gray-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(212 212 212 / 0.6);
}

.before\:border-gray-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(212 212 212 / 0.7);
}

.before\:border-gray-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(212 212 212 / 0.75);
}

.before\:border-gray-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(212 212 212 / 0.8);
}

.before\:border-gray-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(212 212 212 / 0.9);
}

.before\:border-gray-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(212 212 212 / 0.95);
}

.before\:border-gray-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.before\:border-gray-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(163 163 163 / 0);
}

.before\:border-gray-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(163 163 163 / 0.1);
}

.before\:border-gray-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(163 163 163 / 1);
}

.before\:border-gray-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(163 163 163 / 0.2);
}

.before\:border-gray-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(163 163 163 / 0.25);
}

.before\:border-gray-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(163 163 163 / 0.3);
}

.before\:border-gray-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(163 163 163 / 0.4);
}

.before\:border-gray-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(163 163 163 / 0.05);
}

.before\:border-gray-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(163 163 163 / 0.5);
}

.before\:border-gray-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(163 163 163 / 0.6);
}

.before\:border-gray-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(163 163 163 / 0.7);
}

.before\:border-gray-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(163 163 163 / 0.75);
}

.before\:border-gray-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(163 163 163 / 0.8);
}

.before\:border-gray-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(163 163 163 / 0.9);
}

.before\:border-gray-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(163 163 163 / 0.95);
}

.before\:border-gray-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.before\:border-gray-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(250 250 250 / 0);
}

.before\:border-gray-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(250 250 250 / 0.1);
}

.before\:border-gray-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(250 250 250 / 1);
}

.before\:border-gray-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(250 250 250 / 0.2);
}

.before\:border-gray-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(250 250 250 / 0.25);
}

.before\:border-gray-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(250 250 250 / 0.3);
}

.before\:border-gray-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(250 250 250 / 0.4);
}

.before\:border-gray-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(250 250 250 / 0.05);
}

.before\:border-gray-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(250 250 250 / 0.5);
}

.before\:border-gray-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(250 250 250 / 0.6);
}

.before\:border-gray-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(250 250 250 / 0.7);
}

.before\:border-gray-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(250 250 250 / 0.75);
}

.before\:border-gray-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(250 250 250 / 0.8);
}

.before\:border-gray-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(250 250 250 / 0.9);
}

.before\:border-gray-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(250 250 250 / 0.95);
}

.before\:border-gray-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.before\:border-gray-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(115 115 115 / 0);
}

.before\:border-gray-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(115 115 115 / 0.1);
}

.before\:border-gray-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(115 115 115 / 1);
}

.before\:border-gray-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(115 115 115 / 0.2);
}

.before\:border-gray-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(115 115 115 / 0.25);
}

.before\:border-gray-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(115 115 115 / 0.3);
}

.before\:border-gray-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(115 115 115 / 0.4);
}

.before\:border-gray-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(115 115 115 / 0.05);
}

.before\:border-gray-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(115 115 115 / 0.5);
}

.before\:border-gray-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(115 115 115 / 0.6);
}

.before\:border-gray-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(115 115 115 / 0.7);
}

.before\:border-gray-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(115 115 115 / 0.75);
}

.before\:border-gray-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(115 115 115 / 0.8);
}

.before\:border-gray-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(115 115 115 / 0.9);
}

.before\:border-gray-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(115 115 115 / 0.95);
}

.before\:border-gray-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.before\:border-gray-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(82 82 82 / 0);
}

.before\:border-gray-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(82 82 82 / 0.1);
}

.before\:border-gray-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(82 82 82 / 1);
}

.before\:border-gray-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(82 82 82 / 0.2);
}

.before\:border-gray-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(82 82 82 / 0.25);
}

.before\:border-gray-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(82 82 82 / 0.3);
}

.before\:border-gray-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(82 82 82 / 0.4);
}

.before\:border-gray-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(82 82 82 / 0.05);
}

.before\:border-gray-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(82 82 82 / 0.5);
}

.before\:border-gray-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(82 82 82 / 0.6);
}

.before\:border-gray-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(82 82 82 / 0.7);
}

.before\:border-gray-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(82 82 82 / 0.75);
}

.before\:border-gray-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(82 82 82 / 0.8);
}

.before\:border-gray-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(82 82 82 / 0.9);
}

.before\:border-gray-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(82 82 82 / 0.95);
}

.before\:border-gray-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.before\:border-gray-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(64 64 64 / 0);
}

.before\:border-gray-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(64 64 64 / 0.1);
}

.before\:border-gray-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(64 64 64 / 1);
}

.before\:border-gray-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(64 64 64 / 0.2);
}

.before\:border-gray-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(64 64 64 / 0.25);
}

.before\:border-gray-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(64 64 64 / 0.3);
}

.before\:border-gray-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(64 64 64 / 0.4);
}

.before\:border-gray-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(64 64 64 / 0.05);
}

.before\:border-gray-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(64 64 64 / 0.5);
}

.before\:border-gray-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(64 64 64 / 0.6);
}

.before\:border-gray-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(64 64 64 / 0.7);
}

.before\:border-gray-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(64 64 64 / 0.75);
}

.before\:border-gray-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(64 64 64 / 0.8);
}

.before\:border-gray-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(64 64 64 / 0.9);
}

.before\:border-gray-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(64 64 64 / 0.95);
}

.before\:border-gray-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.before\:border-gray-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(38 38 38 / 0);
}

.before\:border-gray-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(38 38 38 / 0.1);
}

.before\:border-gray-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(38 38 38 / 1);
}

.before\:border-gray-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(38 38 38 / 0.2);
}

.before\:border-gray-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(38 38 38 / 0.25);
}

.before\:border-gray-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(38 38 38 / 0.3);
}

.before\:border-gray-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(38 38 38 / 0.4);
}

.before\:border-gray-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(38 38 38 / 0.05);
}

.before\:border-gray-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(38 38 38 / 0.5);
}

.before\:border-gray-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(38 38 38 / 0.6);
}

.before\:border-gray-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(38 38 38 / 0.7);
}

.before\:border-gray-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(38 38 38 / 0.75);
}

.before\:border-gray-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(38 38 38 / 0.8);
}

.before\:border-gray-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(38 38 38 / 0.9);
}

.before\:border-gray-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(38 38 38 / 0.95);
}

.before\:border-gray-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.before\:border-gray-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(23 23 23 / 0);
}

.before\:border-gray-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(23 23 23 / 0.1);
}

.before\:border-gray-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(23 23 23 / 1);
}

.before\:border-gray-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(23 23 23 / 0.2);
}

.before\:border-gray-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(23 23 23 / 0.25);
}

.before\:border-gray-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(23 23 23 / 0.3);
}

.before\:border-gray-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(23 23 23 / 0.4);
}

.before\:border-gray-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(23 23 23 / 0.05);
}

.before\:border-gray-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(23 23 23 / 0.5);
}

.before\:border-gray-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(23 23 23 / 0.6);
}

.before\:border-gray-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(23 23 23 / 0.7);
}

.before\:border-gray-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(23 23 23 / 0.75);
}

.before\:border-gray-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(23 23 23 / 0.8);
}

.before\:border-gray-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(23 23 23 / 0.9);
}

.before\:border-gray-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(23 23 23 / 0.95);
}

.before\:border-green-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.before\:border-green-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0);
}

.before\:border-green-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.1);
}

.before\:border-green-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 1);
}

.before\:border-green-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.2);
}

.before\:border-green-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.25);
}

.before\:border-green-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.3);
}

.before\:border-green-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.4);
}

.before\:border-green-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.05);
}

.before\:border-green-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.5);
}

.before\:border-green-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.6);
}

.before\:border-green-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.7);
}

.before\:border-green-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.75);
}

.before\:border-green-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.8);
}

.before\:border-green-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.9);
}

.before\:border-green-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(209 250 229 / 0.95);
}

.before\:border-green-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.before\:border-green-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0);
}

.before\:border-green-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.1);
}

.before\:border-green-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 1);
}

.before\:border-green-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.2);
}

.before\:border-green-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.25);
}

.before\:border-green-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.3);
}

.before\:border-green-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.4);
}

.before\:border-green-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.05);
}

.before\:border-green-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.5);
}

.before\:border-green-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.6);
}

.before\:border-green-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.7);
}

.before\:border-green-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.75);
}

.before\:border-green-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.8);
}

.before\:border-green-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.9);
}

.before\:border-green-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(167 243 208 / 0.95);
}

.before\:border-green-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.before\:border-green-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0);
}

.before\:border-green-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.1);
}

.before\:border-green-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 1);
}

.before\:border-green-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.2);
}

.before\:border-green-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.25);
}

.before\:border-green-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.3);
}

.before\:border-green-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.4);
}

.before\:border-green-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.05);
}

.before\:border-green-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.5);
}

.before\:border-green-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.6);
}

.before\:border-green-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.7);
}

.before\:border-green-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.75);
}

.before\:border-green-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.8);
}

.before\:border-green-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.9);
}

.before\:border-green-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(110 231 183 / 0.95);
}

.before\:border-green-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.before\:border-green-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0);
}

.before\:border-green-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.1);
}

.before\:border-green-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 1);
}

.before\:border-green-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.2);
}

.before\:border-green-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.25);
}

.before\:border-green-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.3);
}

.before\:border-green-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.4);
}

.before\:border-green-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.05);
}

.before\:border-green-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.5);
}

.before\:border-green-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.6);
}

.before\:border-green-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.7);
}

.before\:border-green-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.75);
}

.before\:border-green-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.8);
}

.before\:border-green-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.9);
}

.before\:border-green-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(52 211 153 / 0.95);
}

.before\:border-green-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.before\:border-green-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0);
}

.before\:border-green-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.1);
}

.before\:border-green-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 1);
}

.before\:border-green-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.2);
}

.before\:border-green-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.25);
}

.before\:border-green-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.3);
}

.before\:border-green-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.4);
}

.before\:border-green-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.05);
}

.before\:border-green-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.5);
}

.before\:border-green-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.6);
}

.before\:border-green-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.7);
}

.before\:border-green-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.75);
}

.before\:border-green-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.8);
}

.before\:border-green-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.9);
}

.before\:border-green-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(236 253 245 / 0.95);
}

.before\:border-green-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.before\:border-green-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0);
}

.before\:border-green-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.1);
}

.before\:border-green-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 1);
}

.before\:border-green-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.2);
}

.before\:border-green-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.25);
}

.before\:border-green-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.3);
}

.before\:border-green-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.4);
}

.before\:border-green-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.05);
}

.before\:border-green-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.5);
}

.before\:border-green-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.6);
}

.before\:border-green-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.7);
}

.before\:border-green-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.75);
}

.before\:border-green-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.8);
}

.before\:border-green-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.9);
}

.before\:border-green-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(16 185 129 / 0.95);
}

.before\:border-green-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.before\:border-green-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0);
}

.before\:border-green-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.1);
}

.before\:border-green-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 1);
}

.before\:border-green-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.2);
}

.before\:border-green-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.25);
}

.before\:border-green-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.3);
}

.before\:border-green-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.4);
}

.before\:border-green-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.05);
}

.before\:border-green-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.5);
}

.before\:border-green-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.6);
}

.before\:border-green-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.7);
}

.before\:border-green-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.75);
}

.before\:border-green-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.8);
}

.before\:border-green-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.9);
}

.before\:border-green-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(5 150 105 / 0.95);
}

.before\:border-green-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.before\:border-green-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0);
}

.before\:border-green-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.1);
}

.before\:border-green-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 1);
}

.before\:border-green-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.2);
}

.before\:border-green-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.25);
}

.before\:border-green-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.3);
}

.before\:border-green-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.4);
}

.before\:border-green-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.05);
}

.before\:border-green-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.5);
}

.before\:border-green-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.6);
}

.before\:border-green-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.7);
}

.before\:border-green-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.75);
}

.before\:border-green-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.8);
}

.before\:border-green-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.9);
}

.before\:border-green-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(4 120 87 / 0.95);
}

.before\:border-green-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.before\:border-green-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0);
}

.before\:border-green-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.1);
}

.before\:border-green-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 1);
}

.before\:border-green-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.2);
}

.before\:border-green-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.25);
}

.before\:border-green-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.3);
}

.before\:border-green-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.4);
}

.before\:border-green-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.05);
}

.before\:border-green-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.5);
}

.before\:border-green-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.6);
}

.before\:border-green-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.7);
}

.before\:border-green-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.75);
}

.before\:border-green-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.8);
}

.before\:border-green-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.9);
}

.before\:border-green-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(6 95 70 / 0.95);
}

.before\:border-green-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.before\:border-green-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0);
}

.before\:border-green-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.1);
}

.before\:border-green-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 1);
}

.before\:border-green-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.2);
}

.before\:border-green-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.25);
}

.before\:border-green-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.3);
}

.before\:border-green-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.4);
}

.before\:border-green-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.05);
}

.before\:border-green-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.5);
}

.before\:border-green-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.6);
}

.before\:border-green-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.7);
}

.before\:border-green-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.75);
}

.before\:border-green-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.8);
}

.before\:border-green-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.9);
}

.before\:border-green-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(6 78 59 / 0.95);
}

.before\:border-indigo-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.before\:border-indigo-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(224 231 255 / 0);
}

.before\:border-indigo-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(224 231 255 / 0.1);
}

.before\:border-indigo-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(224 231 255 / 1);
}

.before\:border-indigo-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(224 231 255 / 0.2);
}

.before\:border-indigo-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(224 231 255 / 0.25);
}

.before\:border-indigo-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(224 231 255 / 0.3);
}

.before\:border-indigo-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(224 231 255 / 0.4);
}

.before\:border-indigo-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(224 231 255 / 0.05);
}

.before\:border-indigo-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(224 231 255 / 0.5);
}

.before\:border-indigo-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(224 231 255 / 0.6);
}

.before\:border-indigo-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(224 231 255 / 0.7);
}

.before\:border-indigo-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(224 231 255 / 0.75);
}

.before\:border-indigo-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(224 231 255 / 0.8);
}

.before\:border-indigo-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(224 231 255 / 0.9);
}

.before\:border-indigo-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(224 231 255 / 0.95);
}

.before\:border-indigo-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.before\:border-indigo-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(199 210 254 / 0);
}

.before\:border-indigo-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(199 210 254 / 0.1);
}

.before\:border-indigo-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(199 210 254 / 1);
}

.before\:border-indigo-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(199 210 254 / 0.2);
}

.before\:border-indigo-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(199 210 254 / 0.25);
}

.before\:border-indigo-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(199 210 254 / 0.3);
}

.before\:border-indigo-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(199 210 254 / 0.4);
}

.before\:border-indigo-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(199 210 254 / 0.05);
}

.before\:border-indigo-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(199 210 254 / 0.5);
}

.before\:border-indigo-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(199 210 254 / 0.6);
}

.before\:border-indigo-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(199 210 254 / 0.7);
}

.before\:border-indigo-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(199 210 254 / 0.75);
}

.before\:border-indigo-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(199 210 254 / 0.8);
}

.before\:border-indigo-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(199 210 254 / 0.9);
}

.before\:border-indigo-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(199 210 254 / 0.95);
}

.before\:border-indigo-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.before\:border-indigo-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(165 180 252 / 0);
}

.before\:border-indigo-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(165 180 252 / 0.1);
}

.before\:border-indigo-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(165 180 252 / 1);
}

.before\:border-indigo-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(165 180 252 / 0.2);
}

.before\:border-indigo-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(165 180 252 / 0.25);
}

.before\:border-indigo-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(165 180 252 / 0.3);
}

.before\:border-indigo-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(165 180 252 / 0.4);
}

.before\:border-indigo-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(165 180 252 / 0.05);
}

.before\:border-indigo-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(165 180 252 / 0.5);
}

.before\:border-indigo-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(165 180 252 / 0.6);
}

.before\:border-indigo-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(165 180 252 / 0.7);
}

.before\:border-indigo-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(165 180 252 / 0.75);
}

.before\:border-indigo-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(165 180 252 / 0.8);
}

.before\:border-indigo-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(165 180 252 / 0.9);
}

.before\:border-indigo-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(165 180 252 / 0.95);
}

.before\:border-indigo-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.before\:border-indigo-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(129 140 248 / 0);
}

.before\:border-indigo-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(129 140 248 / 0.1);
}

.before\:border-indigo-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(129 140 248 / 1);
}

.before\:border-indigo-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(129 140 248 / 0.2);
}

.before\:border-indigo-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(129 140 248 / 0.25);
}

.before\:border-indigo-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(129 140 248 / 0.3);
}

.before\:border-indigo-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(129 140 248 / 0.4);
}

.before\:border-indigo-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(129 140 248 / 0.05);
}

.before\:border-indigo-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(129 140 248 / 0.5);
}

.before\:border-indigo-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(129 140 248 / 0.6);
}

.before\:border-indigo-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(129 140 248 / 0.7);
}

.before\:border-indigo-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(129 140 248 / 0.75);
}

.before\:border-indigo-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(129 140 248 / 0.8);
}

.before\:border-indigo-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(129 140 248 / 0.9);
}

.before\:border-indigo-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(129 140 248 / 0.95);
}

.before\:border-indigo-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.before\:border-indigo-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(238 242 255 / 0);
}

.before\:border-indigo-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(238 242 255 / 0.1);
}

.before\:border-indigo-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(238 242 255 / 1);
}

.before\:border-indigo-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(238 242 255 / 0.2);
}

.before\:border-indigo-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(238 242 255 / 0.25);
}

.before\:border-indigo-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(238 242 255 / 0.3);
}

.before\:border-indigo-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(238 242 255 / 0.4);
}

.before\:border-indigo-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(238 242 255 / 0.05);
}

.before\:border-indigo-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(238 242 255 / 0.5);
}

.before\:border-indigo-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(238 242 255 / 0.6);
}

.before\:border-indigo-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(238 242 255 / 0.7);
}

.before\:border-indigo-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(238 242 255 / 0.75);
}

.before\:border-indigo-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(238 242 255 / 0.8);
}

.before\:border-indigo-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(238 242 255 / 0.9);
}

.before\:border-indigo-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(238 242 255 / 0.95);
}

.before\:border-indigo-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.before\:border-indigo-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(99 102 241 / 0);
}

.before\:border-indigo-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(99 102 241 / 0.1);
}

.before\:border-indigo-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(99 102 241 / 1);
}

.before\:border-indigo-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(99 102 241 / 0.2);
}

.before\:border-indigo-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(99 102 241 / 0.25);
}

.before\:border-indigo-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(99 102 241 / 0.3);
}

.before\:border-indigo-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(99 102 241 / 0.4);
}

.before\:border-indigo-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(99 102 241 / 0.05);
}

.before\:border-indigo-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(99 102 241 / 0.5);
}

.before\:border-indigo-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(99 102 241 / 0.6);
}

.before\:border-indigo-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(99 102 241 / 0.7);
}

.before\:border-indigo-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(99 102 241 / 0.75);
}

.before\:border-indigo-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(99 102 241 / 0.8);
}

.before\:border-indigo-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(99 102 241 / 0.9);
}

.before\:border-indigo-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(99 102 241 / 0.95);
}

.before\:border-indigo-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.before\:border-indigo-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(79 70 229 / 0);
}

.before\:border-indigo-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(79 70 229 / 0.1);
}

.before\:border-indigo-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(79 70 229 / 1);
}

.before\:border-indigo-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(79 70 229 / 0.2);
}

.before\:border-indigo-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(79 70 229 / 0.25);
}

.before\:border-indigo-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(79 70 229 / 0.3);
}

.before\:border-indigo-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(79 70 229 / 0.4);
}

.before\:border-indigo-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(79 70 229 / 0.05);
}

.before\:border-indigo-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(79 70 229 / 0.5);
}

.before\:border-indigo-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(79 70 229 / 0.6);
}

.before\:border-indigo-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(79 70 229 / 0.7);
}

.before\:border-indigo-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(79 70 229 / 0.75);
}

.before\:border-indigo-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(79 70 229 / 0.8);
}

.before\:border-indigo-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(79 70 229 / 0.9);
}

.before\:border-indigo-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(79 70 229 / 0.95);
}

.before\:border-indigo-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.before\:border-indigo-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(67 56 202 / 0);
}

.before\:border-indigo-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(67 56 202 / 0.1);
}

.before\:border-indigo-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(67 56 202 / 1);
}

.before\:border-indigo-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(67 56 202 / 0.2);
}

.before\:border-indigo-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(67 56 202 / 0.25);
}

.before\:border-indigo-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(67 56 202 / 0.3);
}

.before\:border-indigo-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(67 56 202 / 0.4);
}

.before\:border-indigo-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(67 56 202 / 0.05);
}

.before\:border-indigo-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(67 56 202 / 0.5);
}

.before\:border-indigo-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(67 56 202 / 0.6);
}

.before\:border-indigo-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(67 56 202 / 0.7);
}

.before\:border-indigo-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(67 56 202 / 0.75);
}

.before\:border-indigo-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(67 56 202 / 0.8);
}

.before\:border-indigo-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(67 56 202 / 0.9);
}

.before\:border-indigo-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(67 56 202 / 0.95);
}

.before\:border-indigo-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.before\:border-indigo-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(55 48 163 / 0);
}

.before\:border-indigo-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(55 48 163 / 0.1);
}

.before\:border-indigo-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(55 48 163 / 1);
}

.before\:border-indigo-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(55 48 163 / 0.2);
}

.before\:border-indigo-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(55 48 163 / 0.25);
}

.before\:border-indigo-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(55 48 163 / 0.3);
}

.before\:border-indigo-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(55 48 163 / 0.4);
}

.before\:border-indigo-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(55 48 163 / 0.05);
}

.before\:border-indigo-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(55 48 163 / 0.5);
}

.before\:border-indigo-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(55 48 163 / 0.6);
}

.before\:border-indigo-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(55 48 163 / 0.7);
}

.before\:border-indigo-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(55 48 163 / 0.75);
}

.before\:border-indigo-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(55 48 163 / 0.8);
}

.before\:border-indigo-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(55 48 163 / 0.9);
}

.before\:border-indigo-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(55 48 163 / 0.95);
}

.before\:border-indigo-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.before\:border-indigo-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(49 46 129 / 0);
}

.before\:border-indigo-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(49 46 129 / 0.1);
}

.before\:border-indigo-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(49 46 129 / 1);
}

.before\:border-indigo-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(49 46 129 / 0.2);
}

.before\:border-indigo-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(49 46 129 / 0.25);
}

.before\:border-indigo-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(49 46 129 / 0.3);
}

.before\:border-indigo-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(49 46 129 / 0.4);
}

.before\:border-indigo-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(49 46 129 / 0.05);
}

.before\:border-indigo-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(49 46 129 / 0.5);
}

.before\:border-indigo-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(49 46 129 / 0.6);
}

.before\:border-indigo-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(49 46 129 / 0.7);
}

.before\:border-indigo-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(49 46 129 / 0.75);
}

.before\:border-indigo-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(49 46 129 / 0.8);
}

.before\:border-indigo-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(49 46 129 / 0.9);
}

.before\:border-indigo-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(49 46 129 / 0.95);
}

.before\:border-lime-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.before\:border-lime-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(236 252 203 / 0);
}

.before\:border-lime-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(236 252 203 / 0.1);
}

.before\:border-lime-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(236 252 203 / 1);
}

.before\:border-lime-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(236 252 203 / 0.2);
}

.before\:border-lime-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(236 252 203 / 0.25);
}

.before\:border-lime-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(236 252 203 / 0.3);
}

.before\:border-lime-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(236 252 203 / 0.4);
}

.before\:border-lime-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(236 252 203 / 0.05);
}

.before\:border-lime-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(236 252 203 / 0.5);
}

.before\:border-lime-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(236 252 203 / 0.6);
}

.before\:border-lime-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(236 252 203 / 0.7);
}

.before\:border-lime-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(236 252 203 / 0.75);
}

.before\:border-lime-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(236 252 203 / 0.8);
}

.before\:border-lime-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(236 252 203 / 0.9);
}

.before\:border-lime-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(236 252 203 / 0.95);
}

.before\:border-lime-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.before\:border-lime-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(217 249 157 / 0);
}

.before\:border-lime-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(217 249 157 / 0.1);
}

.before\:border-lime-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(217 249 157 / 1);
}

.before\:border-lime-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(217 249 157 / 0.2);
}

.before\:border-lime-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(217 249 157 / 0.25);
}

.before\:border-lime-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(217 249 157 / 0.3);
}

.before\:border-lime-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(217 249 157 / 0.4);
}

.before\:border-lime-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(217 249 157 / 0.05);
}

.before\:border-lime-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(217 249 157 / 0.5);
}

.before\:border-lime-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(217 249 157 / 0.6);
}

.before\:border-lime-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(217 249 157 / 0.7);
}

.before\:border-lime-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(217 249 157 / 0.75);
}

.before\:border-lime-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(217 249 157 / 0.8);
}

.before\:border-lime-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(217 249 157 / 0.9);
}

.before\:border-lime-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(217 249 157 / 0.95);
}

.before\:border-lime-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.before\:border-lime-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(190 242 100 / 0);
}

.before\:border-lime-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(190 242 100 / 0.1);
}

.before\:border-lime-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(190 242 100 / 1);
}

.before\:border-lime-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(190 242 100 / 0.2);
}

.before\:border-lime-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(190 242 100 / 0.25);
}

.before\:border-lime-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(190 242 100 / 0.3);
}

.before\:border-lime-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(190 242 100 / 0.4);
}

.before\:border-lime-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(190 242 100 / 0.05);
}

.before\:border-lime-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(190 242 100 / 0.5);
}

.before\:border-lime-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(190 242 100 / 0.6);
}

.before\:border-lime-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(190 242 100 / 0.7);
}

.before\:border-lime-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(190 242 100 / 0.75);
}

.before\:border-lime-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(190 242 100 / 0.8);
}

.before\:border-lime-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(190 242 100 / 0.9);
}

.before\:border-lime-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(190 242 100 / 0.95);
}

.before\:border-lime-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.before\:border-lime-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(163 230 53 / 0);
}

.before\:border-lime-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(163 230 53 / 0.1);
}

.before\:border-lime-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(163 230 53 / 1);
}

.before\:border-lime-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(163 230 53 / 0.2);
}

.before\:border-lime-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(163 230 53 / 0.25);
}

.before\:border-lime-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(163 230 53 / 0.3);
}

.before\:border-lime-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(163 230 53 / 0.4);
}

.before\:border-lime-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(163 230 53 / 0.05);
}

.before\:border-lime-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(163 230 53 / 0.5);
}

.before\:border-lime-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(163 230 53 / 0.6);
}

.before\:border-lime-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(163 230 53 / 0.7);
}

.before\:border-lime-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(163 230 53 / 0.75);
}

.before\:border-lime-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(163 230 53 / 0.8);
}

.before\:border-lime-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(163 230 53 / 0.9);
}

.before\:border-lime-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(163 230 53 / 0.95);
}

.before\:border-lime-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.before\:border-lime-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(247 254 231 / 0);
}

.before\:border-lime-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(247 254 231 / 0.1);
}

.before\:border-lime-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(247 254 231 / 1);
}

.before\:border-lime-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(247 254 231 / 0.2);
}

.before\:border-lime-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(247 254 231 / 0.25);
}

.before\:border-lime-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(247 254 231 / 0.3);
}

.before\:border-lime-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(247 254 231 / 0.4);
}

.before\:border-lime-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(247 254 231 / 0.05);
}

.before\:border-lime-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(247 254 231 / 0.5);
}

.before\:border-lime-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(247 254 231 / 0.6);
}

.before\:border-lime-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(247 254 231 / 0.7);
}

.before\:border-lime-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(247 254 231 / 0.75);
}

.before\:border-lime-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(247 254 231 / 0.8);
}

.before\:border-lime-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(247 254 231 / 0.9);
}

.before\:border-lime-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(247 254 231 / 0.95);
}

.before\:border-lime-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.before\:border-lime-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(132 204 22 / 0);
}

.before\:border-lime-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(132 204 22 / 0.1);
}

.before\:border-lime-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(132 204 22 / 1);
}

.before\:border-lime-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(132 204 22 / 0.2);
}

.before\:border-lime-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(132 204 22 / 0.25);
}

.before\:border-lime-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(132 204 22 / 0.3);
}

.before\:border-lime-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(132 204 22 / 0.4);
}

.before\:border-lime-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(132 204 22 / 0.05);
}

.before\:border-lime-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(132 204 22 / 0.5);
}

.before\:border-lime-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(132 204 22 / 0.6);
}

.before\:border-lime-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(132 204 22 / 0.7);
}

.before\:border-lime-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(132 204 22 / 0.75);
}

.before\:border-lime-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(132 204 22 / 0.8);
}

.before\:border-lime-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(132 204 22 / 0.9);
}

.before\:border-lime-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(132 204 22 / 0.95);
}

.before\:border-lime-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.before\:border-lime-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(101 163 13 / 0);
}

.before\:border-lime-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(101 163 13 / 0.1);
}

.before\:border-lime-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(101 163 13 / 1);
}

.before\:border-lime-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(101 163 13 / 0.2);
}

.before\:border-lime-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(101 163 13 / 0.25);
}

.before\:border-lime-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(101 163 13 / 0.3);
}

.before\:border-lime-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(101 163 13 / 0.4);
}

.before\:border-lime-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(101 163 13 / 0.05);
}

.before\:border-lime-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(101 163 13 / 0.5);
}

.before\:border-lime-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(101 163 13 / 0.6);
}

.before\:border-lime-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(101 163 13 / 0.7);
}

.before\:border-lime-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(101 163 13 / 0.75);
}

.before\:border-lime-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(101 163 13 / 0.8);
}

.before\:border-lime-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(101 163 13 / 0.9);
}

.before\:border-lime-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(101 163 13 / 0.95);
}

.before\:border-lime-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.before\:border-lime-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(77 124 15 / 0);
}

.before\:border-lime-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(77 124 15 / 0.1);
}

.before\:border-lime-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(77 124 15 / 1);
}

.before\:border-lime-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(77 124 15 / 0.2);
}

.before\:border-lime-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(77 124 15 / 0.25);
}

.before\:border-lime-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(77 124 15 / 0.3);
}

.before\:border-lime-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(77 124 15 / 0.4);
}

.before\:border-lime-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(77 124 15 / 0.05);
}

.before\:border-lime-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(77 124 15 / 0.5);
}

.before\:border-lime-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(77 124 15 / 0.6);
}

.before\:border-lime-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(77 124 15 / 0.7);
}

.before\:border-lime-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(77 124 15 / 0.75);
}

.before\:border-lime-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(77 124 15 / 0.8);
}

.before\:border-lime-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(77 124 15 / 0.9);
}

.before\:border-lime-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(77 124 15 / 0.95);
}

.before\:border-lime-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.before\:border-lime-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(63 98 18 / 0);
}

.before\:border-lime-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(63 98 18 / 0.1);
}

.before\:border-lime-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(63 98 18 / 1);
}

.before\:border-lime-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(63 98 18 / 0.2);
}

.before\:border-lime-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(63 98 18 / 0.25);
}

.before\:border-lime-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(63 98 18 / 0.3);
}

.before\:border-lime-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(63 98 18 / 0.4);
}

.before\:border-lime-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(63 98 18 / 0.05);
}

.before\:border-lime-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(63 98 18 / 0.5);
}

.before\:border-lime-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(63 98 18 / 0.6);
}

.before\:border-lime-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(63 98 18 / 0.7);
}

.before\:border-lime-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(63 98 18 / 0.75);
}

.before\:border-lime-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(63 98 18 / 0.8);
}

.before\:border-lime-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(63 98 18 / 0.9);
}

.before\:border-lime-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(63 98 18 / 0.95);
}

.before\:border-lime-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.before\:border-lime-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(54 83 20 / 0);
}

.before\:border-lime-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(54 83 20 / 0.1);
}

.before\:border-lime-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(54 83 20 / 1);
}

.before\:border-lime-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(54 83 20 / 0.2);
}

.before\:border-lime-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(54 83 20 / 0.25);
}

.before\:border-lime-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(54 83 20 / 0.3);
}

.before\:border-lime-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(54 83 20 / 0.4);
}

.before\:border-lime-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(54 83 20 / 0.05);
}

.before\:border-lime-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(54 83 20 / 0.5);
}

.before\:border-lime-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(54 83 20 / 0.6);
}

.before\:border-lime-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(54 83 20 / 0.7);
}

.before\:border-lime-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(54 83 20 / 0.75);
}

.before\:border-lime-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(54 83 20 / 0.8);
}

.before\:border-lime-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(54 83 20 / 0.9);
}

.before\:border-lime-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(54 83 20 / 0.95);
}

.before\:border-orange-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.before\:border-orange-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(255 237 213 / 0);
}

.before\:border-orange-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(255 237 213 / 0.1);
}

.before\:border-orange-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(255 237 213 / 1);
}

.before\:border-orange-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(255 237 213 / 0.2);
}

.before\:border-orange-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(255 237 213 / 0.25);
}

.before\:border-orange-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(255 237 213 / 0.3);
}

.before\:border-orange-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(255 237 213 / 0.4);
}

.before\:border-orange-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(255 237 213 / 0.05);
}

.before\:border-orange-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(255 237 213 / 0.5);
}

.before\:border-orange-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(255 237 213 / 0.6);
}

.before\:border-orange-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(255 237 213 / 0.7);
}

.before\:border-orange-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(255 237 213 / 0.75);
}

.before\:border-orange-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(255 237 213 / 0.8);
}

.before\:border-orange-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(255 237 213 / 0.9);
}

.before\:border-orange-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(255 237 213 / 0.95);
}

.before\:border-orange-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.before\:border-orange-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(254 215 170 / 0);
}

.before\:border-orange-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(254 215 170 / 0.1);
}

.before\:border-orange-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(254 215 170 / 1);
}

.before\:border-orange-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(254 215 170 / 0.2);
}

.before\:border-orange-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(254 215 170 / 0.25);
}

.before\:border-orange-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(254 215 170 / 0.3);
}

.before\:border-orange-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(254 215 170 / 0.4);
}

.before\:border-orange-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(254 215 170 / 0.05);
}

.before\:border-orange-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(254 215 170 / 0.5);
}

.before\:border-orange-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(254 215 170 / 0.6);
}

.before\:border-orange-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(254 215 170 / 0.7);
}

.before\:border-orange-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(254 215 170 / 0.75);
}

.before\:border-orange-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(254 215 170 / 0.8);
}

.before\:border-orange-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(254 215 170 / 0.9);
}

.before\:border-orange-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(254 215 170 / 0.95);
}

.before\:border-orange-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.before\:border-orange-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(253 186 116 / 0);
}

.before\:border-orange-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(253 186 116 / 0.1);
}

.before\:border-orange-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(253 186 116 / 1);
}

.before\:border-orange-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(253 186 116 / 0.2);
}

.before\:border-orange-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(253 186 116 / 0.25);
}

.before\:border-orange-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(253 186 116 / 0.3);
}

.before\:border-orange-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(253 186 116 / 0.4);
}

.before\:border-orange-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(253 186 116 / 0.05);
}

.before\:border-orange-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(253 186 116 / 0.5);
}

.before\:border-orange-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(253 186 116 / 0.6);
}

.before\:border-orange-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(253 186 116 / 0.7);
}

.before\:border-orange-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(253 186 116 / 0.75);
}

.before\:border-orange-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(253 186 116 / 0.8);
}

.before\:border-orange-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(253 186 116 / 0.9);
}

.before\:border-orange-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(253 186 116 / 0.95);
}

.before\:border-orange-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.before\:border-orange-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(251 146 60 / 0);
}

.before\:border-orange-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(251 146 60 / 0.1);
}

.before\:border-orange-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(251 146 60 / 1);
}

.before\:border-orange-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(251 146 60 / 0.2);
}

.before\:border-orange-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(251 146 60 / 0.25);
}

.before\:border-orange-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(251 146 60 / 0.3);
}

.before\:border-orange-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(251 146 60 / 0.4);
}

.before\:border-orange-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(251 146 60 / 0.05);
}

.before\:border-orange-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(251 146 60 / 0.5);
}

.before\:border-orange-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(251 146 60 / 0.6);
}

.before\:border-orange-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(251 146 60 / 0.7);
}

.before\:border-orange-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(251 146 60 / 0.75);
}

.before\:border-orange-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(251 146 60 / 0.8);
}

.before\:border-orange-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(251 146 60 / 0.9);
}

.before\:border-orange-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(251 146 60 / 0.95);
}

.before\:border-orange-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.before\:border-orange-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(255 247 237 / 0);
}

.before\:border-orange-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(255 247 237 / 0.1);
}

.before\:border-orange-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(255 247 237 / 1);
}

.before\:border-orange-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(255 247 237 / 0.2);
}

.before\:border-orange-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(255 247 237 / 0.25);
}

.before\:border-orange-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(255 247 237 / 0.3);
}

.before\:border-orange-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(255 247 237 / 0.4);
}

.before\:border-orange-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(255 247 237 / 0.05);
}

.before\:border-orange-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(255 247 237 / 0.5);
}

.before\:border-orange-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(255 247 237 / 0.6);
}

.before\:border-orange-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(255 247 237 / 0.7);
}

.before\:border-orange-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(255 247 237 / 0.75);
}

.before\:border-orange-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(255 247 237 / 0.8);
}

.before\:border-orange-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(255 247 237 / 0.9);
}

.before\:border-orange-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(255 247 237 / 0.95);
}

.before\:border-orange-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.before\:border-orange-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(249 115 22 / 0);
}

.before\:border-orange-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(249 115 22 / 0.1);
}

.before\:border-orange-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(249 115 22 / 1);
}

.before\:border-orange-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(249 115 22 / 0.2);
}

.before\:border-orange-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(249 115 22 / 0.25);
}

.before\:border-orange-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(249 115 22 / 0.3);
}

.before\:border-orange-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(249 115 22 / 0.4);
}

.before\:border-orange-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(249 115 22 / 0.05);
}

.before\:border-orange-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(249 115 22 / 0.5);
}

.before\:border-orange-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(249 115 22 / 0.6);
}

.before\:border-orange-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(249 115 22 / 0.7);
}

.before\:border-orange-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(249 115 22 / 0.75);
}

.before\:border-orange-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(249 115 22 / 0.8);
}

.before\:border-orange-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(249 115 22 / 0.9);
}

.before\:border-orange-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(249 115 22 / 0.95);
}

.before\:border-orange-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.before\:border-orange-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(234 88 12 / 0);
}

.before\:border-orange-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(234 88 12 / 0.1);
}

.before\:border-orange-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(234 88 12 / 1);
}

.before\:border-orange-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(234 88 12 / 0.2);
}

.before\:border-orange-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(234 88 12 / 0.25);
}

.before\:border-orange-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(234 88 12 / 0.3);
}

.before\:border-orange-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(234 88 12 / 0.4);
}

.before\:border-orange-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(234 88 12 / 0.05);
}

.before\:border-orange-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(234 88 12 / 0.5);
}

.before\:border-orange-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(234 88 12 / 0.6);
}

.before\:border-orange-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(234 88 12 / 0.7);
}

.before\:border-orange-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(234 88 12 / 0.75);
}

.before\:border-orange-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(234 88 12 / 0.8);
}

.before\:border-orange-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(234 88 12 / 0.9);
}

.before\:border-orange-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(234 88 12 / 0.95);
}

.before\:border-orange-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.before\:border-orange-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(194 65 12 / 0);
}

.before\:border-orange-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(194 65 12 / 0.1);
}

.before\:border-orange-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(194 65 12 / 1);
}

.before\:border-orange-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(194 65 12 / 0.2);
}

.before\:border-orange-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(194 65 12 / 0.25);
}

.before\:border-orange-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(194 65 12 / 0.3);
}

.before\:border-orange-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(194 65 12 / 0.4);
}

.before\:border-orange-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(194 65 12 / 0.05);
}

.before\:border-orange-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(194 65 12 / 0.5);
}

.before\:border-orange-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(194 65 12 / 0.6);
}

.before\:border-orange-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(194 65 12 / 0.7);
}

.before\:border-orange-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(194 65 12 / 0.75);
}

.before\:border-orange-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(194 65 12 / 0.8);
}

.before\:border-orange-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(194 65 12 / 0.9);
}

.before\:border-orange-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(194 65 12 / 0.95);
}

.before\:border-orange-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.before\:border-orange-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(154 52 18 / 0);
}

.before\:border-orange-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(154 52 18 / 0.1);
}

.before\:border-orange-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(154 52 18 / 1);
}

.before\:border-orange-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(154 52 18 / 0.2);
}

.before\:border-orange-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(154 52 18 / 0.25);
}

.before\:border-orange-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(154 52 18 / 0.3);
}

.before\:border-orange-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(154 52 18 / 0.4);
}

.before\:border-orange-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(154 52 18 / 0.05);
}

.before\:border-orange-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(154 52 18 / 0.5);
}

.before\:border-orange-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(154 52 18 / 0.6);
}

.before\:border-orange-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(154 52 18 / 0.7);
}

.before\:border-orange-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(154 52 18 / 0.75);
}

.before\:border-orange-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(154 52 18 / 0.8);
}

.before\:border-orange-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(154 52 18 / 0.9);
}

.before\:border-orange-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(154 52 18 / 0.95);
}

.before\:border-orange-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.before\:border-orange-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(124 45 18 / 0);
}

.before\:border-orange-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(124 45 18 / 0.1);
}

.before\:border-orange-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(124 45 18 / 1);
}

.before\:border-orange-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(124 45 18 / 0.2);
}

.before\:border-orange-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(124 45 18 / 0.25);
}

.before\:border-orange-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(124 45 18 / 0.3);
}

.before\:border-orange-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(124 45 18 / 0.4);
}

.before\:border-orange-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(124 45 18 / 0.05);
}

.before\:border-orange-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(124 45 18 / 0.5);
}

.before\:border-orange-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(124 45 18 / 0.6);
}

.before\:border-orange-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(124 45 18 / 0.7);
}

.before\:border-orange-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(124 45 18 / 0.75);
}

.before\:border-orange-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(124 45 18 / 0.8);
}

.before\:border-orange-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(124 45 18 / 0.9);
}

.before\:border-orange-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(124 45 18 / 0.95);
}

.before\:border-pink-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.before\:border-pink-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(252 231 243 / 0);
}

.before\:border-pink-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(252 231 243 / 0.1);
}

.before\:border-pink-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(252 231 243 / 1);
}

.before\:border-pink-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(252 231 243 / 0.2);
}

.before\:border-pink-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(252 231 243 / 0.25);
}

.before\:border-pink-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(252 231 243 / 0.3);
}

.before\:border-pink-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(252 231 243 / 0.4);
}

.before\:border-pink-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(252 231 243 / 0.05);
}

.before\:border-pink-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(252 231 243 / 0.5);
}

.before\:border-pink-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(252 231 243 / 0.6);
}

.before\:border-pink-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(252 231 243 / 0.7);
}

.before\:border-pink-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(252 231 243 / 0.75);
}

.before\:border-pink-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(252 231 243 / 0.8);
}

.before\:border-pink-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(252 231 243 / 0.9);
}

.before\:border-pink-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(252 231 243 / 0.95);
}

.before\:border-pink-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.before\:border-pink-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(251 207 232 / 0);
}

.before\:border-pink-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(251 207 232 / 0.1);
}

.before\:border-pink-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(251 207 232 / 1);
}

.before\:border-pink-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(251 207 232 / 0.2);
}

.before\:border-pink-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(251 207 232 / 0.25);
}

.before\:border-pink-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(251 207 232 / 0.3);
}

.before\:border-pink-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(251 207 232 / 0.4);
}

.before\:border-pink-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(251 207 232 / 0.05);
}

.before\:border-pink-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(251 207 232 / 0.5);
}

.before\:border-pink-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(251 207 232 / 0.6);
}

.before\:border-pink-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(251 207 232 / 0.7);
}

.before\:border-pink-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(251 207 232 / 0.75);
}

.before\:border-pink-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(251 207 232 / 0.8);
}

.before\:border-pink-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(251 207 232 / 0.9);
}

.before\:border-pink-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(251 207 232 / 0.95);
}

.before\:border-pink-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.before\:border-pink-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(249 168 212 / 0);
}

.before\:border-pink-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(249 168 212 / 0.1);
}

.before\:border-pink-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(249 168 212 / 1);
}

.before\:border-pink-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(249 168 212 / 0.2);
}

.before\:border-pink-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(249 168 212 / 0.25);
}

.before\:border-pink-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(249 168 212 / 0.3);
}

.before\:border-pink-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(249 168 212 / 0.4);
}

.before\:border-pink-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(249 168 212 / 0.05);
}

.before\:border-pink-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(249 168 212 / 0.5);
}

.before\:border-pink-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(249 168 212 / 0.6);
}

.before\:border-pink-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(249 168 212 / 0.7);
}

.before\:border-pink-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(249 168 212 / 0.75);
}

.before\:border-pink-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(249 168 212 / 0.8);
}

.before\:border-pink-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(249 168 212 / 0.9);
}

.before\:border-pink-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(249 168 212 / 0.95);
}

.before\:border-pink-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.before\:border-pink-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(244 114 182 / 0);
}

.before\:border-pink-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(244 114 182 / 0.1);
}

.before\:border-pink-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(244 114 182 / 1);
}

.before\:border-pink-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(244 114 182 / 0.2);
}

.before\:border-pink-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(244 114 182 / 0.25);
}

.before\:border-pink-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(244 114 182 / 0.3);
}

.before\:border-pink-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(244 114 182 / 0.4);
}

.before\:border-pink-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(244 114 182 / 0.05);
}

.before\:border-pink-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(244 114 182 / 0.5);
}

.before\:border-pink-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(244 114 182 / 0.6);
}

.before\:border-pink-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(244 114 182 / 0.7);
}

.before\:border-pink-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(244 114 182 / 0.75);
}

.before\:border-pink-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(244 114 182 / 0.8);
}

.before\:border-pink-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(244 114 182 / 0.9);
}

.before\:border-pink-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(244 114 182 / 0.95);
}

.before\:border-pink-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.before\:border-pink-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(253 242 248 / 0);
}

.before\:border-pink-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(253 242 248 / 0.1);
}

.before\:border-pink-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(253 242 248 / 1);
}

.before\:border-pink-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(253 242 248 / 0.2);
}

.before\:border-pink-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(253 242 248 / 0.25);
}

.before\:border-pink-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(253 242 248 / 0.3);
}

.before\:border-pink-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(253 242 248 / 0.4);
}

.before\:border-pink-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(253 242 248 / 0.05);
}

.before\:border-pink-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(253 242 248 / 0.5);
}

.before\:border-pink-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(253 242 248 / 0.6);
}

.before\:border-pink-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(253 242 248 / 0.7);
}

.before\:border-pink-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(253 242 248 / 0.75);
}

.before\:border-pink-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(253 242 248 / 0.8);
}

.before\:border-pink-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(253 242 248 / 0.9);
}

.before\:border-pink-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(253 242 248 / 0.95);
}

.before\:border-pink-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.before\:border-pink-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(236 72 153 / 0);
}

.before\:border-pink-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(236 72 153 / 0.1);
}

.before\:border-pink-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(236 72 153 / 1);
}

.before\:border-pink-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(236 72 153 / 0.2);
}

.before\:border-pink-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(236 72 153 / 0.25);
}

.before\:border-pink-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(236 72 153 / 0.3);
}

.before\:border-pink-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(236 72 153 / 0.4);
}

.before\:border-pink-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(236 72 153 / 0.05);
}

.before\:border-pink-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(236 72 153 / 0.5);
}

.before\:border-pink-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(236 72 153 / 0.6);
}

.before\:border-pink-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(236 72 153 / 0.7);
}

.before\:border-pink-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(236 72 153 / 0.75);
}

.before\:border-pink-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(236 72 153 / 0.8);
}

.before\:border-pink-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(236 72 153 / 0.9);
}

.before\:border-pink-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(236 72 153 / 0.95);
}

.before\:border-pink-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.before\:border-pink-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(219 39 119 / 0);
}

.before\:border-pink-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(219 39 119 / 0.1);
}

.before\:border-pink-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(219 39 119 / 1);
}

.before\:border-pink-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(219 39 119 / 0.2);
}

.before\:border-pink-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(219 39 119 / 0.25);
}

.before\:border-pink-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(219 39 119 / 0.3);
}

.before\:border-pink-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(219 39 119 / 0.4);
}

.before\:border-pink-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(219 39 119 / 0.05);
}

.before\:border-pink-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(219 39 119 / 0.5);
}

.before\:border-pink-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(219 39 119 / 0.6);
}

.before\:border-pink-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(219 39 119 / 0.7);
}

.before\:border-pink-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(219 39 119 / 0.75);
}

.before\:border-pink-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(219 39 119 / 0.8);
}

.before\:border-pink-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(219 39 119 / 0.9);
}

.before\:border-pink-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(219 39 119 / 0.95);
}

.before\:border-pink-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.before\:border-pink-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(190 24 93 / 0);
}

.before\:border-pink-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(190 24 93 / 0.1);
}

.before\:border-pink-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(190 24 93 / 1);
}

.before\:border-pink-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(190 24 93 / 0.2);
}

.before\:border-pink-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(190 24 93 / 0.25);
}

.before\:border-pink-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(190 24 93 / 0.3);
}

.before\:border-pink-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(190 24 93 / 0.4);
}

.before\:border-pink-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(190 24 93 / 0.05);
}

.before\:border-pink-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(190 24 93 / 0.5);
}

.before\:border-pink-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(190 24 93 / 0.6);
}

.before\:border-pink-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(190 24 93 / 0.7);
}

.before\:border-pink-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(190 24 93 / 0.75);
}

.before\:border-pink-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(190 24 93 / 0.8);
}

.before\:border-pink-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(190 24 93 / 0.9);
}

.before\:border-pink-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(190 24 93 / 0.95);
}

.before\:border-pink-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.before\:border-pink-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(157 23 77 / 0);
}

.before\:border-pink-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(157 23 77 / 0.1);
}

.before\:border-pink-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(157 23 77 / 1);
}

.before\:border-pink-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(157 23 77 / 0.2);
}

.before\:border-pink-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(157 23 77 / 0.25);
}

.before\:border-pink-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(157 23 77 / 0.3);
}

.before\:border-pink-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(157 23 77 / 0.4);
}

.before\:border-pink-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(157 23 77 / 0.05);
}

.before\:border-pink-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(157 23 77 / 0.5);
}

.before\:border-pink-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(157 23 77 / 0.6);
}

.before\:border-pink-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(157 23 77 / 0.7);
}

.before\:border-pink-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(157 23 77 / 0.75);
}

.before\:border-pink-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(157 23 77 / 0.8);
}

.before\:border-pink-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(157 23 77 / 0.9);
}

.before\:border-pink-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(157 23 77 / 0.95);
}

.before\:border-pink-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.before\:border-pink-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(131 24 67 / 0);
}

.before\:border-pink-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(131 24 67 / 0.1);
}

.before\:border-pink-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(131 24 67 / 1);
}

.before\:border-pink-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(131 24 67 / 0.2);
}

.before\:border-pink-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(131 24 67 / 0.25);
}

.before\:border-pink-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(131 24 67 / 0.3);
}

.before\:border-pink-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(131 24 67 / 0.4);
}

.before\:border-pink-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(131 24 67 / 0.05);
}

.before\:border-pink-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(131 24 67 / 0.5);
}

.before\:border-pink-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(131 24 67 / 0.6);
}

.before\:border-pink-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(131 24 67 / 0.7);
}

.before\:border-pink-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(131 24 67 / 0.75);
}

.before\:border-pink-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(131 24 67 / 0.8);
}

.before\:border-pink-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(131 24 67 / 0.9);
}

.before\:border-pink-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(131 24 67 / 0.95);
}

.before\:border-purple-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.before\:border-purple-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(243 232 255 / 0);
}

.before\:border-purple-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(243 232 255 / 0.1);
}

.before\:border-purple-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(243 232 255 / 1);
}

.before\:border-purple-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(243 232 255 / 0.2);
}

.before\:border-purple-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(243 232 255 / 0.25);
}

.before\:border-purple-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(243 232 255 / 0.3);
}

.before\:border-purple-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(243 232 255 / 0.4);
}

.before\:border-purple-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(243 232 255 / 0.05);
}

.before\:border-purple-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(243 232 255 / 0.5);
}

.before\:border-purple-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(243 232 255 / 0.6);
}

.before\:border-purple-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(243 232 255 / 0.7);
}

.before\:border-purple-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(243 232 255 / 0.75);
}

.before\:border-purple-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(243 232 255 / 0.8);
}

.before\:border-purple-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(243 232 255 / 0.9);
}

.before\:border-purple-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(243 232 255 / 0.95);
}

.before\:border-purple-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.before\:border-purple-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(233 213 255 / 0);
}

.before\:border-purple-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(233 213 255 / 0.1);
}

.before\:border-purple-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(233 213 255 / 1);
}

.before\:border-purple-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(233 213 255 / 0.2);
}

.before\:border-purple-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(233 213 255 / 0.25);
}

.before\:border-purple-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(233 213 255 / 0.3);
}

.before\:border-purple-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(233 213 255 / 0.4);
}

.before\:border-purple-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(233 213 255 / 0.05);
}

.before\:border-purple-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(233 213 255 / 0.5);
}

.before\:border-purple-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(233 213 255 / 0.6);
}

.before\:border-purple-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(233 213 255 / 0.7);
}

.before\:border-purple-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(233 213 255 / 0.75);
}

.before\:border-purple-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(233 213 255 / 0.8);
}

.before\:border-purple-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(233 213 255 / 0.9);
}

.before\:border-purple-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(233 213 255 / 0.95);
}

.before\:border-purple-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.before\:border-purple-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(216 180 254 / 0);
}

.before\:border-purple-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(216 180 254 / 0.1);
}

.before\:border-purple-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(216 180 254 / 1);
}

.before\:border-purple-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(216 180 254 / 0.2);
}

.before\:border-purple-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(216 180 254 / 0.25);
}

.before\:border-purple-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(216 180 254 / 0.3);
}

.before\:border-purple-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(216 180 254 / 0.4);
}

.before\:border-purple-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(216 180 254 / 0.05);
}

.before\:border-purple-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(216 180 254 / 0.5);
}

.before\:border-purple-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(216 180 254 / 0.6);
}

.before\:border-purple-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(216 180 254 / 0.7);
}

.before\:border-purple-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(216 180 254 / 0.75);
}

.before\:border-purple-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(216 180 254 / 0.8);
}

.before\:border-purple-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(216 180 254 / 0.9);
}

.before\:border-purple-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(216 180 254 / 0.95);
}

.before\:border-purple-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.before\:border-purple-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(192 132 252 / 0);
}

.before\:border-purple-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(192 132 252 / 0.1);
}

.before\:border-purple-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(192 132 252 / 1);
}

.before\:border-purple-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(192 132 252 / 0.2);
}

.before\:border-purple-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(192 132 252 / 0.25);
}

.before\:border-purple-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(192 132 252 / 0.3);
}

.before\:border-purple-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(192 132 252 / 0.4);
}

.before\:border-purple-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(192 132 252 / 0.05);
}

.before\:border-purple-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(192 132 252 / 0.5);
}

.before\:border-purple-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(192 132 252 / 0.6);
}

.before\:border-purple-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(192 132 252 / 0.7);
}

.before\:border-purple-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(192 132 252 / 0.75);
}

.before\:border-purple-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(192 132 252 / 0.8);
}

.before\:border-purple-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(192 132 252 / 0.9);
}

.before\:border-purple-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(192 132 252 / 0.95);
}

.before\:border-purple-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.before\:border-purple-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(250 245 255 / 0);
}

.before\:border-purple-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(250 245 255 / 0.1);
}

.before\:border-purple-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(250 245 255 / 1);
}

.before\:border-purple-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(250 245 255 / 0.2);
}

.before\:border-purple-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(250 245 255 / 0.25);
}

.before\:border-purple-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(250 245 255 / 0.3);
}

.before\:border-purple-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(250 245 255 / 0.4);
}

.before\:border-purple-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(250 245 255 / 0.05);
}

.before\:border-purple-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(250 245 255 / 0.5);
}

.before\:border-purple-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(250 245 255 / 0.6);
}

.before\:border-purple-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(250 245 255 / 0.7);
}

.before\:border-purple-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(250 245 255 / 0.75);
}

.before\:border-purple-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(250 245 255 / 0.8);
}

.before\:border-purple-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(250 245 255 / 0.9);
}

.before\:border-purple-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(250 245 255 / 0.95);
}

.before\:border-purple-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.before\:border-purple-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(168 85 247 / 0);
}

.before\:border-purple-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(168 85 247 / 0.1);
}

.before\:border-purple-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(168 85 247 / 1);
}

.before\:border-purple-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(168 85 247 / 0.2);
}

.before\:border-purple-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(168 85 247 / 0.25);
}

.before\:border-purple-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(168 85 247 / 0.3);
}

.before\:border-purple-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(168 85 247 / 0.4);
}

.before\:border-purple-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(168 85 247 / 0.05);
}

.before\:border-purple-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(168 85 247 / 0.5);
}

.before\:border-purple-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(168 85 247 / 0.6);
}

.before\:border-purple-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(168 85 247 / 0.7);
}

.before\:border-purple-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(168 85 247 / 0.75);
}

.before\:border-purple-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(168 85 247 / 0.8);
}

.before\:border-purple-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(168 85 247 / 0.9);
}

.before\:border-purple-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(168 85 247 / 0.95);
}

.before\:border-purple-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.before\:border-purple-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(147 51 234 / 0);
}

.before\:border-purple-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(147 51 234 / 0.1);
}

.before\:border-purple-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(147 51 234 / 1);
}

.before\:border-purple-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(147 51 234 / 0.2);
}

.before\:border-purple-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(147 51 234 / 0.25);
}

.before\:border-purple-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(147 51 234 / 0.3);
}

.before\:border-purple-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(147 51 234 / 0.4);
}

.before\:border-purple-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(147 51 234 / 0.05);
}

.before\:border-purple-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(147 51 234 / 0.5);
}

.before\:border-purple-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(147 51 234 / 0.6);
}

.before\:border-purple-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(147 51 234 / 0.7);
}

.before\:border-purple-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(147 51 234 / 0.75);
}

.before\:border-purple-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(147 51 234 / 0.8);
}

.before\:border-purple-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(147 51 234 / 0.9);
}

.before\:border-purple-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(147 51 234 / 0.95);
}

.before\:border-purple-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.before\:border-purple-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(126 34 206 / 0);
}

.before\:border-purple-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(126 34 206 / 0.1);
}

.before\:border-purple-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(126 34 206 / 1);
}

.before\:border-purple-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(126 34 206 / 0.2);
}

.before\:border-purple-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(126 34 206 / 0.25);
}

.before\:border-purple-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(126 34 206 / 0.3);
}

.before\:border-purple-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(126 34 206 / 0.4);
}

.before\:border-purple-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(126 34 206 / 0.05);
}

.before\:border-purple-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(126 34 206 / 0.5);
}

.before\:border-purple-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(126 34 206 / 0.6);
}

.before\:border-purple-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(126 34 206 / 0.7);
}

.before\:border-purple-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(126 34 206 / 0.75);
}

.before\:border-purple-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(126 34 206 / 0.8);
}

.before\:border-purple-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(126 34 206 / 0.9);
}

.before\:border-purple-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(126 34 206 / 0.95);
}

.before\:border-purple-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.before\:border-purple-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(107 33 168 / 0);
}

.before\:border-purple-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(107 33 168 / 0.1);
}

.before\:border-purple-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(107 33 168 / 1);
}

.before\:border-purple-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(107 33 168 / 0.2);
}

.before\:border-purple-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(107 33 168 / 0.25);
}

.before\:border-purple-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(107 33 168 / 0.3);
}

.before\:border-purple-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(107 33 168 / 0.4);
}

.before\:border-purple-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(107 33 168 / 0.05);
}

.before\:border-purple-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(107 33 168 / 0.5);
}

.before\:border-purple-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(107 33 168 / 0.6);
}

.before\:border-purple-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(107 33 168 / 0.7);
}

.before\:border-purple-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(107 33 168 / 0.75);
}

.before\:border-purple-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(107 33 168 / 0.8);
}

.before\:border-purple-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(107 33 168 / 0.9);
}

.before\:border-purple-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(107 33 168 / 0.95);
}

.before\:border-purple-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.before\:border-purple-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(88 28 135 / 0);
}

.before\:border-purple-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(88 28 135 / 0.1);
}

.before\:border-purple-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(88 28 135 / 1);
}

.before\:border-purple-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(88 28 135 / 0.2);
}

.before\:border-purple-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(88 28 135 / 0.25);
}

.before\:border-purple-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(88 28 135 / 0.3);
}

.before\:border-purple-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(88 28 135 / 0.4);
}

.before\:border-purple-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(88 28 135 / 0.05);
}

.before\:border-purple-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(88 28 135 / 0.5);
}

.before\:border-purple-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(88 28 135 / 0.6);
}

.before\:border-purple-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(88 28 135 / 0.7);
}

.before\:border-purple-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(88 28 135 / 0.75);
}

.before\:border-purple-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(88 28 135 / 0.8);
}

.before\:border-purple-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(88 28 135 / 0.9);
}

.before\:border-purple-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(88 28 135 / 0.95);
}

.before\:border-red-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.before\:border-red-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(254 226 226 / 0);
}

.before\:border-red-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(254 226 226 / 0.1);
}

.before\:border-red-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(254 226 226 / 1);
}

.before\:border-red-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(254 226 226 / 0.2);
}

.before\:border-red-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(254 226 226 / 0.25);
}

.before\:border-red-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(254 226 226 / 0.3);
}

.before\:border-red-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(254 226 226 / 0.4);
}

.before\:border-red-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(254 226 226 / 0.05);
}

.before\:border-red-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(254 226 226 / 0.5);
}

.before\:border-red-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(254 226 226 / 0.6);
}

.before\:border-red-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(254 226 226 / 0.7);
}

.before\:border-red-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(254 226 226 / 0.75);
}

.before\:border-red-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(254 226 226 / 0.8);
}

.before\:border-red-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(254 226 226 / 0.9);
}

.before\:border-red-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(254 226 226 / 0.95);
}

.before\:border-red-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.before\:border-red-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(254 202 202 / 0);
}

.before\:border-red-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(254 202 202 / 0.1);
}

.before\:border-red-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(254 202 202 / 1);
}

.before\:border-red-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(254 202 202 / 0.2);
}

.before\:border-red-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(254 202 202 / 0.25);
}

.before\:border-red-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(254 202 202 / 0.3);
}

.before\:border-red-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(254 202 202 / 0.4);
}

.before\:border-red-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(254 202 202 / 0.05);
}

.before\:border-red-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(254 202 202 / 0.5);
}

.before\:border-red-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(254 202 202 / 0.6);
}

.before\:border-red-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(254 202 202 / 0.7);
}

.before\:border-red-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(254 202 202 / 0.75);
}

.before\:border-red-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(254 202 202 / 0.8);
}

.before\:border-red-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(254 202 202 / 0.9);
}

.before\:border-red-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(254 202 202 / 0.95);
}

.before\:border-red-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.before\:border-red-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(252 165 165 / 0);
}

.before\:border-red-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(252 165 165 / 0.1);
}

.before\:border-red-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(252 165 165 / 1);
}

.before\:border-red-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(252 165 165 / 0.2);
}

.before\:border-red-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(252 165 165 / 0.25);
}

.before\:border-red-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(252 165 165 / 0.3);
}

.before\:border-red-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(252 165 165 / 0.4);
}

.before\:border-red-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(252 165 165 / 0.05);
}

.before\:border-red-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(252 165 165 / 0.5);
}

.before\:border-red-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(252 165 165 / 0.6);
}

.before\:border-red-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(252 165 165 / 0.7);
}

.before\:border-red-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(252 165 165 / 0.75);
}

.before\:border-red-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(252 165 165 / 0.8);
}

.before\:border-red-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(252 165 165 / 0.9);
}

.before\:border-red-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(252 165 165 / 0.95);
}

.before\:border-red-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.before\:border-red-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(248 113 113 / 0);
}

.before\:border-red-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(248 113 113 / 0.1);
}

.before\:border-red-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(248 113 113 / 1);
}

.before\:border-red-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(248 113 113 / 0.2);
}

.before\:border-red-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(248 113 113 / 0.25);
}

.before\:border-red-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(248 113 113 / 0.3);
}

.before\:border-red-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(248 113 113 / 0.4);
}

.before\:border-red-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(248 113 113 / 0.05);
}

.before\:border-red-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(248 113 113 / 0.5);
}

.before\:border-red-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(248 113 113 / 0.6);
}

.before\:border-red-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(248 113 113 / 0.7);
}

.before\:border-red-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(248 113 113 / 0.75);
}

.before\:border-red-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(248 113 113 / 0.8);
}

.before\:border-red-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(248 113 113 / 0.9);
}

.before\:border-red-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(248 113 113 / 0.95);
}

.before\:border-red-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.before\:border-red-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(254 242 242 / 0);
}

.before\:border-red-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(254 242 242 / 0.1);
}

.before\:border-red-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(254 242 242 / 1);
}

.before\:border-red-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(254 242 242 / 0.2);
}

.before\:border-red-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(254 242 242 / 0.25);
}

.before\:border-red-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(254 242 242 / 0.3);
}

.before\:border-red-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(254 242 242 / 0.4);
}

.before\:border-red-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(254 242 242 / 0.05);
}

.before\:border-red-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(254 242 242 / 0.5);
}

.before\:border-red-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(254 242 242 / 0.6);
}

.before\:border-red-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(254 242 242 / 0.7);
}

.before\:border-red-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(254 242 242 / 0.75);
}

.before\:border-red-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(254 242 242 / 0.8);
}

.before\:border-red-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(254 242 242 / 0.9);
}

.before\:border-red-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(254 242 242 / 0.95);
}

.before\:border-red-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.before\:border-red-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(239 68 68 / 0);
}

.before\:border-red-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(239 68 68 / 0.1);
}

.before\:border-red-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(239 68 68 / 1);
}

.before\:border-red-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(239 68 68 / 0.2);
}

.before\:border-red-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(239 68 68 / 0.25);
}

.before\:border-red-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(239 68 68 / 0.3);
}

.before\:border-red-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(239 68 68 / 0.4);
}

.before\:border-red-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(239 68 68 / 0.05);
}

.before\:border-red-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(239 68 68 / 0.5);
}

.before\:border-red-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(239 68 68 / 0.6);
}

.before\:border-red-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(239 68 68 / 0.7);
}

.before\:border-red-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(239 68 68 / 0.75);
}

.before\:border-red-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(239 68 68 / 0.8);
}

.before\:border-red-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(239 68 68 / 0.9);
}

.before\:border-red-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(239 68 68 / 0.95);
}

.before\:border-red-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.before\:border-red-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(220 38 38 / 0);
}

.before\:border-red-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(220 38 38 / 0.1);
}

.before\:border-red-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(220 38 38 / 1);
}

.before\:border-red-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(220 38 38 / 0.2);
}

.before\:border-red-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(220 38 38 / 0.25);
}

.before\:border-red-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(220 38 38 / 0.3);
}

.before\:border-red-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(220 38 38 / 0.4);
}

.before\:border-red-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(220 38 38 / 0.05);
}

.before\:border-red-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(220 38 38 / 0.5);
}

.before\:border-red-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(220 38 38 / 0.6);
}

.before\:border-red-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(220 38 38 / 0.7);
}

.before\:border-red-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(220 38 38 / 0.75);
}

.before\:border-red-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(220 38 38 / 0.8);
}

.before\:border-red-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(220 38 38 / 0.9);
}

.before\:border-red-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(220 38 38 / 0.95);
}

.before\:border-red-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.before\:border-red-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(185 28 28 / 0);
}

.before\:border-red-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(185 28 28 / 0.1);
}

.before\:border-red-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(185 28 28 / 1);
}

.before\:border-red-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(185 28 28 / 0.2);
}

.before\:border-red-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(185 28 28 / 0.25);
}

.before\:border-red-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(185 28 28 / 0.3);
}

.before\:border-red-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(185 28 28 / 0.4);
}

.before\:border-red-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(185 28 28 / 0.05);
}

.before\:border-red-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(185 28 28 / 0.5);
}

.before\:border-red-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(185 28 28 / 0.6);
}

.before\:border-red-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(185 28 28 / 0.7);
}

.before\:border-red-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(185 28 28 / 0.75);
}

.before\:border-red-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(185 28 28 / 0.8);
}

.before\:border-red-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(185 28 28 / 0.9);
}

.before\:border-red-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(185 28 28 / 0.95);
}

.before\:border-red-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.before\:border-red-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(153 27 27 / 0);
}

.before\:border-red-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(153 27 27 / 0.1);
}

.before\:border-red-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(153 27 27 / 1);
}

.before\:border-red-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(153 27 27 / 0.2);
}

.before\:border-red-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(153 27 27 / 0.25);
}

.before\:border-red-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(153 27 27 / 0.3);
}

.before\:border-red-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(153 27 27 / 0.4);
}

.before\:border-red-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(153 27 27 / 0.05);
}

.before\:border-red-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(153 27 27 / 0.5);
}

.before\:border-red-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(153 27 27 / 0.6);
}

.before\:border-red-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(153 27 27 / 0.7);
}

.before\:border-red-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(153 27 27 / 0.75);
}

.before\:border-red-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(153 27 27 / 0.8);
}

.before\:border-red-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(153 27 27 / 0.9);
}

.before\:border-red-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(153 27 27 / 0.95);
}

.before\:border-red-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.before\:border-red-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(127 29 29 / 0);
}

.before\:border-red-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(127 29 29 / 0.1);
}

.before\:border-red-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(127 29 29 / 1);
}

.before\:border-red-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(127 29 29 / 0.2);
}

.before\:border-red-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(127 29 29 / 0.25);
}

.before\:border-red-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(127 29 29 / 0.3);
}

.before\:border-red-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(127 29 29 / 0.4);
}

.before\:border-red-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(127 29 29 / 0.05);
}

.before\:border-red-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(127 29 29 / 0.5);
}

.before\:border-red-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(127 29 29 / 0.6);
}

.before\:border-red-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(127 29 29 / 0.7);
}

.before\:border-red-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(127 29 29 / 0.75);
}

.before\:border-red-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(127 29 29 / 0.8);
}

.before\:border-red-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(127 29 29 / 0.9);
}

.before\:border-red-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(127 29 29 / 0.95);
}

.before\:border-rose-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.before\:border-rose-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(255 228 230 / 0);
}

.before\:border-rose-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(255 228 230 / 0.1);
}

.before\:border-rose-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(255 228 230 / 1);
}

.before\:border-rose-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(255 228 230 / 0.2);
}

.before\:border-rose-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(255 228 230 / 0.25);
}

.before\:border-rose-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(255 228 230 / 0.3);
}

.before\:border-rose-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(255 228 230 / 0.4);
}

.before\:border-rose-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(255 228 230 / 0.05);
}

.before\:border-rose-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(255 228 230 / 0.5);
}

.before\:border-rose-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(255 228 230 / 0.6);
}

.before\:border-rose-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(255 228 230 / 0.7);
}

.before\:border-rose-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(255 228 230 / 0.75);
}

.before\:border-rose-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(255 228 230 / 0.8);
}

.before\:border-rose-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(255 228 230 / 0.9);
}

.before\:border-rose-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(255 228 230 / 0.95);
}

.before\:border-rose-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.before\:border-rose-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(254 205 211 / 0);
}

.before\:border-rose-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(254 205 211 / 0.1);
}

.before\:border-rose-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(254 205 211 / 1);
}

.before\:border-rose-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(254 205 211 / 0.2);
}

.before\:border-rose-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(254 205 211 / 0.25);
}

.before\:border-rose-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(254 205 211 / 0.3);
}

.before\:border-rose-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(254 205 211 / 0.4);
}

.before\:border-rose-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(254 205 211 / 0.05);
}

.before\:border-rose-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(254 205 211 / 0.5);
}

.before\:border-rose-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(254 205 211 / 0.6);
}

.before\:border-rose-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(254 205 211 / 0.7);
}

.before\:border-rose-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(254 205 211 / 0.75);
}

.before\:border-rose-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(254 205 211 / 0.8);
}

.before\:border-rose-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(254 205 211 / 0.9);
}

.before\:border-rose-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(254 205 211 / 0.95);
}

.before\:border-rose-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.before\:border-rose-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(253 164 175 / 0);
}

.before\:border-rose-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(253 164 175 / 0.1);
}

.before\:border-rose-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(253 164 175 / 1);
}

.before\:border-rose-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(253 164 175 / 0.2);
}

.before\:border-rose-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(253 164 175 / 0.25);
}

.before\:border-rose-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(253 164 175 / 0.3);
}

.before\:border-rose-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(253 164 175 / 0.4);
}

.before\:border-rose-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(253 164 175 / 0.05);
}

.before\:border-rose-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(253 164 175 / 0.5);
}

.before\:border-rose-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(253 164 175 / 0.6);
}

.before\:border-rose-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(253 164 175 / 0.7);
}

.before\:border-rose-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(253 164 175 / 0.75);
}

.before\:border-rose-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(253 164 175 / 0.8);
}

.before\:border-rose-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(253 164 175 / 0.9);
}

.before\:border-rose-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(253 164 175 / 0.95);
}

.before\:border-rose-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.before\:border-rose-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(251 113 133 / 0);
}

.before\:border-rose-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(251 113 133 / 0.1);
}

.before\:border-rose-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(251 113 133 / 1);
}

.before\:border-rose-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(251 113 133 / 0.2);
}

.before\:border-rose-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(251 113 133 / 0.25);
}

.before\:border-rose-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(251 113 133 / 0.3);
}

.before\:border-rose-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(251 113 133 / 0.4);
}

.before\:border-rose-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(251 113 133 / 0.05);
}

.before\:border-rose-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(251 113 133 / 0.5);
}

.before\:border-rose-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(251 113 133 / 0.6);
}

.before\:border-rose-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(251 113 133 / 0.7);
}

.before\:border-rose-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(251 113 133 / 0.75);
}

.before\:border-rose-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(251 113 133 / 0.8);
}

.before\:border-rose-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(251 113 133 / 0.9);
}

.before\:border-rose-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(251 113 133 / 0.95);
}

.before\:border-rose-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.before\:border-rose-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(255 241 242 / 0);
}

.before\:border-rose-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(255 241 242 / 0.1);
}

.before\:border-rose-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(255 241 242 / 1);
}

.before\:border-rose-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(255 241 242 / 0.2);
}

.before\:border-rose-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(255 241 242 / 0.25);
}

.before\:border-rose-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(255 241 242 / 0.3);
}

.before\:border-rose-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(255 241 242 / 0.4);
}

.before\:border-rose-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(255 241 242 / 0.05);
}

.before\:border-rose-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(255 241 242 / 0.5);
}

.before\:border-rose-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(255 241 242 / 0.6);
}

.before\:border-rose-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(255 241 242 / 0.7);
}

.before\:border-rose-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(255 241 242 / 0.75);
}

.before\:border-rose-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(255 241 242 / 0.8);
}

.before\:border-rose-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(255 241 242 / 0.9);
}

.before\:border-rose-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(255 241 242 / 0.95);
}

.before\:border-rose-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.before\:border-rose-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(244 63 94 / 0);
}

.before\:border-rose-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(244 63 94 / 0.1);
}

.before\:border-rose-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(244 63 94 / 1);
}

.before\:border-rose-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(244 63 94 / 0.2);
}

.before\:border-rose-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(244 63 94 / 0.25);
}

.before\:border-rose-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(244 63 94 / 0.3);
}

.before\:border-rose-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(244 63 94 / 0.4);
}

.before\:border-rose-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(244 63 94 / 0.05);
}

.before\:border-rose-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(244 63 94 / 0.5);
}

.before\:border-rose-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(244 63 94 / 0.6);
}

.before\:border-rose-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(244 63 94 / 0.7);
}

.before\:border-rose-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(244 63 94 / 0.75);
}

.before\:border-rose-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(244 63 94 / 0.8);
}

.before\:border-rose-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(244 63 94 / 0.9);
}

.before\:border-rose-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(244 63 94 / 0.95);
}

.before\:border-rose-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.before\:border-rose-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(225 29 72 / 0);
}

.before\:border-rose-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(225 29 72 / 0.1);
}

.before\:border-rose-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(225 29 72 / 1);
}

.before\:border-rose-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(225 29 72 / 0.2);
}

.before\:border-rose-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(225 29 72 / 0.25);
}

.before\:border-rose-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(225 29 72 / 0.3);
}

.before\:border-rose-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(225 29 72 / 0.4);
}

.before\:border-rose-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(225 29 72 / 0.05);
}

.before\:border-rose-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(225 29 72 / 0.5);
}

.before\:border-rose-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(225 29 72 / 0.6);
}

.before\:border-rose-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(225 29 72 / 0.7);
}

.before\:border-rose-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(225 29 72 / 0.75);
}

.before\:border-rose-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(225 29 72 / 0.8);
}

.before\:border-rose-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(225 29 72 / 0.9);
}

.before\:border-rose-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(225 29 72 / 0.95);
}

.before\:border-rose-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.before\:border-rose-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(190 18 60 / 0);
}

.before\:border-rose-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(190 18 60 / 0.1);
}

.before\:border-rose-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(190 18 60 / 1);
}

.before\:border-rose-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(190 18 60 / 0.2);
}

.before\:border-rose-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(190 18 60 / 0.25);
}

.before\:border-rose-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(190 18 60 / 0.3);
}

.before\:border-rose-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(190 18 60 / 0.4);
}

.before\:border-rose-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(190 18 60 / 0.05);
}

.before\:border-rose-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(190 18 60 / 0.5);
}

.before\:border-rose-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(190 18 60 / 0.6);
}

.before\:border-rose-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(190 18 60 / 0.7);
}

.before\:border-rose-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(190 18 60 / 0.75);
}

.before\:border-rose-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(190 18 60 / 0.8);
}

.before\:border-rose-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(190 18 60 / 0.9);
}

.before\:border-rose-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(190 18 60 / 0.95);
}

.before\:border-rose-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.before\:border-rose-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(159 18 57 / 0);
}

.before\:border-rose-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(159 18 57 / 0.1);
}

.before\:border-rose-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(159 18 57 / 1);
}

.before\:border-rose-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(159 18 57 / 0.2);
}

.before\:border-rose-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(159 18 57 / 0.25);
}

.before\:border-rose-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(159 18 57 / 0.3);
}

.before\:border-rose-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(159 18 57 / 0.4);
}

.before\:border-rose-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(159 18 57 / 0.05);
}

.before\:border-rose-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(159 18 57 / 0.5);
}

.before\:border-rose-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(159 18 57 / 0.6);
}

.before\:border-rose-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(159 18 57 / 0.7);
}

.before\:border-rose-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(159 18 57 / 0.75);
}

.before\:border-rose-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(159 18 57 / 0.8);
}

.before\:border-rose-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(159 18 57 / 0.9);
}

.before\:border-rose-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(159 18 57 / 0.95);
}

.before\:border-rose-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.before\:border-rose-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(136 19 55 / 0);
}

.before\:border-rose-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(136 19 55 / 0.1);
}

.before\:border-rose-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(136 19 55 / 1);
}

.before\:border-rose-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(136 19 55 / 0.2);
}

.before\:border-rose-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(136 19 55 / 0.25);
}

.before\:border-rose-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(136 19 55 / 0.3);
}

.before\:border-rose-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(136 19 55 / 0.4);
}

.before\:border-rose-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(136 19 55 / 0.05);
}

.before\:border-rose-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(136 19 55 / 0.5);
}

.before\:border-rose-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(136 19 55 / 0.6);
}

.before\:border-rose-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(136 19 55 / 0.7);
}

.before\:border-rose-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(136 19 55 / 0.75);
}

.before\:border-rose-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(136 19 55 / 0.8);
}

.before\:border-rose-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(136 19 55 / 0.9);
}

.before\:border-rose-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(136 19 55 / 0.95);
}

.before\:border-sky-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.before\:border-sky-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(224 242 254 / 0);
}

.before\:border-sky-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(224 242 254 / 0.1);
}

.before\:border-sky-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(224 242 254 / 1);
}

.before\:border-sky-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(224 242 254 / 0.2);
}

.before\:border-sky-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(224 242 254 / 0.25);
}

.before\:border-sky-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(224 242 254 / 0.3);
}

.before\:border-sky-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(224 242 254 / 0.4);
}

.before\:border-sky-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(224 242 254 / 0.05);
}

.before\:border-sky-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(224 242 254 / 0.5);
}

.before\:border-sky-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(224 242 254 / 0.6);
}

.before\:border-sky-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(224 242 254 / 0.7);
}

.before\:border-sky-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(224 242 254 / 0.75);
}

.before\:border-sky-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(224 242 254 / 0.8);
}

.before\:border-sky-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(224 242 254 / 0.9);
}

.before\:border-sky-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(224 242 254 / 0.95);
}

.before\:border-sky-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.before\:border-sky-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(186 230 253 / 0);
}

.before\:border-sky-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(186 230 253 / 0.1);
}

.before\:border-sky-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(186 230 253 / 1);
}

.before\:border-sky-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(186 230 253 / 0.2);
}

.before\:border-sky-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(186 230 253 / 0.25);
}

.before\:border-sky-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(186 230 253 / 0.3);
}

.before\:border-sky-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(186 230 253 / 0.4);
}

.before\:border-sky-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(186 230 253 / 0.05);
}

.before\:border-sky-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(186 230 253 / 0.5);
}

.before\:border-sky-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(186 230 253 / 0.6);
}

.before\:border-sky-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(186 230 253 / 0.7);
}

.before\:border-sky-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(186 230 253 / 0.75);
}

.before\:border-sky-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(186 230 253 / 0.8);
}

.before\:border-sky-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(186 230 253 / 0.9);
}

.before\:border-sky-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(186 230 253 / 0.95);
}

.before\:border-sky-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.before\:border-sky-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(125 211 252 / 0);
}

.before\:border-sky-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(125 211 252 / 0.1);
}

.before\:border-sky-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(125 211 252 / 1);
}

.before\:border-sky-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(125 211 252 / 0.2);
}

.before\:border-sky-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(125 211 252 / 0.25);
}

.before\:border-sky-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(125 211 252 / 0.3);
}

.before\:border-sky-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(125 211 252 / 0.4);
}

.before\:border-sky-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(125 211 252 / 0.05);
}

.before\:border-sky-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(125 211 252 / 0.5);
}

.before\:border-sky-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(125 211 252 / 0.6);
}

.before\:border-sky-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(125 211 252 / 0.7);
}

.before\:border-sky-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(125 211 252 / 0.75);
}

.before\:border-sky-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(125 211 252 / 0.8);
}

.before\:border-sky-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(125 211 252 / 0.9);
}

.before\:border-sky-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(125 211 252 / 0.95);
}

.before\:border-sky-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.before\:border-sky-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(56 189 248 / 0);
}

.before\:border-sky-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(56 189 248 / 0.1);
}

.before\:border-sky-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(56 189 248 / 1);
}

.before\:border-sky-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(56 189 248 / 0.2);
}

.before\:border-sky-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(56 189 248 / 0.25);
}

.before\:border-sky-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(56 189 248 / 0.3);
}

.before\:border-sky-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(56 189 248 / 0.4);
}

.before\:border-sky-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(56 189 248 / 0.05);
}

.before\:border-sky-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(56 189 248 / 0.5);
}

.before\:border-sky-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(56 189 248 / 0.6);
}

.before\:border-sky-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(56 189 248 / 0.7);
}

.before\:border-sky-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(56 189 248 / 0.75);
}

.before\:border-sky-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(56 189 248 / 0.8);
}

.before\:border-sky-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(56 189 248 / 0.9);
}

.before\:border-sky-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(56 189 248 / 0.95);
}

.before\:border-sky-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.before\:border-sky-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(240 249 255 / 0);
}

.before\:border-sky-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(240 249 255 / 0.1);
}

.before\:border-sky-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(240 249 255 / 1);
}

.before\:border-sky-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(240 249 255 / 0.2);
}

.before\:border-sky-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(240 249 255 / 0.25);
}

.before\:border-sky-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(240 249 255 / 0.3);
}

.before\:border-sky-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(240 249 255 / 0.4);
}

.before\:border-sky-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(240 249 255 / 0.05);
}

.before\:border-sky-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(240 249 255 / 0.5);
}

.before\:border-sky-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(240 249 255 / 0.6);
}

.before\:border-sky-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(240 249 255 / 0.7);
}

.before\:border-sky-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(240 249 255 / 0.75);
}

.before\:border-sky-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(240 249 255 / 0.8);
}

.before\:border-sky-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(240 249 255 / 0.9);
}

.before\:border-sky-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(240 249 255 / 0.95);
}

.before\:border-sky-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.before\:border-sky-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(14 165 233 / 0);
}

.before\:border-sky-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(14 165 233 / 0.1);
}

.before\:border-sky-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(14 165 233 / 1);
}

.before\:border-sky-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(14 165 233 / 0.2);
}

.before\:border-sky-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(14 165 233 / 0.25);
}

.before\:border-sky-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(14 165 233 / 0.3);
}

.before\:border-sky-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(14 165 233 / 0.4);
}

.before\:border-sky-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(14 165 233 / 0.05);
}

.before\:border-sky-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(14 165 233 / 0.5);
}

.before\:border-sky-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(14 165 233 / 0.6);
}

.before\:border-sky-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(14 165 233 / 0.7);
}

.before\:border-sky-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(14 165 233 / 0.75);
}

.before\:border-sky-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(14 165 233 / 0.8);
}

.before\:border-sky-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(14 165 233 / 0.9);
}

.before\:border-sky-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(14 165 233 / 0.95);
}

.before\:border-sky-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.before\:border-sky-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(2 132 199 / 0);
}

.before\:border-sky-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(2 132 199 / 0.1);
}

.before\:border-sky-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(2 132 199 / 1);
}

.before\:border-sky-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(2 132 199 / 0.2);
}

.before\:border-sky-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(2 132 199 / 0.25);
}

.before\:border-sky-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(2 132 199 / 0.3);
}

.before\:border-sky-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(2 132 199 / 0.4);
}

.before\:border-sky-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(2 132 199 / 0.05);
}

.before\:border-sky-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(2 132 199 / 0.5);
}

.before\:border-sky-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(2 132 199 / 0.6);
}

.before\:border-sky-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(2 132 199 / 0.7);
}

.before\:border-sky-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(2 132 199 / 0.75);
}

.before\:border-sky-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(2 132 199 / 0.8);
}

.before\:border-sky-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(2 132 199 / 0.9);
}

.before\:border-sky-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(2 132 199 / 0.95);
}

.before\:border-sky-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.before\:border-sky-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(3 105 161 / 0);
}

.before\:border-sky-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(3 105 161 / 0.1);
}

.before\:border-sky-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(3 105 161 / 1);
}

.before\:border-sky-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(3 105 161 / 0.2);
}

.before\:border-sky-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(3 105 161 / 0.25);
}

.before\:border-sky-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(3 105 161 / 0.3);
}

.before\:border-sky-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(3 105 161 / 0.4);
}

.before\:border-sky-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(3 105 161 / 0.05);
}

.before\:border-sky-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(3 105 161 / 0.5);
}

.before\:border-sky-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(3 105 161 / 0.6);
}

.before\:border-sky-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(3 105 161 / 0.7);
}

.before\:border-sky-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(3 105 161 / 0.75);
}

.before\:border-sky-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(3 105 161 / 0.8);
}

.before\:border-sky-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(3 105 161 / 0.9);
}

.before\:border-sky-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(3 105 161 / 0.95);
}

.before\:border-sky-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.before\:border-sky-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(7 89 133 / 0);
}

.before\:border-sky-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(7 89 133 / 0.1);
}

.before\:border-sky-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(7 89 133 / 1);
}

.before\:border-sky-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(7 89 133 / 0.2);
}

.before\:border-sky-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(7 89 133 / 0.25);
}

.before\:border-sky-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(7 89 133 / 0.3);
}

.before\:border-sky-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(7 89 133 / 0.4);
}

.before\:border-sky-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(7 89 133 / 0.05);
}

.before\:border-sky-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(7 89 133 / 0.5);
}

.before\:border-sky-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(7 89 133 / 0.6);
}

.before\:border-sky-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(7 89 133 / 0.7);
}

.before\:border-sky-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(7 89 133 / 0.75);
}

.before\:border-sky-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(7 89 133 / 0.8);
}

.before\:border-sky-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(7 89 133 / 0.9);
}

.before\:border-sky-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(7 89 133 / 0.95);
}

.before\:border-sky-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.before\:border-sky-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(12 74 110 / 0);
}

.before\:border-sky-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(12 74 110 / 0.1);
}

.before\:border-sky-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(12 74 110 / 1);
}

.before\:border-sky-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(12 74 110 / 0.2);
}

.before\:border-sky-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(12 74 110 / 0.25);
}

.before\:border-sky-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(12 74 110 / 0.3);
}

.before\:border-sky-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(12 74 110 / 0.4);
}

.before\:border-sky-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(12 74 110 / 0.05);
}

.before\:border-sky-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(12 74 110 / 0.5);
}

.before\:border-sky-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(12 74 110 / 0.6);
}

.before\:border-sky-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(12 74 110 / 0.7);
}

.before\:border-sky-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(12 74 110 / 0.75);
}

.before\:border-sky-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(12 74 110 / 0.8);
}

.before\:border-sky-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(12 74 110 / 0.9);
}

.before\:border-sky-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(12 74 110 / 0.95);
}

.before\:border-slate-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.before\:border-slate-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(241 245 249 / 0);
}

.before\:border-slate-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(241 245 249 / 0.1);
}

.before\:border-slate-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(241 245 249 / 1);
}

.before\:border-slate-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(241 245 249 / 0.2);
}

.before\:border-slate-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(241 245 249 / 0.25);
}

.before\:border-slate-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(241 245 249 / 0.3);
}

.before\:border-slate-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(241 245 249 / 0.4);
}

.before\:border-slate-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(241 245 249 / 0.05);
}

.before\:border-slate-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(241 245 249 / 0.5);
}

.before\:border-slate-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(241 245 249 / 0.6);
}

.before\:border-slate-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(241 245 249 / 0.7);
}

.before\:border-slate-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(241 245 249 / 0.75);
}

.before\:border-slate-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(241 245 249 / 0.8);
}

.before\:border-slate-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(241 245 249 / 0.9);
}

.before\:border-slate-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(241 245 249 / 0.95);
}

.before\:border-slate-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.before\:border-slate-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(226 232 240 / 0);
}

.before\:border-slate-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(226 232 240 / 0.1);
}

.before\:border-slate-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(226 232 240 / 1);
}

.before\:border-slate-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(226 232 240 / 0.2);
}

.before\:border-slate-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(226 232 240 / 0.25);
}

.before\:border-slate-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(226 232 240 / 0.3);
}

.before\:border-slate-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(226 232 240 / 0.4);
}

.before\:border-slate-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(226 232 240 / 0.05);
}

.before\:border-slate-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(226 232 240 / 0.5);
}

.before\:border-slate-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(226 232 240 / 0.6);
}

.before\:border-slate-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(226 232 240 / 0.7);
}

.before\:border-slate-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(226 232 240 / 0.75);
}

.before\:border-slate-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(226 232 240 / 0.8);
}

.before\:border-slate-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(226 232 240 / 0.9);
}

.before\:border-slate-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(226 232 240 / 0.95);
}

.before\:border-slate-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.before\:border-slate-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(203 213 225 / 0);
}

.before\:border-slate-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(203 213 225 / 0.1);
}

.before\:border-slate-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(203 213 225 / 1);
}

.before\:border-slate-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(203 213 225 / 0.2);
}

.before\:border-slate-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(203 213 225 / 0.25);
}

.before\:border-slate-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(203 213 225 / 0.3);
}

.before\:border-slate-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(203 213 225 / 0.4);
}

.before\:border-slate-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(203 213 225 / 0.05);
}

.before\:border-slate-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(203 213 225 / 0.5);
}

.before\:border-slate-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(203 213 225 / 0.6);
}

.before\:border-slate-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(203 213 225 / 0.7);
}

.before\:border-slate-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(203 213 225 / 0.75);
}

.before\:border-slate-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(203 213 225 / 0.8);
}

.before\:border-slate-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(203 213 225 / 0.9);
}

.before\:border-slate-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(203 213 225 / 0.95);
}

.before\:border-slate-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.before\:border-slate-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(148 163 184 / 0);
}

.before\:border-slate-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(148 163 184 / 0.1);
}

.before\:border-slate-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(148 163 184 / 1);
}

.before\:border-slate-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(148 163 184 / 0.2);
}

.before\:border-slate-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(148 163 184 / 0.25);
}

.before\:border-slate-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(148 163 184 / 0.3);
}

.before\:border-slate-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(148 163 184 / 0.4);
}

.before\:border-slate-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(148 163 184 / 0.05);
}

.before\:border-slate-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(148 163 184 / 0.5);
}

.before\:border-slate-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(148 163 184 / 0.6);
}

.before\:border-slate-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(148 163 184 / 0.7);
}

.before\:border-slate-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(148 163 184 / 0.75);
}

.before\:border-slate-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(148 163 184 / 0.8);
}

.before\:border-slate-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(148 163 184 / 0.9);
}

.before\:border-slate-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(148 163 184 / 0.95);
}

.before\:border-slate-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.before\:border-slate-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(248 250 252 / 0);
}

.before\:border-slate-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(248 250 252 / 0.1);
}

.before\:border-slate-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(248 250 252 / 1);
}

.before\:border-slate-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(248 250 252 / 0.2);
}

.before\:border-slate-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(248 250 252 / 0.25);
}

.before\:border-slate-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(248 250 252 / 0.3);
}

.before\:border-slate-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(248 250 252 / 0.4);
}

.before\:border-slate-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(248 250 252 / 0.05);
}

.before\:border-slate-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(248 250 252 / 0.5);
}

.before\:border-slate-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(248 250 252 / 0.6);
}

.before\:border-slate-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(248 250 252 / 0.7);
}

.before\:border-slate-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(248 250 252 / 0.75);
}

.before\:border-slate-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(248 250 252 / 0.8);
}

.before\:border-slate-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(248 250 252 / 0.9);
}

.before\:border-slate-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(248 250 252 / 0.95);
}

.before\:border-slate-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.before\:border-slate-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(100 116 139 / 0);
}

.before\:border-slate-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(100 116 139 / 0.1);
}

.before\:border-slate-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(100 116 139 / 1);
}

.before\:border-slate-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(100 116 139 / 0.2);
}

.before\:border-slate-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(100 116 139 / 0.25);
}

.before\:border-slate-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(100 116 139 / 0.3);
}

.before\:border-slate-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(100 116 139 / 0.4);
}

.before\:border-slate-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(100 116 139 / 0.05);
}

.before\:border-slate-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(100 116 139 / 0.5);
}

.before\:border-slate-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(100 116 139 / 0.6);
}

.before\:border-slate-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(100 116 139 / 0.7);
}

.before\:border-slate-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(100 116 139 / 0.75);
}

.before\:border-slate-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(100 116 139 / 0.8);
}

.before\:border-slate-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(100 116 139 / 0.9);
}

.before\:border-slate-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(100 116 139 / 0.95);
}

.before\:border-slate-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.before\:border-slate-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(71 85 105 / 0);
}

.before\:border-slate-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(71 85 105 / 0.1);
}

.before\:border-slate-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(71 85 105 / 1);
}

.before\:border-slate-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(71 85 105 / 0.2);
}

.before\:border-slate-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(71 85 105 / 0.25);
}

.before\:border-slate-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(71 85 105 / 0.3);
}

.before\:border-slate-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(71 85 105 / 0.4);
}

.before\:border-slate-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(71 85 105 / 0.05);
}

.before\:border-slate-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(71 85 105 / 0.5);
}

.before\:border-slate-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(71 85 105 / 0.6);
}

.before\:border-slate-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(71 85 105 / 0.7);
}

.before\:border-slate-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(71 85 105 / 0.75);
}

.before\:border-slate-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(71 85 105 / 0.8);
}

.before\:border-slate-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(71 85 105 / 0.9);
}

.before\:border-slate-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(71 85 105 / 0.95);
}

.before\:border-slate-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.before\:border-slate-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(51 65 85 / 0);
}

.before\:border-slate-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(51 65 85 / 0.1);
}

.before\:border-slate-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(51 65 85 / 1);
}

.before\:border-slate-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(51 65 85 / 0.2);
}

.before\:border-slate-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(51 65 85 / 0.25);
}

.before\:border-slate-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(51 65 85 / 0.3);
}

.before\:border-slate-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(51 65 85 / 0.4);
}

.before\:border-slate-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(51 65 85 / 0.05);
}

.before\:border-slate-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(51 65 85 / 0.5);
}

.before\:border-slate-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(51 65 85 / 0.6);
}

.before\:border-slate-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(51 65 85 / 0.7);
}

.before\:border-slate-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(51 65 85 / 0.75);
}

.before\:border-slate-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(51 65 85 / 0.8);
}

.before\:border-slate-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(51 65 85 / 0.9);
}

.before\:border-slate-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(51 65 85 / 0.95);
}

.before\:border-slate-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.before\:border-slate-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(30 41 59 / 0);
}

.before\:border-slate-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(30 41 59 / 0.1);
}

.before\:border-slate-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(30 41 59 / 1);
}

.before\:border-slate-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(30 41 59 / 0.2);
}

.before\:border-slate-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(30 41 59 / 0.25);
}

.before\:border-slate-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(30 41 59 / 0.3);
}

.before\:border-slate-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(30 41 59 / 0.4);
}

.before\:border-slate-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(30 41 59 / 0.05);
}

.before\:border-slate-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(30 41 59 / 0.5);
}

.before\:border-slate-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(30 41 59 / 0.6);
}

.before\:border-slate-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(30 41 59 / 0.7);
}

.before\:border-slate-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(30 41 59 / 0.75);
}

.before\:border-slate-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(30 41 59 / 0.8);
}

.before\:border-slate-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(30 41 59 / 0.9);
}

.before\:border-slate-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(30 41 59 / 0.95);
}

.before\:border-slate-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.before\:border-slate-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(15 23 42 / 0);
}

.before\:border-slate-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(15 23 42 / 0.1);
}

.before\:border-slate-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(15 23 42 / 1);
}

.before\:border-slate-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(15 23 42 / 0.2);
}

.before\:border-slate-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(15 23 42 / 0.25);
}

.before\:border-slate-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(15 23 42 / 0.3);
}

.before\:border-slate-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(15 23 42 / 0.4);
}

.before\:border-slate-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(15 23 42 / 0.05);
}

.before\:border-slate-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(15 23 42 / 0.5);
}

.before\:border-slate-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(15 23 42 / 0.6);
}

.before\:border-slate-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(15 23 42 / 0.7);
}

.before\:border-slate-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(15 23 42 / 0.75);
}

.before\:border-slate-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(15 23 42 / 0.8);
}

.before\:border-slate-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(15 23 42 / 0.9);
}

.before\:border-slate-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(15 23 42 / 0.95);
}

.before\:border-stone-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.before\:border-stone-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(245 245 244 / 0);
}

.before\:border-stone-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(245 245 244 / 0.1);
}

.before\:border-stone-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(245 245 244 / 1);
}

.before\:border-stone-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(245 245 244 / 0.2);
}

.before\:border-stone-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(245 245 244 / 0.25);
}

.before\:border-stone-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(245 245 244 / 0.3);
}

.before\:border-stone-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(245 245 244 / 0.4);
}

.before\:border-stone-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(245 245 244 / 0.05);
}

.before\:border-stone-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(245 245 244 / 0.5);
}

.before\:border-stone-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(245 245 244 / 0.6);
}

.before\:border-stone-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(245 245 244 / 0.7);
}

.before\:border-stone-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(245 245 244 / 0.75);
}

.before\:border-stone-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(245 245 244 / 0.8);
}

.before\:border-stone-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(245 245 244 / 0.9);
}

.before\:border-stone-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(245 245 244 / 0.95);
}

.before\:border-stone-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.before\:border-stone-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(231 229 228 / 0);
}

.before\:border-stone-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(231 229 228 / 0.1);
}

.before\:border-stone-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(231 229 228 / 1);
}

.before\:border-stone-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(231 229 228 / 0.2);
}

.before\:border-stone-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(231 229 228 / 0.25);
}

.before\:border-stone-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(231 229 228 / 0.3);
}

.before\:border-stone-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(231 229 228 / 0.4);
}

.before\:border-stone-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(231 229 228 / 0.05);
}

.before\:border-stone-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(231 229 228 / 0.5);
}

.before\:border-stone-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(231 229 228 / 0.6);
}

.before\:border-stone-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(231 229 228 / 0.7);
}

.before\:border-stone-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(231 229 228 / 0.75);
}

.before\:border-stone-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(231 229 228 / 0.8);
}

.before\:border-stone-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(231 229 228 / 0.9);
}

.before\:border-stone-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(231 229 228 / 0.95);
}

.before\:border-stone-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.before\:border-stone-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(214 211 209 / 0);
}

.before\:border-stone-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(214 211 209 / 0.1);
}

.before\:border-stone-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(214 211 209 / 1);
}

.before\:border-stone-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(214 211 209 / 0.2);
}

.before\:border-stone-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(214 211 209 / 0.25);
}

.before\:border-stone-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(214 211 209 / 0.3);
}

.before\:border-stone-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(214 211 209 / 0.4);
}

.before\:border-stone-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(214 211 209 / 0.05);
}

.before\:border-stone-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(214 211 209 / 0.5);
}

.before\:border-stone-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(214 211 209 / 0.6);
}

.before\:border-stone-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(214 211 209 / 0.7);
}

.before\:border-stone-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(214 211 209 / 0.75);
}

.before\:border-stone-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(214 211 209 / 0.8);
}

.before\:border-stone-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(214 211 209 / 0.9);
}

.before\:border-stone-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(214 211 209 / 0.95);
}

.before\:border-stone-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.before\:border-stone-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(168 162 158 / 0);
}

.before\:border-stone-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(168 162 158 / 0.1);
}

.before\:border-stone-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(168 162 158 / 1);
}

.before\:border-stone-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(168 162 158 / 0.2);
}

.before\:border-stone-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(168 162 158 / 0.25);
}

.before\:border-stone-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(168 162 158 / 0.3);
}

.before\:border-stone-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(168 162 158 / 0.4);
}

.before\:border-stone-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(168 162 158 / 0.05);
}

.before\:border-stone-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(168 162 158 / 0.5);
}

.before\:border-stone-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(168 162 158 / 0.6);
}

.before\:border-stone-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(168 162 158 / 0.7);
}

.before\:border-stone-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(168 162 158 / 0.75);
}

.before\:border-stone-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(168 162 158 / 0.8);
}

.before\:border-stone-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(168 162 158 / 0.9);
}

.before\:border-stone-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(168 162 158 / 0.95);
}

.before\:border-stone-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.before\:border-stone-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(250 250 249 / 0);
}

.before\:border-stone-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(250 250 249 / 0.1);
}

.before\:border-stone-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(250 250 249 / 1);
}

.before\:border-stone-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(250 250 249 / 0.2);
}

.before\:border-stone-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(250 250 249 / 0.25);
}

.before\:border-stone-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(250 250 249 / 0.3);
}

.before\:border-stone-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(250 250 249 / 0.4);
}

.before\:border-stone-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(250 250 249 / 0.05);
}

.before\:border-stone-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(250 250 249 / 0.5);
}

.before\:border-stone-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(250 250 249 / 0.6);
}

.before\:border-stone-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(250 250 249 / 0.7);
}

.before\:border-stone-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(250 250 249 / 0.75);
}

.before\:border-stone-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(250 250 249 / 0.8);
}

.before\:border-stone-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(250 250 249 / 0.9);
}

.before\:border-stone-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(250 250 249 / 0.95);
}

.before\:border-stone-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.before\:border-stone-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(120 113 108 / 0);
}

.before\:border-stone-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(120 113 108 / 0.1);
}

.before\:border-stone-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(120 113 108 / 1);
}

.before\:border-stone-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(120 113 108 / 0.2);
}

.before\:border-stone-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(120 113 108 / 0.25);
}

.before\:border-stone-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(120 113 108 / 0.3);
}

.before\:border-stone-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(120 113 108 / 0.4);
}

.before\:border-stone-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(120 113 108 / 0.05);
}

.before\:border-stone-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(120 113 108 / 0.5);
}

.before\:border-stone-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(120 113 108 / 0.6);
}

.before\:border-stone-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(120 113 108 / 0.7);
}

.before\:border-stone-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(120 113 108 / 0.75);
}

.before\:border-stone-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(120 113 108 / 0.8);
}

.before\:border-stone-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(120 113 108 / 0.9);
}

.before\:border-stone-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(120 113 108 / 0.95);
}

.before\:border-stone-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.before\:border-stone-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(87 83 78 / 0);
}

.before\:border-stone-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(87 83 78 / 0.1);
}

.before\:border-stone-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(87 83 78 / 1);
}

.before\:border-stone-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(87 83 78 / 0.2);
}

.before\:border-stone-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(87 83 78 / 0.25);
}

.before\:border-stone-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(87 83 78 / 0.3);
}

.before\:border-stone-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(87 83 78 / 0.4);
}

.before\:border-stone-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(87 83 78 / 0.05);
}

.before\:border-stone-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(87 83 78 / 0.5);
}

.before\:border-stone-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(87 83 78 / 0.6);
}

.before\:border-stone-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(87 83 78 / 0.7);
}

.before\:border-stone-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(87 83 78 / 0.75);
}

.before\:border-stone-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(87 83 78 / 0.8);
}

.before\:border-stone-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(87 83 78 / 0.9);
}

.before\:border-stone-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(87 83 78 / 0.95);
}

.before\:border-stone-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.before\:border-stone-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(68 64 60 / 0);
}

.before\:border-stone-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(68 64 60 / 0.1);
}

.before\:border-stone-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(68 64 60 / 1);
}

.before\:border-stone-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(68 64 60 / 0.2);
}

.before\:border-stone-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(68 64 60 / 0.25);
}

.before\:border-stone-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(68 64 60 / 0.3);
}

.before\:border-stone-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(68 64 60 / 0.4);
}

.before\:border-stone-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(68 64 60 / 0.05);
}

.before\:border-stone-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(68 64 60 / 0.5);
}

.before\:border-stone-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(68 64 60 / 0.6);
}

.before\:border-stone-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(68 64 60 / 0.7);
}

.before\:border-stone-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(68 64 60 / 0.75);
}

.before\:border-stone-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(68 64 60 / 0.8);
}

.before\:border-stone-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(68 64 60 / 0.9);
}

.before\:border-stone-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(68 64 60 / 0.95);
}

.before\:border-stone-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.before\:border-stone-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(41 37 36 / 0);
}

.before\:border-stone-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(41 37 36 / 0.1);
}

.before\:border-stone-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(41 37 36 / 1);
}

.before\:border-stone-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(41 37 36 / 0.2);
}

.before\:border-stone-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(41 37 36 / 0.25);
}

.before\:border-stone-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(41 37 36 / 0.3);
}

.before\:border-stone-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(41 37 36 / 0.4);
}

.before\:border-stone-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(41 37 36 / 0.05);
}

.before\:border-stone-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(41 37 36 / 0.5);
}

.before\:border-stone-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(41 37 36 / 0.6);
}

.before\:border-stone-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(41 37 36 / 0.7);
}

.before\:border-stone-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(41 37 36 / 0.75);
}

.before\:border-stone-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(41 37 36 / 0.8);
}

.before\:border-stone-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(41 37 36 / 0.9);
}

.before\:border-stone-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(41 37 36 / 0.95);
}

.before\:border-stone-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.before\:border-stone-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(28 25 23 / 0);
}

.before\:border-stone-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(28 25 23 / 0.1);
}

.before\:border-stone-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(28 25 23 / 1);
}

.before\:border-stone-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(28 25 23 / 0.2);
}

.before\:border-stone-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(28 25 23 / 0.25);
}

.before\:border-stone-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(28 25 23 / 0.3);
}

.before\:border-stone-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(28 25 23 / 0.4);
}

.before\:border-stone-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(28 25 23 / 0.05);
}

.before\:border-stone-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(28 25 23 / 0.5);
}

.before\:border-stone-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(28 25 23 / 0.6);
}

.before\:border-stone-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(28 25 23 / 0.7);
}

.before\:border-stone-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(28 25 23 / 0.75);
}

.before\:border-stone-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(28 25 23 / 0.8);
}

.before\:border-stone-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(28 25 23 / 0.9);
}

.before\:border-stone-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(28 25 23 / 0.95);
}

.before\:border-teal-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.before\:border-teal-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(204 251 241 / 0);
}

.before\:border-teal-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(204 251 241 / 0.1);
}

.before\:border-teal-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(204 251 241 / 1);
}

.before\:border-teal-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(204 251 241 / 0.2);
}

.before\:border-teal-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(204 251 241 / 0.25);
}

.before\:border-teal-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(204 251 241 / 0.3);
}

.before\:border-teal-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(204 251 241 / 0.4);
}

.before\:border-teal-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(204 251 241 / 0.05);
}

.before\:border-teal-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(204 251 241 / 0.5);
}

.before\:border-teal-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(204 251 241 / 0.6);
}

.before\:border-teal-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(204 251 241 / 0.7);
}

.before\:border-teal-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(204 251 241 / 0.75);
}

.before\:border-teal-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(204 251 241 / 0.8);
}

.before\:border-teal-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(204 251 241 / 0.9);
}

.before\:border-teal-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(204 251 241 / 0.95);
}

.before\:border-teal-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.before\:border-teal-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(153 246 228 / 0);
}

.before\:border-teal-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(153 246 228 / 0.1);
}

.before\:border-teal-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(153 246 228 / 1);
}

.before\:border-teal-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(153 246 228 / 0.2);
}

.before\:border-teal-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(153 246 228 / 0.25);
}

.before\:border-teal-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(153 246 228 / 0.3);
}

.before\:border-teal-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(153 246 228 / 0.4);
}

.before\:border-teal-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(153 246 228 / 0.05);
}

.before\:border-teal-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(153 246 228 / 0.5);
}

.before\:border-teal-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(153 246 228 / 0.6);
}

.before\:border-teal-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(153 246 228 / 0.7);
}

.before\:border-teal-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(153 246 228 / 0.75);
}

.before\:border-teal-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(153 246 228 / 0.8);
}

.before\:border-teal-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(153 246 228 / 0.9);
}

.before\:border-teal-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(153 246 228 / 0.95);
}

.before\:border-teal-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.before\:border-teal-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(94 234 212 / 0);
}

.before\:border-teal-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(94 234 212 / 0.1);
}

.before\:border-teal-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(94 234 212 / 1);
}

.before\:border-teal-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(94 234 212 / 0.2);
}

.before\:border-teal-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(94 234 212 / 0.25);
}

.before\:border-teal-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(94 234 212 / 0.3);
}

.before\:border-teal-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(94 234 212 / 0.4);
}

.before\:border-teal-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(94 234 212 / 0.05);
}

.before\:border-teal-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(94 234 212 / 0.5);
}

.before\:border-teal-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(94 234 212 / 0.6);
}

.before\:border-teal-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(94 234 212 / 0.7);
}

.before\:border-teal-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(94 234 212 / 0.75);
}

.before\:border-teal-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(94 234 212 / 0.8);
}

.before\:border-teal-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(94 234 212 / 0.9);
}

.before\:border-teal-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(94 234 212 / 0.95);
}

.before\:border-teal-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.before\:border-teal-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(45 212 191 / 0);
}

.before\:border-teal-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(45 212 191 / 0.1);
}

.before\:border-teal-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(45 212 191 / 1);
}

.before\:border-teal-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(45 212 191 / 0.2);
}

.before\:border-teal-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(45 212 191 / 0.25);
}

.before\:border-teal-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(45 212 191 / 0.3);
}

.before\:border-teal-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(45 212 191 / 0.4);
}

.before\:border-teal-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(45 212 191 / 0.05);
}

.before\:border-teal-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(45 212 191 / 0.5);
}

.before\:border-teal-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(45 212 191 / 0.6);
}

.before\:border-teal-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(45 212 191 / 0.7);
}

.before\:border-teal-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(45 212 191 / 0.75);
}

.before\:border-teal-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(45 212 191 / 0.8);
}

.before\:border-teal-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(45 212 191 / 0.9);
}

.before\:border-teal-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(45 212 191 / 0.95);
}

.before\:border-teal-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.before\:border-teal-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(240 253 250 / 0);
}

.before\:border-teal-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(240 253 250 / 0.1);
}

.before\:border-teal-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(240 253 250 / 1);
}

.before\:border-teal-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(240 253 250 / 0.2);
}

.before\:border-teal-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(240 253 250 / 0.25);
}

.before\:border-teal-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(240 253 250 / 0.3);
}

.before\:border-teal-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(240 253 250 / 0.4);
}

.before\:border-teal-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(240 253 250 / 0.05);
}

.before\:border-teal-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(240 253 250 / 0.5);
}

.before\:border-teal-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(240 253 250 / 0.6);
}

.before\:border-teal-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(240 253 250 / 0.7);
}

.before\:border-teal-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(240 253 250 / 0.75);
}

.before\:border-teal-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(240 253 250 / 0.8);
}

.before\:border-teal-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(240 253 250 / 0.9);
}

.before\:border-teal-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(240 253 250 / 0.95);
}

.before\:border-teal-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.before\:border-teal-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(20 184 166 / 0);
}

.before\:border-teal-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(20 184 166 / 0.1);
}

.before\:border-teal-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(20 184 166 / 1);
}

.before\:border-teal-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(20 184 166 / 0.2);
}

.before\:border-teal-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(20 184 166 / 0.25);
}

.before\:border-teal-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(20 184 166 / 0.3);
}

.before\:border-teal-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(20 184 166 / 0.4);
}

.before\:border-teal-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(20 184 166 / 0.05);
}

.before\:border-teal-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(20 184 166 / 0.5);
}

.before\:border-teal-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(20 184 166 / 0.6);
}

.before\:border-teal-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(20 184 166 / 0.7);
}

.before\:border-teal-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(20 184 166 / 0.75);
}

.before\:border-teal-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(20 184 166 / 0.8);
}

.before\:border-teal-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(20 184 166 / 0.9);
}

.before\:border-teal-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(20 184 166 / 0.95);
}

.before\:border-teal-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.before\:border-teal-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(13 148 136 / 0);
}

.before\:border-teal-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(13 148 136 / 0.1);
}

.before\:border-teal-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(13 148 136 / 1);
}

.before\:border-teal-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(13 148 136 / 0.2);
}

.before\:border-teal-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(13 148 136 / 0.25);
}

.before\:border-teal-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(13 148 136 / 0.3);
}

.before\:border-teal-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(13 148 136 / 0.4);
}

.before\:border-teal-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(13 148 136 / 0.05);
}

.before\:border-teal-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(13 148 136 / 0.5);
}

.before\:border-teal-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(13 148 136 / 0.6);
}

.before\:border-teal-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(13 148 136 / 0.7);
}

.before\:border-teal-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(13 148 136 / 0.75);
}

.before\:border-teal-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(13 148 136 / 0.8);
}

.before\:border-teal-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(13 148 136 / 0.9);
}

.before\:border-teal-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(13 148 136 / 0.95);
}

.before\:border-teal-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.before\:border-teal-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(15 118 110 / 0);
}

.before\:border-teal-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(15 118 110 / 0.1);
}

.before\:border-teal-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(15 118 110 / 1);
}

.before\:border-teal-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(15 118 110 / 0.2);
}

.before\:border-teal-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(15 118 110 / 0.25);
}

.before\:border-teal-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(15 118 110 / 0.3);
}

.before\:border-teal-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(15 118 110 / 0.4);
}

.before\:border-teal-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(15 118 110 / 0.05);
}

.before\:border-teal-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(15 118 110 / 0.5);
}

.before\:border-teal-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(15 118 110 / 0.6);
}

.before\:border-teal-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(15 118 110 / 0.7);
}

.before\:border-teal-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(15 118 110 / 0.75);
}

.before\:border-teal-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(15 118 110 / 0.8);
}

.before\:border-teal-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(15 118 110 / 0.9);
}

.before\:border-teal-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(15 118 110 / 0.95);
}

.before\:border-teal-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.before\:border-teal-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(17 94 89 / 0);
}

.before\:border-teal-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(17 94 89 / 0.1);
}

.before\:border-teal-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(17 94 89 / 1);
}

.before\:border-teal-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(17 94 89 / 0.2);
}

.before\:border-teal-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(17 94 89 / 0.25);
}

.before\:border-teal-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(17 94 89 / 0.3);
}

.before\:border-teal-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(17 94 89 / 0.4);
}

.before\:border-teal-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(17 94 89 / 0.05);
}

.before\:border-teal-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(17 94 89 / 0.5);
}

.before\:border-teal-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(17 94 89 / 0.6);
}

.before\:border-teal-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(17 94 89 / 0.7);
}

.before\:border-teal-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(17 94 89 / 0.75);
}

.before\:border-teal-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(17 94 89 / 0.8);
}

.before\:border-teal-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(17 94 89 / 0.9);
}

.before\:border-teal-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(17 94 89 / 0.95);
}

.before\:border-teal-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.before\:border-teal-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(19 78 74 / 0);
}

.before\:border-teal-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(19 78 74 / 0.1);
}

.before\:border-teal-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(19 78 74 / 1);
}

.before\:border-teal-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(19 78 74 / 0.2);
}

.before\:border-teal-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(19 78 74 / 0.25);
}

.before\:border-teal-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(19 78 74 / 0.3);
}

.before\:border-teal-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(19 78 74 / 0.4);
}

.before\:border-teal-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(19 78 74 / 0.05);
}

.before\:border-teal-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(19 78 74 / 0.5);
}

.before\:border-teal-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(19 78 74 / 0.6);
}

.before\:border-teal-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(19 78 74 / 0.7);
}

.before\:border-teal-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(19 78 74 / 0.75);
}

.before\:border-teal-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(19 78 74 / 0.8);
}

.before\:border-teal-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(19 78 74 / 0.9);
}

.before\:border-teal-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(19 78 74 / 0.95);
}

.before\:border-violet-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.before\:border-violet-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(237 233 254 / 0);
}

.before\:border-violet-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(237 233 254 / 0.1);
}

.before\:border-violet-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(237 233 254 / 1);
}

.before\:border-violet-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(237 233 254 / 0.2);
}

.before\:border-violet-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(237 233 254 / 0.25);
}

.before\:border-violet-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(237 233 254 / 0.3);
}

.before\:border-violet-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(237 233 254 / 0.4);
}

.before\:border-violet-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(237 233 254 / 0.05);
}

.before\:border-violet-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(237 233 254 / 0.5);
}

.before\:border-violet-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(237 233 254 / 0.6);
}

.before\:border-violet-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(237 233 254 / 0.7);
}

.before\:border-violet-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(237 233 254 / 0.75);
}

.before\:border-violet-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(237 233 254 / 0.8);
}

.before\:border-violet-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(237 233 254 / 0.9);
}

.before\:border-violet-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(237 233 254 / 0.95);
}

.before\:border-violet-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.before\:border-violet-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(221 214 254 / 0);
}

.before\:border-violet-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(221 214 254 / 0.1);
}

.before\:border-violet-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(221 214 254 / 1);
}

.before\:border-violet-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(221 214 254 / 0.2);
}

.before\:border-violet-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(221 214 254 / 0.25);
}

.before\:border-violet-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(221 214 254 / 0.3);
}

.before\:border-violet-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(221 214 254 / 0.4);
}

.before\:border-violet-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(221 214 254 / 0.05);
}

.before\:border-violet-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(221 214 254 / 0.5);
}

.before\:border-violet-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(221 214 254 / 0.6);
}

.before\:border-violet-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(221 214 254 / 0.7);
}

.before\:border-violet-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(221 214 254 / 0.75);
}

.before\:border-violet-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(221 214 254 / 0.8);
}

.before\:border-violet-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(221 214 254 / 0.9);
}

.before\:border-violet-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(221 214 254 / 0.95);
}

.before\:border-violet-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.before\:border-violet-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(196 181 253 / 0);
}

.before\:border-violet-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(196 181 253 / 0.1);
}

.before\:border-violet-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(196 181 253 / 1);
}

.before\:border-violet-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(196 181 253 / 0.2);
}

.before\:border-violet-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(196 181 253 / 0.25);
}

.before\:border-violet-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(196 181 253 / 0.3);
}

.before\:border-violet-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(196 181 253 / 0.4);
}

.before\:border-violet-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(196 181 253 / 0.05);
}

.before\:border-violet-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(196 181 253 / 0.5);
}

.before\:border-violet-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(196 181 253 / 0.6);
}

.before\:border-violet-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(196 181 253 / 0.7);
}

.before\:border-violet-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(196 181 253 / 0.75);
}

.before\:border-violet-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(196 181 253 / 0.8);
}

.before\:border-violet-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(196 181 253 / 0.9);
}

.before\:border-violet-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(196 181 253 / 0.95);
}

.before\:border-violet-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.before\:border-violet-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(167 139 250 / 0);
}

.before\:border-violet-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(167 139 250 / 0.1);
}

.before\:border-violet-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(167 139 250 / 1);
}

.before\:border-violet-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(167 139 250 / 0.2);
}

.before\:border-violet-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(167 139 250 / 0.25);
}

.before\:border-violet-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(167 139 250 / 0.3);
}

.before\:border-violet-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(167 139 250 / 0.4);
}

.before\:border-violet-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(167 139 250 / 0.05);
}

.before\:border-violet-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(167 139 250 / 0.5);
}

.before\:border-violet-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(167 139 250 / 0.6);
}

.before\:border-violet-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(167 139 250 / 0.7);
}

.before\:border-violet-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(167 139 250 / 0.75);
}

.before\:border-violet-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(167 139 250 / 0.8);
}

.before\:border-violet-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(167 139 250 / 0.9);
}

.before\:border-violet-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(167 139 250 / 0.95);
}

.before\:border-violet-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.before\:border-violet-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(245 243 255 / 0);
}

.before\:border-violet-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(245 243 255 / 0.1);
}

.before\:border-violet-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(245 243 255 / 1);
}

.before\:border-violet-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(245 243 255 / 0.2);
}

.before\:border-violet-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(245 243 255 / 0.25);
}

.before\:border-violet-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(245 243 255 / 0.3);
}

.before\:border-violet-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(245 243 255 / 0.4);
}

.before\:border-violet-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(245 243 255 / 0.05);
}

.before\:border-violet-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(245 243 255 / 0.5);
}

.before\:border-violet-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(245 243 255 / 0.6);
}

.before\:border-violet-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(245 243 255 / 0.7);
}

.before\:border-violet-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(245 243 255 / 0.75);
}

.before\:border-violet-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(245 243 255 / 0.8);
}

.before\:border-violet-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(245 243 255 / 0.9);
}

.before\:border-violet-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(245 243 255 / 0.95);
}

.before\:border-violet-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.before\:border-violet-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(139 92 246 / 0);
}

.before\:border-violet-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(139 92 246 / 0.1);
}

.before\:border-violet-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(139 92 246 / 1);
}

.before\:border-violet-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(139 92 246 / 0.2);
}

.before\:border-violet-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(139 92 246 / 0.25);
}

.before\:border-violet-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(139 92 246 / 0.3);
}

.before\:border-violet-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(139 92 246 / 0.4);
}

.before\:border-violet-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(139 92 246 / 0.05);
}

.before\:border-violet-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(139 92 246 / 0.5);
}

.before\:border-violet-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(139 92 246 / 0.6);
}

.before\:border-violet-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(139 92 246 / 0.7);
}

.before\:border-violet-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(139 92 246 / 0.75);
}

.before\:border-violet-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(139 92 246 / 0.8);
}

.before\:border-violet-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(139 92 246 / 0.9);
}

.before\:border-violet-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(139 92 246 / 0.95);
}

.before\:border-violet-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.before\:border-violet-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(124 58 237 / 0);
}

.before\:border-violet-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(124 58 237 / 0.1);
}

.before\:border-violet-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(124 58 237 / 1);
}

.before\:border-violet-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(124 58 237 / 0.2);
}

.before\:border-violet-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(124 58 237 / 0.25);
}

.before\:border-violet-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(124 58 237 / 0.3);
}

.before\:border-violet-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(124 58 237 / 0.4);
}

.before\:border-violet-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(124 58 237 / 0.05);
}

.before\:border-violet-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(124 58 237 / 0.5);
}

.before\:border-violet-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(124 58 237 / 0.6);
}

.before\:border-violet-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(124 58 237 / 0.7);
}

.before\:border-violet-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(124 58 237 / 0.75);
}

.before\:border-violet-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(124 58 237 / 0.8);
}

.before\:border-violet-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(124 58 237 / 0.9);
}

.before\:border-violet-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(124 58 237 / 0.95);
}

.before\:border-violet-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.before\:border-violet-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(109 40 217 / 0);
}

.before\:border-violet-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(109 40 217 / 0.1);
}

.before\:border-violet-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(109 40 217 / 1);
}

.before\:border-violet-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(109 40 217 / 0.2);
}

.before\:border-violet-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(109 40 217 / 0.25);
}

.before\:border-violet-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(109 40 217 / 0.3);
}

.before\:border-violet-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(109 40 217 / 0.4);
}

.before\:border-violet-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(109 40 217 / 0.05);
}

.before\:border-violet-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(109 40 217 / 0.5);
}

.before\:border-violet-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(109 40 217 / 0.6);
}

.before\:border-violet-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(109 40 217 / 0.7);
}

.before\:border-violet-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(109 40 217 / 0.75);
}

.before\:border-violet-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(109 40 217 / 0.8);
}

.before\:border-violet-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(109 40 217 / 0.9);
}

.before\:border-violet-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(109 40 217 / 0.95);
}

.before\:border-violet-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.before\:border-violet-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(91 33 182 / 0);
}

.before\:border-violet-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(91 33 182 / 0.1);
}

.before\:border-violet-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(91 33 182 / 1);
}

.before\:border-violet-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(91 33 182 / 0.2);
}

.before\:border-violet-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(91 33 182 / 0.25);
}

.before\:border-violet-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(91 33 182 / 0.3);
}

.before\:border-violet-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(91 33 182 / 0.4);
}

.before\:border-violet-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(91 33 182 / 0.05);
}

.before\:border-violet-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(91 33 182 / 0.5);
}

.before\:border-violet-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(91 33 182 / 0.6);
}

.before\:border-violet-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(91 33 182 / 0.7);
}

.before\:border-violet-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(91 33 182 / 0.75);
}

.before\:border-violet-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(91 33 182 / 0.8);
}

.before\:border-violet-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(91 33 182 / 0.9);
}

.before\:border-violet-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(91 33 182 / 0.95);
}

.before\:border-violet-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.before\:border-violet-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(76 29 149 / 0);
}

.before\:border-violet-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(76 29 149 / 0.1);
}

.before\:border-violet-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(76 29 149 / 1);
}

.before\:border-violet-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(76 29 149 / 0.2);
}

.before\:border-violet-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(76 29 149 / 0.25);
}

.before\:border-violet-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(76 29 149 / 0.3);
}

.before\:border-violet-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(76 29 149 / 0.4);
}

.before\:border-violet-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(76 29 149 / 0.05);
}

.before\:border-violet-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(76 29 149 / 0.5);
}

.before\:border-violet-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(76 29 149 / 0.6);
}

.before\:border-violet-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(76 29 149 / 0.7);
}

.before\:border-violet-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(76 29 149 / 0.75);
}

.before\:border-violet-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(76 29 149 / 0.8);
}

.before\:border-violet-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(76 29 149 / 0.9);
}

.before\:border-violet-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(76 29 149 / 0.95);
}

.before\:border-yellow-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.before\:border-yellow-100\/0::before{
  content: var(--tw-content);
  border-color: rgb(254 249 195 / 0);
}

.before\:border-yellow-100\/10::before{
  content: var(--tw-content);
  border-color: rgb(254 249 195 / 0.1);
}

.before\:border-yellow-100\/100::before{
  content: var(--tw-content);
  border-color: rgb(254 249 195 / 1);
}

.before\:border-yellow-100\/20::before{
  content: var(--tw-content);
  border-color: rgb(254 249 195 / 0.2);
}

.before\:border-yellow-100\/25::before{
  content: var(--tw-content);
  border-color: rgb(254 249 195 / 0.25);
}

.before\:border-yellow-100\/30::before{
  content: var(--tw-content);
  border-color: rgb(254 249 195 / 0.3);
}

.before\:border-yellow-100\/40::before{
  content: var(--tw-content);
  border-color: rgb(254 249 195 / 0.4);
}

.before\:border-yellow-100\/5::before{
  content: var(--tw-content);
  border-color: rgb(254 249 195 / 0.05);
}

.before\:border-yellow-100\/50::before{
  content: var(--tw-content);
  border-color: rgb(254 249 195 / 0.5);
}

.before\:border-yellow-100\/60::before{
  content: var(--tw-content);
  border-color: rgb(254 249 195 / 0.6);
}

.before\:border-yellow-100\/70::before{
  content: var(--tw-content);
  border-color: rgb(254 249 195 / 0.7);
}

.before\:border-yellow-100\/75::before{
  content: var(--tw-content);
  border-color: rgb(254 249 195 / 0.75);
}

.before\:border-yellow-100\/80::before{
  content: var(--tw-content);
  border-color: rgb(254 249 195 / 0.8);
}

.before\:border-yellow-100\/90::before{
  content: var(--tw-content);
  border-color: rgb(254 249 195 / 0.9);
}

.before\:border-yellow-100\/95::before{
  content: var(--tw-content);
  border-color: rgb(254 249 195 / 0.95);
}

.before\:border-yellow-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.before\:border-yellow-200\/0::before{
  content: var(--tw-content);
  border-color: rgb(254 240 138 / 0);
}

.before\:border-yellow-200\/10::before{
  content: var(--tw-content);
  border-color: rgb(254 240 138 / 0.1);
}

.before\:border-yellow-200\/100::before{
  content: var(--tw-content);
  border-color: rgb(254 240 138 / 1);
}

.before\:border-yellow-200\/20::before{
  content: var(--tw-content);
  border-color: rgb(254 240 138 / 0.2);
}

.before\:border-yellow-200\/25::before{
  content: var(--tw-content);
  border-color: rgb(254 240 138 / 0.25);
}

.before\:border-yellow-200\/30::before{
  content: var(--tw-content);
  border-color: rgb(254 240 138 / 0.3);
}

.before\:border-yellow-200\/40::before{
  content: var(--tw-content);
  border-color: rgb(254 240 138 / 0.4);
}

.before\:border-yellow-200\/5::before{
  content: var(--tw-content);
  border-color: rgb(254 240 138 / 0.05);
}

.before\:border-yellow-200\/50::before{
  content: var(--tw-content);
  border-color: rgb(254 240 138 / 0.5);
}

.before\:border-yellow-200\/60::before{
  content: var(--tw-content);
  border-color: rgb(254 240 138 / 0.6);
}

.before\:border-yellow-200\/70::before{
  content: var(--tw-content);
  border-color: rgb(254 240 138 / 0.7);
}

.before\:border-yellow-200\/75::before{
  content: var(--tw-content);
  border-color: rgb(254 240 138 / 0.75);
}

.before\:border-yellow-200\/80::before{
  content: var(--tw-content);
  border-color: rgb(254 240 138 / 0.8);
}

.before\:border-yellow-200\/90::before{
  content: var(--tw-content);
  border-color: rgb(254 240 138 / 0.9);
}

.before\:border-yellow-200\/95::before{
  content: var(--tw-content);
  border-color: rgb(254 240 138 / 0.95);
}

.before\:border-yellow-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.before\:border-yellow-300\/0::before{
  content: var(--tw-content);
  border-color: rgb(253 224 71 / 0);
}

.before\:border-yellow-300\/10::before{
  content: var(--tw-content);
  border-color: rgb(253 224 71 / 0.1);
}

.before\:border-yellow-300\/100::before{
  content: var(--tw-content);
  border-color: rgb(253 224 71 / 1);
}

.before\:border-yellow-300\/20::before{
  content: var(--tw-content);
  border-color: rgb(253 224 71 / 0.2);
}

.before\:border-yellow-300\/25::before{
  content: var(--tw-content);
  border-color: rgb(253 224 71 / 0.25);
}

.before\:border-yellow-300\/30::before{
  content: var(--tw-content);
  border-color: rgb(253 224 71 / 0.3);
}

.before\:border-yellow-300\/40::before{
  content: var(--tw-content);
  border-color: rgb(253 224 71 / 0.4);
}

.before\:border-yellow-300\/5::before{
  content: var(--tw-content);
  border-color: rgb(253 224 71 / 0.05);
}

.before\:border-yellow-300\/50::before{
  content: var(--tw-content);
  border-color: rgb(253 224 71 / 0.5);
}

.before\:border-yellow-300\/60::before{
  content: var(--tw-content);
  border-color: rgb(253 224 71 / 0.6);
}

.before\:border-yellow-300\/70::before{
  content: var(--tw-content);
  border-color: rgb(253 224 71 / 0.7);
}

.before\:border-yellow-300\/75::before{
  content: var(--tw-content);
  border-color: rgb(253 224 71 / 0.75);
}

.before\:border-yellow-300\/80::before{
  content: var(--tw-content);
  border-color: rgb(253 224 71 / 0.8);
}

.before\:border-yellow-300\/90::before{
  content: var(--tw-content);
  border-color: rgb(253 224 71 / 0.9);
}

.before\:border-yellow-300\/95::before{
  content: var(--tw-content);
  border-color: rgb(253 224 71 / 0.95);
}

.before\:border-yellow-400::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.before\:border-yellow-400\/0::before{
  content: var(--tw-content);
  border-color: rgb(250 204 21 / 0);
}

.before\:border-yellow-400\/10::before{
  content: var(--tw-content);
  border-color: rgb(250 204 21 / 0.1);
}

.before\:border-yellow-400\/100::before{
  content: var(--tw-content);
  border-color: rgb(250 204 21 / 1);
}

.before\:border-yellow-400\/20::before{
  content: var(--tw-content);
  border-color: rgb(250 204 21 / 0.2);
}

.before\:border-yellow-400\/25::before{
  content: var(--tw-content);
  border-color: rgb(250 204 21 / 0.25);
}

.before\:border-yellow-400\/30::before{
  content: var(--tw-content);
  border-color: rgb(250 204 21 / 0.3);
}

.before\:border-yellow-400\/40::before{
  content: var(--tw-content);
  border-color: rgb(250 204 21 / 0.4);
}

.before\:border-yellow-400\/5::before{
  content: var(--tw-content);
  border-color: rgb(250 204 21 / 0.05);
}

.before\:border-yellow-400\/50::before{
  content: var(--tw-content);
  border-color: rgb(250 204 21 / 0.5);
}

.before\:border-yellow-400\/60::before{
  content: var(--tw-content);
  border-color: rgb(250 204 21 / 0.6);
}

.before\:border-yellow-400\/70::before{
  content: var(--tw-content);
  border-color: rgb(250 204 21 / 0.7);
}

.before\:border-yellow-400\/75::before{
  content: var(--tw-content);
  border-color: rgb(250 204 21 / 0.75);
}

.before\:border-yellow-400\/80::before{
  content: var(--tw-content);
  border-color: rgb(250 204 21 / 0.8);
}

.before\:border-yellow-400\/90::before{
  content: var(--tw-content);
  border-color: rgb(250 204 21 / 0.9);
}

.before\:border-yellow-400\/95::before{
  content: var(--tw-content);
  border-color: rgb(250 204 21 / 0.95);
}

.before\:border-yellow-50::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.before\:border-yellow-50\/0::before{
  content: var(--tw-content);
  border-color: rgb(254 252 232 / 0);
}

.before\:border-yellow-50\/10::before{
  content: var(--tw-content);
  border-color: rgb(254 252 232 / 0.1);
}

.before\:border-yellow-50\/100::before{
  content: var(--tw-content);
  border-color: rgb(254 252 232 / 1);
}

.before\:border-yellow-50\/20::before{
  content: var(--tw-content);
  border-color: rgb(254 252 232 / 0.2);
}

.before\:border-yellow-50\/25::before{
  content: var(--tw-content);
  border-color: rgb(254 252 232 / 0.25);
}

.before\:border-yellow-50\/30::before{
  content: var(--tw-content);
  border-color: rgb(254 252 232 / 0.3);
}

.before\:border-yellow-50\/40::before{
  content: var(--tw-content);
  border-color: rgb(254 252 232 / 0.4);
}

.before\:border-yellow-50\/5::before{
  content: var(--tw-content);
  border-color: rgb(254 252 232 / 0.05);
}

.before\:border-yellow-50\/50::before{
  content: var(--tw-content);
  border-color: rgb(254 252 232 / 0.5);
}

.before\:border-yellow-50\/60::before{
  content: var(--tw-content);
  border-color: rgb(254 252 232 / 0.6);
}

.before\:border-yellow-50\/70::before{
  content: var(--tw-content);
  border-color: rgb(254 252 232 / 0.7);
}

.before\:border-yellow-50\/75::before{
  content: var(--tw-content);
  border-color: rgb(254 252 232 / 0.75);
}

.before\:border-yellow-50\/80::before{
  content: var(--tw-content);
  border-color: rgb(254 252 232 / 0.8);
}

.before\:border-yellow-50\/90::before{
  content: var(--tw-content);
  border-color: rgb(254 252 232 / 0.9);
}

.before\:border-yellow-50\/95::before{
  content: var(--tw-content);
  border-color: rgb(254 252 232 / 0.95);
}

.before\:border-yellow-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.before\:border-yellow-500\/0::before{
  content: var(--tw-content);
  border-color: rgb(234 179 8 / 0);
}

.before\:border-yellow-500\/10::before{
  content: var(--tw-content);
  border-color: rgb(234 179 8 / 0.1);
}

.before\:border-yellow-500\/100::before{
  content: var(--tw-content);
  border-color: rgb(234 179 8 / 1);
}

.before\:border-yellow-500\/20::before{
  content: var(--tw-content);
  border-color: rgb(234 179 8 / 0.2);
}

.before\:border-yellow-500\/25::before{
  content: var(--tw-content);
  border-color: rgb(234 179 8 / 0.25);
}

.before\:border-yellow-500\/30::before{
  content: var(--tw-content);
  border-color: rgb(234 179 8 / 0.3);
}

.before\:border-yellow-500\/40::before{
  content: var(--tw-content);
  border-color: rgb(234 179 8 / 0.4);
}

.before\:border-yellow-500\/5::before{
  content: var(--tw-content);
  border-color: rgb(234 179 8 / 0.05);
}

.before\:border-yellow-500\/50::before{
  content: var(--tw-content);
  border-color: rgb(234 179 8 / 0.5);
}

.before\:border-yellow-500\/60::before{
  content: var(--tw-content);
  border-color: rgb(234 179 8 / 0.6);
}

.before\:border-yellow-500\/70::before{
  content: var(--tw-content);
  border-color: rgb(234 179 8 / 0.7);
}

.before\:border-yellow-500\/75::before{
  content: var(--tw-content);
  border-color: rgb(234 179 8 / 0.75);
}

.before\:border-yellow-500\/80::before{
  content: var(--tw-content);
  border-color: rgb(234 179 8 / 0.8);
}

.before\:border-yellow-500\/90::before{
  content: var(--tw-content);
  border-color: rgb(234 179 8 / 0.9);
}

.before\:border-yellow-500\/95::before{
  content: var(--tw-content);
  border-color: rgb(234 179 8 / 0.95);
}

.before\:border-yellow-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.before\:border-yellow-600\/0::before{
  content: var(--tw-content);
  border-color: rgb(202 138 4 / 0);
}

.before\:border-yellow-600\/10::before{
  content: var(--tw-content);
  border-color: rgb(202 138 4 / 0.1);
}

.before\:border-yellow-600\/100::before{
  content: var(--tw-content);
  border-color: rgb(202 138 4 / 1);
}

.before\:border-yellow-600\/20::before{
  content: var(--tw-content);
  border-color: rgb(202 138 4 / 0.2);
}

.before\:border-yellow-600\/25::before{
  content: var(--tw-content);
  border-color: rgb(202 138 4 / 0.25);
}

.before\:border-yellow-600\/30::before{
  content: var(--tw-content);
  border-color: rgb(202 138 4 / 0.3);
}

.before\:border-yellow-600\/40::before{
  content: var(--tw-content);
  border-color: rgb(202 138 4 / 0.4);
}

.before\:border-yellow-600\/5::before{
  content: var(--tw-content);
  border-color: rgb(202 138 4 / 0.05);
}

.before\:border-yellow-600\/50::before{
  content: var(--tw-content);
  border-color: rgb(202 138 4 / 0.5);
}

.before\:border-yellow-600\/60::before{
  content: var(--tw-content);
  border-color: rgb(202 138 4 / 0.6);
}

.before\:border-yellow-600\/70::before{
  content: var(--tw-content);
  border-color: rgb(202 138 4 / 0.7);
}

.before\:border-yellow-600\/75::before{
  content: var(--tw-content);
  border-color: rgb(202 138 4 / 0.75);
}

.before\:border-yellow-600\/80::before{
  content: var(--tw-content);
  border-color: rgb(202 138 4 / 0.8);
}

.before\:border-yellow-600\/90::before{
  content: var(--tw-content);
  border-color: rgb(202 138 4 / 0.9);
}

.before\:border-yellow-600\/95::before{
  content: var(--tw-content);
  border-color: rgb(202 138 4 / 0.95);
}

.before\:border-yellow-700::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.before\:border-yellow-700\/0::before{
  content: var(--tw-content);
  border-color: rgb(161 98 7 / 0);
}

.before\:border-yellow-700\/10::before{
  content: var(--tw-content);
  border-color: rgb(161 98 7 / 0.1);
}

.before\:border-yellow-700\/100::before{
  content: var(--tw-content);
  border-color: rgb(161 98 7 / 1);
}

.before\:border-yellow-700\/20::before{
  content: var(--tw-content);
  border-color: rgb(161 98 7 / 0.2);
}

.before\:border-yellow-700\/25::before{
  content: var(--tw-content);
  border-color: rgb(161 98 7 / 0.25);
}

.before\:border-yellow-700\/30::before{
  content: var(--tw-content);
  border-color: rgb(161 98 7 / 0.3);
}

.before\:border-yellow-700\/40::before{
  content: var(--tw-content);
  border-color: rgb(161 98 7 / 0.4);
}

.before\:border-yellow-700\/5::before{
  content: var(--tw-content);
  border-color: rgb(161 98 7 / 0.05);
}

.before\:border-yellow-700\/50::before{
  content: var(--tw-content);
  border-color: rgb(161 98 7 / 0.5);
}

.before\:border-yellow-700\/60::before{
  content: var(--tw-content);
  border-color: rgb(161 98 7 / 0.6);
}

.before\:border-yellow-700\/70::before{
  content: var(--tw-content);
  border-color: rgb(161 98 7 / 0.7);
}

.before\:border-yellow-700\/75::before{
  content: var(--tw-content);
  border-color: rgb(161 98 7 / 0.75);
}

.before\:border-yellow-700\/80::before{
  content: var(--tw-content);
  border-color: rgb(161 98 7 / 0.8);
}

.before\:border-yellow-700\/90::before{
  content: var(--tw-content);
  border-color: rgb(161 98 7 / 0.9);
}

.before\:border-yellow-700\/95::before{
  content: var(--tw-content);
  border-color: rgb(161 98 7 / 0.95);
}

.before\:border-yellow-800::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.before\:border-yellow-800\/0::before{
  content: var(--tw-content);
  border-color: rgb(133 77 14 / 0);
}

.before\:border-yellow-800\/10::before{
  content: var(--tw-content);
  border-color: rgb(133 77 14 / 0.1);
}

.before\:border-yellow-800\/100::before{
  content: var(--tw-content);
  border-color: rgb(133 77 14 / 1);
}

.before\:border-yellow-800\/20::before{
  content: var(--tw-content);
  border-color: rgb(133 77 14 / 0.2);
}

.before\:border-yellow-800\/25::before{
  content: var(--tw-content);
  border-color: rgb(133 77 14 / 0.25);
}

.before\:border-yellow-800\/30::before{
  content: var(--tw-content);
  border-color: rgb(133 77 14 / 0.3);
}

.before\:border-yellow-800\/40::before{
  content: var(--tw-content);
  border-color: rgb(133 77 14 / 0.4);
}

.before\:border-yellow-800\/5::before{
  content: var(--tw-content);
  border-color: rgb(133 77 14 / 0.05);
}

.before\:border-yellow-800\/50::before{
  content: var(--tw-content);
  border-color: rgb(133 77 14 / 0.5);
}

.before\:border-yellow-800\/60::before{
  content: var(--tw-content);
  border-color: rgb(133 77 14 / 0.6);
}

.before\:border-yellow-800\/70::before{
  content: var(--tw-content);
  border-color: rgb(133 77 14 / 0.7);
}

.before\:border-yellow-800\/75::before{
  content: var(--tw-content);
  border-color: rgb(133 77 14 / 0.75);
}

.before\:border-yellow-800\/80::before{
  content: var(--tw-content);
  border-color: rgb(133 77 14 / 0.8);
}

.before\:border-yellow-800\/90::before{
  content: var(--tw-content);
  border-color: rgb(133 77 14 / 0.9);
}

.before\:border-yellow-800\/95::before{
  content: var(--tw-content);
  border-color: rgb(133 77 14 / 0.95);
}

.before\:border-yellow-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.before\:border-yellow-900\/0::before{
  content: var(--tw-content);
  border-color: rgb(113 63 18 / 0);
}

.before\:border-yellow-900\/10::before{
  content: var(--tw-content);
  border-color: rgb(113 63 18 / 0.1);
}

.before\:border-yellow-900\/100::before{
  content: var(--tw-content);
  border-color: rgb(113 63 18 / 1);
}

.before\:border-yellow-900\/20::before{
  content: var(--tw-content);
  border-color: rgb(113 63 18 / 0.2);
}

.before\:border-yellow-900\/25::before{
  content: var(--tw-content);
  border-color: rgb(113 63 18 / 0.25);
}

.before\:border-yellow-900\/30::before{
  content: var(--tw-content);
  border-color: rgb(113 63 18 / 0.3);
}

.before\:border-yellow-900\/40::before{
  content: var(--tw-content);
  border-color: rgb(113 63 18 / 0.4);
}

.before\:border-yellow-900\/5::before{
  content: var(--tw-content);
  border-color: rgb(113 63 18 / 0.05);
}

.before\:border-yellow-900\/50::before{
  content: var(--tw-content);
  border-color: rgb(113 63 18 / 0.5);
}

.before\:border-yellow-900\/60::before{
  content: var(--tw-content);
  border-color: rgb(113 63 18 / 0.6);
}

.before\:border-yellow-900\/70::before{
  content: var(--tw-content);
  border-color: rgb(113 63 18 / 0.7);
}

.before\:border-yellow-900\/75::before{
  content: var(--tw-content);
  border-color: rgb(113 63 18 / 0.75);
}

.before\:border-yellow-900\/80::before{
  content: var(--tw-content);
  border-color: rgb(113 63 18 / 0.8);
}

.before\:border-yellow-900\/90::before{
  content: var(--tw-content);
  border-color: rgb(113 63 18 / 0.9);
}

.before\:border-yellow-900\/95::before{
  content: var(--tw-content);
  border-color: rgb(113 63 18 / 0.95);
}

.before\:bg-amber-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

.before\:bg-amber-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(254 243 199 / 0);
}

.before\:bg-amber-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(254 243 199 / 0.1);
}

.before\:bg-amber-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(254 243 199 / 1);
}

.before\:bg-amber-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(254 243 199 / 0.2);
}

.before\:bg-amber-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(254 243 199 / 0.25);
}

.before\:bg-amber-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(254 243 199 / 0.3);
}

.before\:bg-amber-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(254 243 199 / 0.4);
}

.before\:bg-amber-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(254 243 199 / 0.05);
}

.before\:bg-amber-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(254 243 199 / 0.5);
}

.before\:bg-amber-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(254 243 199 / 0.6);
}

.before\:bg-amber-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(254 243 199 / 0.7);
}

.before\:bg-amber-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(254 243 199 / 0.75);
}

.before\:bg-amber-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(254 243 199 / 0.8);
}

.before\:bg-amber-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(254 243 199 / 0.9);
}

.before\:bg-amber-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(254 243 199 / 0.95);
}

.before\:bg-amber-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}

.before\:bg-amber-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(253 230 138 / 0);
}

.before\:bg-amber-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(253 230 138 / 0.1);
}

.before\:bg-amber-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(253 230 138 / 1);
}

.before\:bg-amber-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(253 230 138 / 0.2);
}

.before\:bg-amber-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(253 230 138 / 0.25);
}

.before\:bg-amber-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(253 230 138 / 0.3);
}

.before\:bg-amber-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(253 230 138 / 0.4);
}

.before\:bg-amber-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(253 230 138 / 0.05);
}

.before\:bg-amber-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(253 230 138 / 0.5);
}

.before\:bg-amber-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(253 230 138 / 0.6);
}

.before\:bg-amber-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(253 230 138 / 0.7);
}

.before\:bg-amber-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(253 230 138 / 0.75);
}

.before\:bg-amber-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(253 230 138 / 0.8);
}

.before\:bg-amber-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(253 230 138 / 0.9);
}

.before\:bg-amber-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(253 230 138 / 0.95);
}

.before\:bg-amber-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}

.before\:bg-amber-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(252 211 77 / 0);
}

.before\:bg-amber-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(252 211 77 / 0.1);
}

.before\:bg-amber-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(252 211 77 / 1);
}

.before\:bg-amber-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(252 211 77 / 0.2);
}

.before\:bg-amber-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(252 211 77 / 0.25);
}

.before\:bg-amber-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(252 211 77 / 0.3);
}

.before\:bg-amber-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(252 211 77 / 0.4);
}

.before\:bg-amber-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(252 211 77 / 0.05);
}

.before\:bg-amber-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(252 211 77 / 0.5);
}

.before\:bg-amber-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(252 211 77 / 0.6);
}

.before\:bg-amber-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(252 211 77 / 0.7);
}

.before\:bg-amber-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(252 211 77 / 0.75);
}

.before\:bg-amber-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(252 211 77 / 0.8);
}

.before\:bg-amber-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(252 211 77 / 0.9);
}

.before\:bg-amber-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(252 211 77 / 0.95);
}

.before\:bg-amber-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}

.before\:bg-amber-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(251 191 36 / 0);
}

.before\:bg-amber-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(251 191 36 / 0.1);
}

.before\:bg-amber-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(251 191 36 / 1);
}

.before\:bg-amber-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(251 191 36 / 0.2);
}

.before\:bg-amber-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(251 191 36 / 0.25);
}

.before\:bg-amber-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(251 191 36 / 0.3);
}

.before\:bg-amber-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(251 191 36 / 0.4);
}

.before\:bg-amber-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(251 191 36 / 0.05);
}

.before\:bg-amber-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(251 191 36 / 0.5);
}

.before\:bg-amber-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(251 191 36 / 0.6);
}

.before\:bg-amber-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(251 191 36 / 0.7);
}

.before\:bg-amber-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(251 191 36 / 0.75);
}

.before\:bg-amber-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(251 191 36 / 0.8);
}

.before\:bg-amber-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(251 191 36 / 0.9);
}

.before\:bg-amber-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(251 191 36 / 0.95);
}

.before\:bg-amber-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}

.before\:bg-amber-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(255 251 235 / 0);
}

.before\:bg-amber-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(255 251 235 / 0.1);
}

.before\:bg-amber-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(255 251 235 / 1);
}

.before\:bg-amber-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(255 251 235 / 0.2);
}

.before\:bg-amber-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(255 251 235 / 0.25);
}

.before\:bg-amber-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(255 251 235 / 0.3);
}

.before\:bg-amber-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(255 251 235 / 0.4);
}

.before\:bg-amber-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(255 251 235 / 0.05);
}

.before\:bg-amber-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(255 251 235 / 0.5);
}

.before\:bg-amber-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(255 251 235 / 0.6);
}

.before\:bg-amber-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(255 251 235 / 0.7);
}

.before\:bg-amber-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(255 251 235 / 0.75);
}

.before\:bg-amber-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(255 251 235 / 0.8);
}

.before\:bg-amber-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(255 251 235 / 0.9);
}

.before\:bg-amber-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(255 251 235 / 0.95);
}

.before\:bg-amber-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

.before\:bg-amber-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(245 158 11 / 0);
}

.before\:bg-amber-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(245 158 11 / 0.1);
}

.before\:bg-amber-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(245 158 11 / 1);
}

.before\:bg-amber-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(245 158 11 / 0.2);
}

.before\:bg-amber-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(245 158 11 / 0.25);
}

.before\:bg-amber-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(245 158 11 / 0.3);
}

.before\:bg-amber-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(245 158 11 / 0.4);
}

.before\:bg-amber-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(245 158 11 / 0.05);
}

.before\:bg-amber-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(245 158 11 / 0.5);
}

.before\:bg-amber-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(245 158 11 / 0.6);
}

.before\:bg-amber-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(245 158 11 / 0.7);
}

.before\:bg-amber-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(245 158 11 / 0.75);
}

.before\:bg-amber-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(245 158 11 / 0.8);
}

.before\:bg-amber-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(245 158 11 / 0.9);
}

.before\:bg-amber-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(245 158 11 / 0.95);
}

.before\:bg-amber-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}

.before\:bg-amber-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(217 119 6 / 0);
}

.before\:bg-amber-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(217 119 6 / 0.1);
}

.before\:bg-amber-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(217 119 6 / 1);
}

.before\:bg-amber-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(217 119 6 / 0.2);
}

.before\:bg-amber-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(217 119 6 / 0.25);
}

.before\:bg-amber-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(217 119 6 / 0.3);
}

.before\:bg-amber-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(217 119 6 / 0.4);
}

.before\:bg-amber-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(217 119 6 / 0.05);
}

.before\:bg-amber-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(217 119 6 / 0.5);
}

.before\:bg-amber-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(217 119 6 / 0.6);
}

.before\:bg-amber-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(217 119 6 / 0.7);
}

.before\:bg-amber-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(217 119 6 / 0.75);
}

.before\:bg-amber-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(217 119 6 / 0.8);
}

.before\:bg-amber-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(217 119 6 / 0.9);
}

.before\:bg-amber-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(217 119 6 / 0.95);
}

.before\:bg-amber-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}

.before\:bg-amber-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(180 83 9 / 0);
}

.before\:bg-amber-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(180 83 9 / 0.1);
}

.before\:bg-amber-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(180 83 9 / 1);
}

.before\:bg-amber-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(180 83 9 / 0.2);
}

.before\:bg-amber-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(180 83 9 / 0.25);
}

.before\:bg-amber-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(180 83 9 / 0.3);
}

.before\:bg-amber-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(180 83 9 / 0.4);
}

.before\:bg-amber-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(180 83 9 / 0.05);
}

.before\:bg-amber-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(180 83 9 / 0.5);
}

.before\:bg-amber-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(180 83 9 / 0.6);
}

.before\:bg-amber-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(180 83 9 / 0.7);
}

.before\:bg-amber-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(180 83 9 / 0.75);
}

.before\:bg-amber-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(180 83 9 / 0.8);
}

.before\:bg-amber-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(180 83 9 / 0.9);
}

.before\:bg-amber-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(180 83 9 / 0.95);
}

.before\:bg-amber-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}

.before\:bg-amber-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(146 64 14 / 0);
}

.before\:bg-amber-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(146 64 14 / 0.1);
}

.before\:bg-amber-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(146 64 14 / 1);
}

.before\:bg-amber-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(146 64 14 / 0.2);
}

.before\:bg-amber-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(146 64 14 / 0.25);
}

.before\:bg-amber-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(146 64 14 / 0.3);
}

.before\:bg-amber-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(146 64 14 / 0.4);
}

.before\:bg-amber-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(146 64 14 / 0.05);
}

.before\:bg-amber-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(146 64 14 / 0.5);
}

.before\:bg-amber-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(146 64 14 / 0.6);
}

.before\:bg-amber-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(146 64 14 / 0.7);
}

.before\:bg-amber-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(146 64 14 / 0.75);
}

.before\:bg-amber-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(146 64 14 / 0.8);
}

.before\:bg-amber-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(146 64 14 / 0.9);
}

.before\:bg-amber-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(146 64 14 / 0.95);
}

.before\:bg-amber-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}

.before\:bg-amber-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(120 53 15 / 0);
}

.before\:bg-amber-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(120 53 15 / 0.1);
}

.before\:bg-amber-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(120 53 15 / 1);
}

.before\:bg-amber-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(120 53 15 / 0.2);
}

.before\:bg-amber-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(120 53 15 / 0.25);
}

.before\:bg-amber-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(120 53 15 / 0.3);
}

.before\:bg-amber-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(120 53 15 / 0.4);
}

.before\:bg-amber-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(120 53 15 / 0.05);
}

.before\:bg-amber-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(120 53 15 / 0.5);
}

.before\:bg-amber-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(120 53 15 / 0.6);
}

.before\:bg-amber-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(120 53 15 / 0.7);
}

.before\:bg-amber-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(120 53 15 / 0.75);
}

.before\:bg-amber-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(120 53 15 / 0.8);
}

.before\:bg-amber-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(120 53 15 / 0.9);
}

.before\:bg-amber-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(120 53 15 / 0.95);
}

.before\:bg-blue-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.before\:bg-blue-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(219 234 254 / 0);
}

.before\:bg-blue-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(219 234 254 / 0.1);
}

.before\:bg-blue-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(219 234 254 / 1);
}

.before\:bg-blue-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(219 234 254 / 0.2);
}

.before\:bg-blue-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(219 234 254 / 0.25);
}

.before\:bg-blue-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(219 234 254 / 0.3);
}

.before\:bg-blue-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(219 234 254 / 0.4);
}

.before\:bg-blue-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(219 234 254 / 0.05);
}

.before\:bg-blue-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(219 234 254 / 0.5);
}

.before\:bg-blue-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(219 234 254 / 0.6);
}

.before\:bg-blue-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(219 234 254 / 0.7);
}

.before\:bg-blue-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(219 234 254 / 0.75);
}

.before\:bg-blue-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(219 234 254 / 0.8);
}

.before\:bg-blue-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(219 234 254 / 0.9);
}

.before\:bg-blue-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(219 234 254 / 0.95);
}

.before\:bg-blue-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.before\:bg-blue-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(191 219 254 / 0);
}

.before\:bg-blue-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(191 219 254 / 0.1);
}

.before\:bg-blue-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(191 219 254 / 1);
}

.before\:bg-blue-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(191 219 254 / 0.2);
}

.before\:bg-blue-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(191 219 254 / 0.25);
}

.before\:bg-blue-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(191 219 254 / 0.3);
}

.before\:bg-blue-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(191 219 254 / 0.4);
}

.before\:bg-blue-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(191 219 254 / 0.05);
}

.before\:bg-blue-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(191 219 254 / 0.5);
}

.before\:bg-blue-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(191 219 254 / 0.6);
}

.before\:bg-blue-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(191 219 254 / 0.7);
}

.before\:bg-blue-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(191 219 254 / 0.75);
}

.before\:bg-blue-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(191 219 254 / 0.8);
}

.before\:bg-blue-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(191 219 254 / 0.9);
}

.before\:bg-blue-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(191 219 254 / 0.95);
}

.before\:bg-blue-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}

.before\:bg-blue-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(147 197 253 / 0);
}

.before\:bg-blue-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(147 197 253 / 0.1);
}

.before\:bg-blue-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(147 197 253 / 1);
}

.before\:bg-blue-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(147 197 253 / 0.2);
}

.before\:bg-blue-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(147 197 253 / 0.25);
}

.before\:bg-blue-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(147 197 253 / 0.3);
}

.before\:bg-blue-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(147 197 253 / 0.4);
}

.before\:bg-blue-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(147 197 253 / 0.05);
}

.before\:bg-blue-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(147 197 253 / 0.5);
}

.before\:bg-blue-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(147 197 253 / 0.6);
}

.before\:bg-blue-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(147 197 253 / 0.7);
}

.before\:bg-blue-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(147 197 253 / 0.75);
}

.before\:bg-blue-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(147 197 253 / 0.8);
}

.before\:bg-blue-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(147 197 253 / 0.9);
}

.before\:bg-blue-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(147 197 253 / 0.95);
}

.before\:bg-blue-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.before\:bg-blue-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(96 165 250 / 0);
}

.before\:bg-blue-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(96 165 250 / 0.1);
}

.before\:bg-blue-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(96 165 250 / 1);
}

.before\:bg-blue-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(96 165 250 / 0.2);
}

.before\:bg-blue-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(96 165 250 / 0.25);
}

.before\:bg-blue-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(96 165 250 / 0.3);
}

.before\:bg-blue-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(96 165 250 / 0.4);
}

.before\:bg-blue-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(96 165 250 / 0.05);
}

.before\:bg-blue-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(96 165 250 / 0.5);
}

.before\:bg-blue-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(96 165 250 / 0.6);
}

.before\:bg-blue-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(96 165 250 / 0.7);
}

.before\:bg-blue-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(96 165 250 / 0.75);
}

.before\:bg-blue-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(96 165 250 / 0.8);
}

.before\:bg-blue-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(96 165 250 / 0.9);
}

.before\:bg-blue-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(96 165 250 / 0.95);
}

.before\:bg-blue-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.before\:bg-blue-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(239 246 255 / 0);
}

.before\:bg-blue-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(239 246 255 / 0.1);
}

.before\:bg-blue-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(239 246 255 / 1);
}

.before\:bg-blue-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(239 246 255 / 0.2);
}

.before\:bg-blue-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(239 246 255 / 0.25);
}

.before\:bg-blue-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(239 246 255 / 0.3);
}

.before\:bg-blue-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(239 246 255 / 0.4);
}

.before\:bg-blue-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(239 246 255 / 0.05);
}

.before\:bg-blue-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(239 246 255 / 0.5);
}

.before\:bg-blue-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(239 246 255 / 0.6);
}

.before\:bg-blue-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(239 246 255 / 0.7);
}

.before\:bg-blue-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(239 246 255 / 0.75);
}

.before\:bg-blue-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(239 246 255 / 0.8);
}

.before\:bg-blue-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(239 246 255 / 0.9);
}

.before\:bg-blue-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(239 246 255 / 0.95);
}

.before\:bg-blue-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.before\:bg-blue-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(59 130 246 / 0);
}

.before\:bg-blue-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(59 130 246 / 0.1);
}

.before\:bg-blue-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(59 130 246 / 1);
}

.before\:bg-blue-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(59 130 246 / 0.2);
}

.before\:bg-blue-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(59 130 246 / 0.25);
}

.before\:bg-blue-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(59 130 246 / 0.3);
}

.before\:bg-blue-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(59 130 246 / 0.4);
}

.before\:bg-blue-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(59 130 246 / 0.05);
}

.before\:bg-blue-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(59 130 246 / 0.5);
}

.before\:bg-blue-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(59 130 246 / 0.6);
}

.before\:bg-blue-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(59 130 246 / 0.7);
}

.before\:bg-blue-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(59 130 246 / 0.75);
}

.before\:bg-blue-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(59 130 246 / 0.8);
}

.before\:bg-blue-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(59 130 246 / 0.9);
}

.before\:bg-blue-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(59 130 246 / 0.95);
}

.before\:bg-blue-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.before\:bg-blue-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(37 99 235 / 0);
}

.before\:bg-blue-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(37 99 235 / 0.1);
}

.before\:bg-blue-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(37 99 235 / 1);
}

.before\:bg-blue-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(37 99 235 / 0.2);
}

.before\:bg-blue-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(37 99 235 / 0.25);
}

.before\:bg-blue-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(37 99 235 / 0.3);
}

.before\:bg-blue-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(37 99 235 / 0.4);
}

.before\:bg-blue-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(37 99 235 / 0.05);
}

.before\:bg-blue-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(37 99 235 / 0.5);
}

.before\:bg-blue-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(37 99 235 / 0.6);
}

.before\:bg-blue-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(37 99 235 / 0.7);
}

.before\:bg-blue-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(37 99 235 / 0.75);
}

.before\:bg-blue-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(37 99 235 / 0.8);
}

.before\:bg-blue-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(37 99 235 / 0.9);
}

.before\:bg-blue-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(37 99 235 / 0.95);
}

.before\:bg-blue-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.before\:bg-blue-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(29 78 216 / 0);
}

.before\:bg-blue-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(29 78 216 / 0.1);
}

.before\:bg-blue-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(29 78 216 / 1);
}

.before\:bg-blue-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(29 78 216 / 0.2);
}

.before\:bg-blue-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(29 78 216 / 0.25);
}

.before\:bg-blue-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(29 78 216 / 0.3);
}

.before\:bg-blue-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(29 78 216 / 0.4);
}

.before\:bg-blue-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(29 78 216 / 0.05);
}

.before\:bg-blue-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(29 78 216 / 0.5);
}

.before\:bg-blue-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(29 78 216 / 0.6);
}

.before\:bg-blue-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(29 78 216 / 0.7);
}

.before\:bg-blue-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(29 78 216 / 0.75);
}

.before\:bg-blue-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(29 78 216 / 0.8);
}

.before\:bg-blue-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(29 78 216 / 0.9);
}

.before\:bg-blue-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(29 78 216 / 0.95);
}

.before\:bg-blue-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.before\:bg-blue-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(30 64 175 / 0);
}

.before\:bg-blue-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(30 64 175 / 0.1);
}

.before\:bg-blue-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(30 64 175 / 1);
}

.before\:bg-blue-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(30 64 175 / 0.2);
}

.before\:bg-blue-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(30 64 175 / 0.25);
}

.before\:bg-blue-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(30 64 175 / 0.3);
}

.before\:bg-blue-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(30 64 175 / 0.4);
}

.before\:bg-blue-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(30 64 175 / 0.05);
}

.before\:bg-blue-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(30 64 175 / 0.5);
}

.before\:bg-blue-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(30 64 175 / 0.6);
}

.before\:bg-blue-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(30 64 175 / 0.7);
}

.before\:bg-blue-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(30 64 175 / 0.75);
}

.before\:bg-blue-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(30 64 175 / 0.8);
}

.before\:bg-blue-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(30 64 175 / 0.9);
}

.before\:bg-blue-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(30 64 175 / 0.95);
}

.before\:bg-blue-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

.before\:bg-blue-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(30 58 138 / 0);
}

.before\:bg-blue-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(30 58 138 / 0.1);
}

.before\:bg-blue-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(30 58 138 / 1);
}

.before\:bg-blue-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(30 58 138 / 0.2);
}

.before\:bg-blue-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(30 58 138 / 0.25);
}

.before\:bg-blue-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(30 58 138 / 0.3);
}

.before\:bg-blue-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(30 58 138 / 0.4);
}

.before\:bg-blue-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(30 58 138 / 0.05);
}

.before\:bg-blue-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(30 58 138 / 0.5);
}

.before\:bg-blue-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(30 58 138 / 0.6);
}

.before\:bg-blue-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(30 58 138 / 0.7);
}

.before\:bg-blue-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(30 58 138 / 0.75);
}

.before\:bg-blue-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(30 58 138 / 0.8);
}

.before\:bg-blue-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(30 58 138 / 0.9);
}

.before\:bg-blue-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(30 58 138 / 0.95);
}

.before\:bg-cyan-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}

.before\:bg-cyan-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(207 250 254 / 0);
}

.before\:bg-cyan-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(207 250 254 / 0.1);
}

.before\:bg-cyan-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(207 250 254 / 1);
}

.before\:bg-cyan-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(207 250 254 / 0.2);
}

.before\:bg-cyan-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(207 250 254 / 0.25);
}

.before\:bg-cyan-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(207 250 254 / 0.3);
}

.before\:bg-cyan-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(207 250 254 / 0.4);
}

.before\:bg-cyan-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(207 250 254 / 0.05);
}

.before\:bg-cyan-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(207 250 254 / 0.5);
}

.before\:bg-cyan-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(207 250 254 / 0.6);
}

.before\:bg-cyan-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(207 250 254 / 0.7);
}

.before\:bg-cyan-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(207 250 254 / 0.75);
}

.before\:bg-cyan-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(207 250 254 / 0.8);
}

.before\:bg-cyan-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(207 250 254 / 0.9);
}

.before\:bg-cyan-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(207 250 254 / 0.95);
}

.before\:bg-cyan-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}

.before\:bg-cyan-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(165 243 252 / 0);
}

.before\:bg-cyan-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(165 243 252 / 0.1);
}

.before\:bg-cyan-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(165 243 252 / 1);
}

.before\:bg-cyan-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(165 243 252 / 0.2);
}

.before\:bg-cyan-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(165 243 252 / 0.25);
}

.before\:bg-cyan-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(165 243 252 / 0.3);
}

.before\:bg-cyan-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(165 243 252 / 0.4);
}

.before\:bg-cyan-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(165 243 252 / 0.05);
}

.before\:bg-cyan-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(165 243 252 / 0.5);
}

.before\:bg-cyan-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(165 243 252 / 0.6);
}

.before\:bg-cyan-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(165 243 252 / 0.7);
}

.before\:bg-cyan-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(165 243 252 / 0.75);
}

.before\:bg-cyan-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(165 243 252 / 0.8);
}

.before\:bg-cyan-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(165 243 252 / 0.9);
}

.before\:bg-cyan-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(165 243 252 / 0.95);
}

.before\:bg-cyan-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}

.before\:bg-cyan-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(103 232 249 / 0);
}

.before\:bg-cyan-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(103 232 249 / 0.1);
}

.before\:bg-cyan-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(103 232 249 / 1);
}

.before\:bg-cyan-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(103 232 249 / 0.2);
}

.before\:bg-cyan-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(103 232 249 / 0.25);
}

.before\:bg-cyan-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(103 232 249 / 0.3);
}

.before\:bg-cyan-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(103 232 249 / 0.4);
}

.before\:bg-cyan-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(103 232 249 / 0.05);
}

.before\:bg-cyan-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(103 232 249 / 0.5);
}

.before\:bg-cyan-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(103 232 249 / 0.6);
}

.before\:bg-cyan-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(103 232 249 / 0.7);
}

.before\:bg-cyan-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(103 232 249 / 0.75);
}

.before\:bg-cyan-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(103 232 249 / 0.8);
}

.before\:bg-cyan-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(103 232 249 / 0.9);
}

.before\:bg-cyan-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(103 232 249 / 0.95);
}

.before\:bg-cyan-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}

.before\:bg-cyan-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(34 211 238 / 0);
}

.before\:bg-cyan-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(34 211 238 / 0.1);
}

.before\:bg-cyan-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(34 211 238 / 1);
}

.before\:bg-cyan-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(34 211 238 / 0.2);
}

.before\:bg-cyan-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(34 211 238 / 0.25);
}

.before\:bg-cyan-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(34 211 238 / 0.3);
}

.before\:bg-cyan-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(34 211 238 / 0.4);
}

.before\:bg-cyan-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(34 211 238 / 0.05);
}

.before\:bg-cyan-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(34 211 238 / 0.5);
}

.before\:bg-cyan-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(34 211 238 / 0.6);
}

.before\:bg-cyan-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(34 211 238 / 0.7);
}

.before\:bg-cyan-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(34 211 238 / 0.75);
}

.before\:bg-cyan-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(34 211 238 / 0.8);
}

.before\:bg-cyan-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(34 211 238 / 0.9);
}

.before\:bg-cyan-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(34 211 238 / 0.95);
}

.before\:bg-cyan-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}

.before\:bg-cyan-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(236 254 255 / 0);
}

.before\:bg-cyan-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(236 254 255 / 0.1);
}

.before\:bg-cyan-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(236 254 255 / 1);
}

.before\:bg-cyan-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(236 254 255 / 0.2);
}

.before\:bg-cyan-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(236 254 255 / 0.25);
}

.before\:bg-cyan-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(236 254 255 / 0.3);
}

.before\:bg-cyan-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(236 254 255 / 0.4);
}

.before\:bg-cyan-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(236 254 255 / 0.05);
}

.before\:bg-cyan-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(236 254 255 / 0.5);
}

.before\:bg-cyan-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(236 254 255 / 0.6);
}

.before\:bg-cyan-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(236 254 255 / 0.7);
}

.before\:bg-cyan-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(236 254 255 / 0.75);
}

.before\:bg-cyan-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(236 254 255 / 0.8);
}

.before\:bg-cyan-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(236 254 255 / 0.9);
}

.before\:bg-cyan-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(236 254 255 / 0.95);
}

.before\:bg-cyan-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}

.before\:bg-cyan-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(6 182 212 / 0);
}

.before\:bg-cyan-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(6 182 212 / 0.1);
}

.before\:bg-cyan-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(6 182 212 / 1);
}

.before\:bg-cyan-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(6 182 212 / 0.2);
}

.before\:bg-cyan-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(6 182 212 / 0.25);
}

.before\:bg-cyan-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(6 182 212 / 0.3);
}

.before\:bg-cyan-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(6 182 212 / 0.4);
}

.before\:bg-cyan-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(6 182 212 / 0.05);
}

.before\:bg-cyan-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(6 182 212 / 0.5);
}

.before\:bg-cyan-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(6 182 212 / 0.6);
}

.before\:bg-cyan-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(6 182 212 / 0.7);
}

.before\:bg-cyan-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(6 182 212 / 0.75);
}

.before\:bg-cyan-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(6 182 212 / 0.8);
}

.before\:bg-cyan-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(6 182 212 / 0.9);
}

.before\:bg-cyan-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(6 182 212 / 0.95);
}

.before\:bg-cyan-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}

.before\:bg-cyan-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(8 145 178 / 0);
}

.before\:bg-cyan-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(8 145 178 / 0.1);
}

.before\:bg-cyan-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(8 145 178 / 1);
}

.before\:bg-cyan-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(8 145 178 / 0.2);
}

.before\:bg-cyan-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(8 145 178 / 0.25);
}

.before\:bg-cyan-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(8 145 178 / 0.3);
}

.before\:bg-cyan-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(8 145 178 / 0.4);
}

.before\:bg-cyan-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(8 145 178 / 0.05);
}

.before\:bg-cyan-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(8 145 178 / 0.5);
}

.before\:bg-cyan-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(8 145 178 / 0.6);
}

.before\:bg-cyan-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(8 145 178 / 0.7);
}

.before\:bg-cyan-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(8 145 178 / 0.75);
}

.before\:bg-cyan-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(8 145 178 / 0.8);
}

.before\:bg-cyan-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(8 145 178 / 0.9);
}

.before\:bg-cyan-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(8 145 178 / 0.95);
}

.before\:bg-cyan-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}

.before\:bg-cyan-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(14 116 144 / 0);
}

.before\:bg-cyan-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(14 116 144 / 0.1);
}

.before\:bg-cyan-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(14 116 144 / 1);
}

.before\:bg-cyan-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(14 116 144 / 0.2);
}

.before\:bg-cyan-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(14 116 144 / 0.25);
}

.before\:bg-cyan-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(14 116 144 / 0.3);
}

.before\:bg-cyan-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(14 116 144 / 0.4);
}

.before\:bg-cyan-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(14 116 144 / 0.05);
}

.before\:bg-cyan-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(14 116 144 / 0.5);
}

.before\:bg-cyan-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(14 116 144 / 0.6);
}

.before\:bg-cyan-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(14 116 144 / 0.7);
}

.before\:bg-cyan-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(14 116 144 / 0.75);
}

.before\:bg-cyan-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(14 116 144 / 0.8);
}

.before\:bg-cyan-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(14 116 144 / 0.9);
}

.before\:bg-cyan-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(14 116 144 / 0.95);
}

.before\:bg-cyan-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}

.before\:bg-cyan-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(21 94 117 / 0);
}

.before\:bg-cyan-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(21 94 117 / 0.1);
}

.before\:bg-cyan-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(21 94 117 / 1);
}

.before\:bg-cyan-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(21 94 117 / 0.2);
}

.before\:bg-cyan-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(21 94 117 / 0.25);
}

.before\:bg-cyan-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(21 94 117 / 0.3);
}

.before\:bg-cyan-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(21 94 117 / 0.4);
}

.before\:bg-cyan-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(21 94 117 / 0.05);
}

.before\:bg-cyan-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(21 94 117 / 0.5);
}

.before\:bg-cyan-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(21 94 117 / 0.6);
}

.before\:bg-cyan-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(21 94 117 / 0.7);
}

.before\:bg-cyan-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(21 94 117 / 0.75);
}

.before\:bg-cyan-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(21 94 117 / 0.8);
}

.before\:bg-cyan-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(21 94 117 / 0.9);
}

.before\:bg-cyan-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(21 94 117 / 0.95);
}

.before\:bg-cyan-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}

.before\:bg-cyan-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(22 78 99 / 0);
}

.before\:bg-cyan-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(22 78 99 / 0.1);
}

.before\:bg-cyan-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(22 78 99 / 1);
}

.before\:bg-cyan-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(22 78 99 / 0.2);
}

.before\:bg-cyan-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(22 78 99 / 0.25);
}

.before\:bg-cyan-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(22 78 99 / 0.3);
}

.before\:bg-cyan-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(22 78 99 / 0.4);
}

.before\:bg-cyan-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(22 78 99 / 0.05);
}

.before\:bg-cyan-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(22 78 99 / 0.5);
}

.before\:bg-cyan-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(22 78 99 / 0.6);
}

.before\:bg-cyan-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(22 78 99 / 0.7);
}

.before\:bg-cyan-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(22 78 99 / 0.75);
}

.before\:bg-cyan-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(22 78 99 / 0.8);
}

.before\:bg-cyan-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(22 78 99 / 0.9);
}

.before\:bg-cyan-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(22 78 99 / 0.95);
}

.before\:bg-emerald-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

.before\:bg-emerald-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0);
}

.before\:bg-emerald-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.1);
}

.before\:bg-emerald-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 1);
}

.before\:bg-emerald-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.2);
}

.before\:bg-emerald-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.25);
}

.before\:bg-emerald-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.3);
}

.before\:bg-emerald-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.4);
}

.before\:bg-emerald-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.05);
}

.before\:bg-emerald-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.5);
}

.before\:bg-emerald-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.6);
}

.before\:bg-emerald-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.7);
}

.before\:bg-emerald-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.75);
}

.before\:bg-emerald-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.8);
}

.before\:bg-emerald-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.9);
}

.before\:bg-emerald-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.95);
}

.before\:bg-emerald-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}

.before\:bg-emerald-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0);
}

.before\:bg-emerald-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.1);
}

.before\:bg-emerald-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 1);
}

.before\:bg-emerald-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.2);
}

.before\:bg-emerald-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.25);
}

.before\:bg-emerald-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.3);
}

.before\:bg-emerald-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.4);
}

.before\:bg-emerald-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.05);
}

.before\:bg-emerald-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.5);
}

.before\:bg-emerald-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.6);
}

.before\:bg-emerald-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.7);
}

.before\:bg-emerald-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.75);
}

.before\:bg-emerald-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.8);
}

.before\:bg-emerald-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.9);
}

.before\:bg-emerald-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.95);
}

.before\:bg-emerald-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}

.before\:bg-emerald-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0);
}

.before\:bg-emerald-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.1);
}

.before\:bg-emerald-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 1);
}

.before\:bg-emerald-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.2);
}

.before\:bg-emerald-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.25);
}

.before\:bg-emerald-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.3);
}

.before\:bg-emerald-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.4);
}

.before\:bg-emerald-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.05);
}

.before\:bg-emerald-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.5);
}

.before\:bg-emerald-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.6);
}

.before\:bg-emerald-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.7);
}

.before\:bg-emerald-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.75);
}

.before\:bg-emerald-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.8);
}

.before\:bg-emerald-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.9);
}

.before\:bg-emerald-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.95);
}

.before\:bg-emerald-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}

.before\:bg-emerald-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0);
}

.before\:bg-emerald-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.1);
}

.before\:bg-emerald-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 1);
}

.before\:bg-emerald-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.2);
}

.before\:bg-emerald-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.25);
}

.before\:bg-emerald-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.3);
}

.before\:bg-emerald-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.4);
}

.before\:bg-emerald-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.05);
}

.before\:bg-emerald-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.5);
}

.before\:bg-emerald-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.6);
}

.before\:bg-emerald-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.7);
}

.before\:bg-emerald-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.75);
}

.before\:bg-emerald-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.8);
}

.before\:bg-emerald-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.9);
}

.before\:bg-emerald-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.95);
}

.before\:bg-emerald-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.before\:bg-emerald-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0);
}

.before\:bg-emerald-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.1);
}

.before\:bg-emerald-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 1);
}

.before\:bg-emerald-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.2);
}

.before\:bg-emerald-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.25);
}

.before\:bg-emerald-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.3);
}

.before\:bg-emerald-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.4);
}

.before\:bg-emerald-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.05);
}

.before\:bg-emerald-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.5);
}

.before\:bg-emerald-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.6);
}

.before\:bg-emerald-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.7);
}

.before\:bg-emerald-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.75);
}

.before\:bg-emerald-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.8);
}

.before\:bg-emerald-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.9);
}

.before\:bg-emerald-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.95);
}

.before\:bg-emerald-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.before\:bg-emerald-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0);
}

.before\:bg-emerald-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.1);
}

.before\:bg-emerald-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 1);
}

.before\:bg-emerald-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.2);
}

.before\:bg-emerald-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.25);
}

.before\:bg-emerald-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.3);
}

.before\:bg-emerald-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.4);
}

.before\:bg-emerald-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.05);
}

.before\:bg-emerald-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.5);
}

.before\:bg-emerald-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.6);
}

.before\:bg-emerald-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.7);
}

.before\:bg-emerald-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.75);
}

.before\:bg-emerald-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.8);
}

.before\:bg-emerald-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.9);
}

.before\:bg-emerald-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.95);
}

.before\:bg-emerald-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.before\:bg-emerald-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0);
}

.before\:bg-emerald-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.1);
}

.before\:bg-emerald-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 1);
}

.before\:bg-emerald-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.2);
}

.before\:bg-emerald-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.25);
}

.before\:bg-emerald-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.3);
}

.before\:bg-emerald-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.4);
}

.before\:bg-emerald-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.05);
}

.before\:bg-emerald-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.5);
}

.before\:bg-emerald-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.6);
}

.before\:bg-emerald-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.7);
}

.before\:bg-emerald-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.75);
}

.before\:bg-emerald-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.8);
}

.before\:bg-emerald-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.9);
}

.before\:bg-emerald-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.95);
}

.before\:bg-emerald-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

.before\:bg-emerald-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0);
}

.before\:bg-emerald-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.1);
}

.before\:bg-emerald-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 1);
}

.before\:bg-emerald-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.2);
}

.before\:bg-emerald-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.25);
}

.before\:bg-emerald-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.3);
}

.before\:bg-emerald-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.4);
}

.before\:bg-emerald-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.05);
}

.before\:bg-emerald-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.5);
}

.before\:bg-emerald-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.6);
}

.before\:bg-emerald-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.7);
}

.before\:bg-emerald-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.75);
}

.before\:bg-emerald-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.8);
}

.before\:bg-emerald-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.9);
}

.before\:bg-emerald-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.95);
}

.before\:bg-emerald-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}

.before\:bg-emerald-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0);
}

.before\:bg-emerald-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.1);
}

.before\:bg-emerald-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 1);
}

.before\:bg-emerald-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.2);
}

.before\:bg-emerald-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.25);
}

.before\:bg-emerald-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.3);
}

.before\:bg-emerald-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.4);
}

.before\:bg-emerald-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.05);
}

.before\:bg-emerald-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.5);
}

.before\:bg-emerald-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.6);
}

.before\:bg-emerald-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.7);
}

.before\:bg-emerald-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.75);
}

.before\:bg-emerald-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.8);
}

.before\:bg-emerald-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.9);
}

.before\:bg-emerald-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.95);
}

.before\:bg-emerald-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}

.before\:bg-emerald-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0);
}

.before\:bg-emerald-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.1);
}

.before\:bg-emerald-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 1);
}

.before\:bg-emerald-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.2);
}

.before\:bg-emerald-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.25);
}

.before\:bg-emerald-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.3);
}

.before\:bg-emerald-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.4);
}

.before\:bg-emerald-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.05);
}

.before\:bg-emerald-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.5);
}

.before\:bg-emerald-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.6);
}

.before\:bg-emerald-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.7);
}

.before\:bg-emerald-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.75);
}

.before\:bg-emerald-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.8);
}

.before\:bg-emerald-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.9);
}

.before\:bg-emerald-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.95);
}

.before\:bg-fuchsia-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}

.before\:bg-fuchsia-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(250 232 255 / 0);
}

.before\:bg-fuchsia-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(250 232 255 / 0.1);
}

.before\:bg-fuchsia-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(250 232 255 / 1);
}

.before\:bg-fuchsia-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(250 232 255 / 0.2);
}

.before\:bg-fuchsia-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(250 232 255 / 0.25);
}

.before\:bg-fuchsia-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(250 232 255 / 0.3);
}

.before\:bg-fuchsia-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(250 232 255 / 0.4);
}

.before\:bg-fuchsia-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(250 232 255 / 0.05);
}

.before\:bg-fuchsia-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(250 232 255 / 0.5);
}

.before\:bg-fuchsia-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(250 232 255 / 0.6);
}

.before\:bg-fuchsia-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(250 232 255 / 0.7);
}

.before\:bg-fuchsia-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(250 232 255 / 0.75);
}

.before\:bg-fuchsia-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(250 232 255 / 0.8);
}

.before\:bg-fuchsia-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(250 232 255 / 0.9);
}

.before\:bg-fuchsia-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(250 232 255 / 0.95);
}

.before\:bg-fuchsia-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}

.before\:bg-fuchsia-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(245 208 254 / 0);
}

.before\:bg-fuchsia-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(245 208 254 / 0.1);
}

.before\:bg-fuchsia-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(245 208 254 / 1);
}

.before\:bg-fuchsia-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(245 208 254 / 0.2);
}

.before\:bg-fuchsia-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(245 208 254 / 0.25);
}

.before\:bg-fuchsia-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(245 208 254 / 0.3);
}

.before\:bg-fuchsia-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(245 208 254 / 0.4);
}

.before\:bg-fuchsia-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(245 208 254 / 0.05);
}

.before\:bg-fuchsia-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(245 208 254 / 0.5);
}

.before\:bg-fuchsia-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(245 208 254 / 0.6);
}

.before\:bg-fuchsia-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(245 208 254 / 0.7);
}

.before\:bg-fuchsia-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(245 208 254 / 0.75);
}

.before\:bg-fuchsia-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(245 208 254 / 0.8);
}

.before\:bg-fuchsia-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(245 208 254 / 0.9);
}

.before\:bg-fuchsia-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(245 208 254 / 0.95);
}

.before\:bg-fuchsia-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}

.before\:bg-fuchsia-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(240 171 252 / 0);
}

.before\:bg-fuchsia-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(240 171 252 / 0.1);
}

.before\:bg-fuchsia-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(240 171 252 / 1);
}

.before\:bg-fuchsia-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(240 171 252 / 0.2);
}

.before\:bg-fuchsia-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(240 171 252 / 0.25);
}

.before\:bg-fuchsia-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(240 171 252 / 0.3);
}

.before\:bg-fuchsia-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(240 171 252 / 0.4);
}

.before\:bg-fuchsia-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(240 171 252 / 0.05);
}

.before\:bg-fuchsia-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(240 171 252 / 0.5);
}

.before\:bg-fuchsia-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(240 171 252 / 0.6);
}

.before\:bg-fuchsia-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(240 171 252 / 0.7);
}

.before\:bg-fuchsia-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(240 171 252 / 0.75);
}

.before\:bg-fuchsia-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(240 171 252 / 0.8);
}

.before\:bg-fuchsia-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(240 171 252 / 0.9);
}

.before\:bg-fuchsia-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(240 171 252 / 0.95);
}

.before\:bg-fuchsia-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}

.before\:bg-fuchsia-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(232 121 249 / 0);
}

.before\:bg-fuchsia-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(232 121 249 / 0.1);
}

.before\:bg-fuchsia-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(232 121 249 / 1);
}

.before\:bg-fuchsia-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(232 121 249 / 0.2);
}

.before\:bg-fuchsia-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(232 121 249 / 0.25);
}

.before\:bg-fuchsia-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(232 121 249 / 0.3);
}

.before\:bg-fuchsia-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(232 121 249 / 0.4);
}

.before\:bg-fuchsia-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(232 121 249 / 0.05);
}

.before\:bg-fuchsia-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(232 121 249 / 0.5);
}

.before\:bg-fuchsia-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(232 121 249 / 0.6);
}

.before\:bg-fuchsia-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(232 121 249 / 0.7);
}

.before\:bg-fuchsia-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(232 121 249 / 0.75);
}

.before\:bg-fuchsia-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(232 121 249 / 0.8);
}

.before\:bg-fuchsia-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(232 121 249 / 0.9);
}

.before\:bg-fuchsia-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(232 121 249 / 0.95);
}

.before\:bg-fuchsia-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}

.before\:bg-fuchsia-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(253 244 255 / 0);
}

.before\:bg-fuchsia-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(253 244 255 / 0.1);
}

.before\:bg-fuchsia-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(253 244 255 / 1);
}

.before\:bg-fuchsia-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(253 244 255 / 0.2);
}

.before\:bg-fuchsia-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(253 244 255 / 0.25);
}

.before\:bg-fuchsia-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(253 244 255 / 0.3);
}

.before\:bg-fuchsia-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(253 244 255 / 0.4);
}

.before\:bg-fuchsia-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(253 244 255 / 0.05);
}

.before\:bg-fuchsia-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(253 244 255 / 0.5);
}

.before\:bg-fuchsia-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(253 244 255 / 0.6);
}

.before\:bg-fuchsia-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(253 244 255 / 0.7);
}

.before\:bg-fuchsia-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(253 244 255 / 0.75);
}

.before\:bg-fuchsia-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(253 244 255 / 0.8);
}

.before\:bg-fuchsia-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(253 244 255 / 0.9);
}

.before\:bg-fuchsia-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(253 244 255 / 0.95);
}

.before\:bg-fuchsia-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}

.before\:bg-fuchsia-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(217 70 239 / 0);
}

.before\:bg-fuchsia-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(217 70 239 / 0.1);
}

.before\:bg-fuchsia-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(217 70 239 / 1);
}

.before\:bg-fuchsia-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(217 70 239 / 0.2);
}

.before\:bg-fuchsia-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(217 70 239 / 0.25);
}

.before\:bg-fuchsia-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(217 70 239 / 0.3);
}

.before\:bg-fuchsia-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(217 70 239 / 0.4);
}

.before\:bg-fuchsia-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(217 70 239 / 0.05);
}

.before\:bg-fuchsia-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(217 70 239 / 0.5);
}

.before\:bg-fuchsia-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(217 70 239 / 0.6);
}

.before\:bg-fuchsia-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(217 70 239 / 0.7);
}

.before\:bg-fuchsia-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(217 70 239 / 0.75);
}

.before\:bg-fuchsia-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(217 70 239 / 0.8);
}

.before\:bg-fuchsia-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(217 70 239 / 0.9);
}

.before\:bg-fuchsia-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(217 70 239 / 0.95);
}

.before\:bg-fuchsia-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}

.before\:bg-fuchsia-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(192 38 211 / 0);
}

.before\:bg-fuchsia-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(192 38 211 / 0.1);
}

.before\:bg-fuchsia-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(192 38 211 / 1);
}

.before\:bg-fuchsia-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(192 38 211 / 0.2);
}

.before\:bg-fuchsia-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(192 38 211 / 0.25);
}

.before\:bg-fuchsia-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(192 38 211 / 0.3);
}

.before\:bg-fuchsia-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(192 38 211 / 0.4);
}

.before\:bg-fuchsia-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(192 38 211 / 0.05);
}

.before\:bg-fuchsia-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(192 38 211 / 0.5);
}

.before\:bg-fuchsia-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(192 38 211 / 0.6);
}

.before\:bg-fuchsia-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(192 38 211 / 0.7);
}

.before\:bg-fuchsia-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(192 38 211 / 0.75);
}

.before\:bg-fuchsia-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(192 38 211 / 0.8);
}

.before\:bg-fuchsia-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(192 38 211 / 0.9);
}

.before\:bg-fuchsia-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(192 38 211 / 0.95);
}

.before\:bg-fuchsia-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}

.before\:bg-fuchsia-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(162 28 175 / 0);
}

.before\:bg-fuchsia-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(162 28 175 / 0.1);
}

.before\:bg-fuchsia-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(162 28 175 / 1);
}

.before\:bg-fuchsia-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(162 28 175 / 0.2);
}

.before\:bg-fuchsia-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(162 28 175 / 0.25);
}

.before\:bg-fuchsia-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(162 28 175 / 0.3);
}

.before\:bg-fuchsia-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(162 28 175 / 0.4);
}

.before\:bg-fuchsia-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(162 28 175 / 0.05);
}

.before\:bg-fuchsia-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(162 28 175 / 0.5);
}

.before\:bg-fuchsia-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(162 28 175 / 0.6);
}

.before\:bg-fuchsia-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(162 28 175 / 0.7);
}

.before\:bg-fuchsia-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(162 28 175 / 0.75);
}

.before\:bg-fuchsia-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(162 28 175 / 0.8);
}

.before\:bg-fuchsia-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(162 28 175 / 0.9);
}

.before\:bg-fuchsia-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(162 28 175 / 0.95);
}

.before\:bg-fuchsia-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}

.before\:bg-fuchsia-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(134 25 143 / 0);
}

.before\:bg-fuchsia-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(134 25 143 / 0.1);
}

.before\:bg-fuchsia-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(134 25 143 / 1);
}

.before\:bg-fuchsia-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(134 25 143 / 0.2);
}

.before\:bg-fuchsia-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(134 25 143 / 0.25);
}

.before\:bg-fuchsia-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(134 25 143 / 0.3);
}

.before\:bg-fuchsia-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(134 25 143 / 0.4);
}

.before\:bg-fuchsia-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(134 25 143 / 0.05);
}

.before\:bg-fuchsia-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(134 25 143 / 0.5);
}

.before\:bg-fuchsia-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(134 25 143 / 0.6);
}

.before\:bg-fuchsia-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(134 25 143 / 0.7);
}

.before\:bg-fuchsia-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(134 25 143 / 0.75);
}

.before\:bg-fuchsia-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(134 25 143 / 0.8);
}

.before\:bg-fuchsia-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(134 25 143 / 0.9);
}

.before\:bg-fuchsia-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(134 25 143 / 0.95);
}

.before\:bg-fuchsia-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}

.before\:bg-fuchsia-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(112 26 117 / 0);
}

.before\:bg-fuchsia-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(112 26 117 / 0.1);
}

.before\:bg-fuchsia-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(112 26 117 / 1);
}

.before\:bg-fuchsia-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(112 26 117 / 0.2);
}

.before\:bg-fuchsia-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(112 26 117 / 0.25);
}

.before\:bg-fuchsia-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(112 26 117 / 0.3);
}

.before\:bg-fuchsia-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(112 26 117 / 0.4);
}

.before\:bg-fuchsia-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(112 26 117 / 0.05);
}

.before\:bg-fuchsia-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(112 26 117 / 0.5);
}

.before\:bg-fuchsia-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(112 26 117 / 0.6);
}

.before\:bg-fuchsia-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(112 26 117 / 0.7);
}

.before\:bg-fuchsia-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(112 26 117 / 0.75);
}

.before\:bg-fuchsia-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(112 26 117 / 0.8);
}

.before\:bg-fuchsia-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(112 26 117 / 0.9);
}

.before\:bg-fuchsia-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(112 26 117 / 0.95);
}

.before\:bg-gray-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.before\:bg-gray-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0);
}

.before\:bg-gray-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.1);
}

.before\:bg-gray-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 1);
}

.before\:bg-gray-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.2);
}

.before\:bg-gray-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.25);
}

.before\:bg-gray-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.3);
}

.before\:bg-gray-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.4);
}

.before\:bg-gray-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.05);
}

.before\:bg-gray-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.5);
}

.before\:bg-gray-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.6);
}

.before\:bg-gray-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.7);
}

.before\:bg-gray-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.75);
}

.before\:bg-gray-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.8);
}

.before\:bg-gray-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.9);
}

.before\:bg-gray-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.95);
}

.before\:bg-gray-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.before\:bg-gray-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0);
}

.before\:bg-gray-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.1);
}

.before\:bg-gray-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 1);
}

.before\:bg-gray-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.2);
}

.before\:bg-gray-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.25);
}

.before\:bg-gray-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.3);
}

.before\:bg-gray-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.4);
}

.before\:bg-gray-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.05);
}

.before\:bg-gray-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.5);
}

.before\:bg-gray-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.6);
}

.before\:bg-gray-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.7);
}

.before\:bg-gray-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.75);
}

.before\:bg-gray-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.8);
}

.before\:bg-gray-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.9);
}

.before\:bg-gray-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.95);
}

.before\:bg-gray-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.before\:bg-gray-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0);
}

.before\:bg-gray-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.1);
}

.before\:bg-gray-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 1);
}

.before\:bg-gray-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.2);
}

.before\:bg-gray-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.25);
}

.before\:bg-gray-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.3);
}

.before\:bg-gray-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.4);
}

.before\:bg-gray-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.05);
}

.before\:bg-gray-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.5);
}

.before\:bg-gray-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.6);
}

.before\:bg-gray-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.7);
}

.before\:bg-gray-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.75);
}

.before\:bg-gray-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.8);
}

.before\:bg-gray-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.9);
}

.before\:bg-gray-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.95);
}

.before\:bg-gray-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}

.before\:bg-gray-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0);
}

.before\:bg-gray-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.1);
}

.before\:bg-gray-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 1);
}

.before\:bg-gray-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.2);
}

.before\:bg-gray-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.25);
}

.before\:bg-gray-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.3);
}

.before\:bg-gray-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.4);
}

.before\:bg-gray-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.05);
}

.before\:bg-gray-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.5);
}

.before\:bg-gray-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.6);
}

.before\:bg-gray-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.7);
}

.before\:bg-gray-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.75);
}

.before\:bg-gray-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.8);
}

.before\:bg-gray-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.9);
}

.before\:bg-gray-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.95);
}

.before\:bg-gray-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.before\:bg-gray-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0);
}

.before\:bg-gray-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.1);
}

.before\:bg-gray-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 1);
}

.before\:bg-gray-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.2);
}

.before\:bg-gray-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.25);
}

.before\:bg-gray-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.3);
}

.before\:bg-gray-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.4);
}

.before\:bg-gray-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.05);
}

.before\:bg-gray-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.5);
}

.before\:bg-gray-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.6);
}

.before\:bg-gray-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.7);
}

.before\:bg-gray-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.75);
}

.before\:bg-gray-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.8);
}

.before\:bg-gray-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.9);
}

.before\:bg-gray-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.95);
}

.before\:bg-gray-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.before\:bg-gray-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0);
}

.before\:bg-gray-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.1);
}

.before\:bg-gray-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 1);
}

.before\:bg-gray-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.2);
}

.before\:bg-gray-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.25);
}

.before\:bg-gray-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.3);
}

.before\:bg-gray-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.4);
}

.before\:bg-gray-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.05);
}

.before\:bg-gray-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.5);
}

.before\:bg-gray-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.6);
}

.before\:bg-gray-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.7);
}

.before\:bg-gray-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.75);
}

.before\:bg-gray-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.8);
}

.before\:bg-gray-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.9);
}

.before\:bg-gray-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.95);
}

.before\:bg-gray-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.before\:bg-gray-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0);
}

.before\:bg-gray-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.1);
}

.before\:bg-gray-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 1);
}

.before\:bg-gray-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.2);
}

.before\:bg-gray-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.25);
}

.before\:bg-gray-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.3);
}

.before\:bg-gray-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.4);
}

.before\:bg-gray-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.05);
}

.before\:bg-gray-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.5);
}

.before\:bg-gray-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.6);
}

.before\:bg-gray-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.7);
}

.before\:bg-gray-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.75);
}

.before\:bg-gray-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.8);
}

.before\:bg-gray-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.9);
}

.before\:bg-gray-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.95);
}

.before\:bg-gray-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.before\:bg-gray-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0);
}

.before\:bg-gray-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.1);
}

.before\:bg-gray-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 1);
}

.before\:bg-gray-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.2);
}

.before\:bg-gray-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.25);
}

.before\:bg-gray-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.3);
}

.before\:bg-gray-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.4);
}

.before\:bg-gray-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.05);
}

.before\:bg-gray-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.5);
}

.before\:bg-gray-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.6);
}

.before\:bg-gray-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.7);
}

.before\:bg-gray-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.75);
}

.before\:bg-gray-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.8);
}

.before\:bg-gray-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.9);
}

.before\:bg-gray-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.95);
}

.before\:bg-gray-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.before\:bg-gray-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0);
}

.before\:bg-gray-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.1);
}

.before\:bg-gray-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 1);
}

.before\:bg-gray-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.2);
}

.before\:bg-gray-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.25);
}

.before\:bg-gray-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.3);
}

.before\:bg-gray-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.4);
}

.before\:bg-gray-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.05);
}

.before\:bg-gray-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.5);
}

.before\:bg-gray-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.6);
}

.before\:bg-gray-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.7);
}

.before\:bg-gray-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.75);
}

.before\:bg-gray-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.8);
}

.before\:bg-gray-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.9);
}

.before\:bg-gray-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.95);
}

.before\:bg-gray-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.before\:bg-gray-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0);
}

.before\:bg-gray-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.1);
}

.before\:bg-gray-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 1);
}

.before\:bg-gray-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.2);
}

.before\:bg-gray-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.25);
}

.before\:bg-gray-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.3);
}

.before\:bg-gray-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.4);
}

.before\:bg-gray-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.05);
}

.before\:bg-gray-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.5);
}

.before\:bg-gray-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.6);
}

.before\:bg-gray-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.7);
}

.before\:bg-gray-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.75);
}

.before\:bg-gray-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.8);
}

.before\:bg-gray-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.9);
}

.before\:bg-gray-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.95);
}

.before\:bg-green-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

.before\:bg-green-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0);
}

.before\:bg-green-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.1);
}

.before\:bg-green-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 1);
}

.before\:bg-green-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.2);
}

.before\:bg-green-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.25);
}

.before\:bg-green-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.3);
}

.before\:bg-green-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.4);
}

.before\:bg-green-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.05);
}

.before\:bg-green-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.5);
}

.before\:bg-green-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.6);
}

.before\:bg-green-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.7);
}

.before\:bg-green-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.75);
}

.before\:bg-green-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.8);
}

.before\:bg-green-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.9);
}

.before\:bg-green-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(209 250 229 / 0.95);
}

.before\:bg-green-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}

.before\:bg-green-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0);
}

.before\:bg-green-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.1);
}

.before\:bg-green-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 1);
}

.before\:bg-green-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.2);
}

.before\:bg-green-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.25);
}

.before\:bg-green-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.3);
}

.before\:bg-green-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.4);
}

.before\:bg-green-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.05);
}

.before\:bg-green-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.5);
}

.before\:bg-green-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.6);
}

.before\:bg-green-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.7);
}

.before\:bg-green-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.75);
}

.before\:bg-green-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.8);
}

.before\:bg-green-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.9);
}

.before\:bg-green-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(167 243 208 / 0.95);
}

.before\:bg-green-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}

.before\:bg-green-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0);
}

.before\:bg-green-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.1);
}

.before\:bg-green-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 1);
}

.before\:bg-green-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.2);
}

.before\:bg-green-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.25);
}

.before\:bg-green-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.3);
}

.before\:bg-green-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.4);
}

.before\:bg-green-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.05);
}

.before\:bg-green-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.5);
}

.before\:bg-green-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.6);
}

.before\:bg-green-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.7);
}

.before\:bg-green-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.75);
}

.before\:bg-green-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.8);
}

.before\:bg-green-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.9);
}

.before\:bg-green-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(110 231 183 / 0.95);
}

.before\:bg-green-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}

.before\:bg-green-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0);
}

.before\:bg-green-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.1);
}

.before\:bg-green-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 1);
}

.before\:bg-green-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.2);
}

.before\:bg-green-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.25);
}

.before\:bg-green-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.3);
}

.before\:bg-green-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.4);
}

.before\:bg-green-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.05);
}

.before\:bg-green-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.5);
}

.before\:bg-green-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.6);
}

.before\:bg-green-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.7);
}

.before\:bg-green-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.75);
}

.before\:bg-green-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.8);
}

.before\:bg-green-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.9);
}

.before\:bg-green-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(52 211 153 / 0.95);
}

.before\:bg-green-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.before\:bg-green-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0);
}

.before\:bg-green-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.1);
}

.before\:bg-green-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 1);
}

.before\:bg-green-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.2);
}

.before\:bg-green-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.25);
}

.before\:bg-green-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.3);
}

.before\:bg-green-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.4);
}

.before\:bg-green-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.05);
}

.before\:bg-green-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.5);
}

.before\:bg-green-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.6);
}

.before\:bg-green-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.7);
}

.before\:bg-green-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.75);
}

.before\:bg-green-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.8);
}

.before\:bg-green-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.9);
}

.before\:bg-green-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(236 253 245 / 0.95);
}

.before\:bg-green-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.before\:bg-green-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0);
}

.before\:bg-green-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.1);
}

.before\:bg-green-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 1);
}

.before\:bg-green-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.2);
}

.before\:bg-green-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.25);
}

.before\:bg-green-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.3);
}

.before\:bg-green-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.4);
}

.before\:bg-green-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.05);
}

.before\:bg-green-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.5);
}

.before\:bg-green-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.6);
}

.before\:bg-green-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.7);
}

.before\:bg-green-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.75);
}

.before\:bg-green-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.8);
}

.before\:bg-green-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.9);
}

.before\:bg-green-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(16 185 129 / 0.95);
}

.before\:bg-green-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.before\:bg-green-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0);
}

.before\:bg-green-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.1);
}

.before\:bg-green-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 1);
}

.before\:bg-green-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.2);
}

.before\:bg-green-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.25);
}

.before\:bg-green-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.3);
}

.before\:bg-green-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.4);
}

.before\:bg-green-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.05);
}

.before\:bg-green-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.5);
}

.before\:bg-green-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.6);
}

.before\:bg-green-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.7);
}

.before\:bg-green-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.75);
}

.before\:bg-green-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.8);
}

.before\:bg-green-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.9);
}

.before\:bg-green-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(5 150 105 / 0.95);
}

.before\:bg-green-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

.before\:bg-green-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0);
}

.before\:bg-green-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.1);
}

.before\:bg-green-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 1);
}

.before\:bg-green-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.2);
}

.before\:bg-green-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.25);
}

.before\:bg-green-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.3);
}

.before\:bg-green-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.4);
}

.before\:bg-green-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.05);
}

.before\:bg-green-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.5);
}

.before\:bg-green-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.6);
}

.before\:bg-green-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.7);
}

.before\:bg-green-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.75);
}

.before\:bg-green-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.8);
}

.before\:bg-green-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.9);
}

.before\:bg-green-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(4 120 87 / 0.95);
}

.before\:bg-green-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}

.before\:bg-green-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0);
}

.before\:bg-green-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.1);
}

.before\:bg-green-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 1);
}

.before\:bg-green-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.2);
}

.before\:bg-green-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.25);
}

.before\:bg-green-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.3);
}

.before\:bg-green-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.4);
}

.before\:bg-green-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.05);
}

.before\:bg-green-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.5);
}

.before\:bg-green-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.6);
}

.before\:bg-green-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.7);
}

.before\:bg-green-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.75);
}

.before\:bg-green-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.8);
}

.before\:bg-green-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.9);
}

.before\:bg-green-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(6 95 70 / 0.95);
}

.before\:bg-green-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}

.before\:bg-green-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0);
}

.before\:bg-green-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.1);
}

.before\:bg-green-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 1);
}

.before\:bg-green-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.2);
}

.before\:bg-green-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.25);
}

.before\:bg-green-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.3);
}

.before\:bg-green-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.4);
}

.before\:bg-green-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.05);
}

.before\:bg-green-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.5);
}

.before\:bg-green-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.6);
}

.before\:bg-green-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.7);
}

.before\:bg-green-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.75);
}

.before\:bg-green-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.8);
}

.before\:bg-green-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.9);
}

.before\:bg-green-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(6 78 59 / 0.95);
}

.before\:bg-indigo-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.before\:bg-indigo-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(224 231 255 / 0);
}

.before\:bg-indigo-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(224 231 255 / 0.1);
}

.before\:bg-indigo-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(224 231 255 / 1);
}

.before\:bg-indigo-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(224 231 255 / 0.2);
}

.before\:bg-indigo-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(224 231 255 / 0.25);
}

.before\:bg-indigo-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(224 231 255 / 0.3);
}

.before\:bg-indigo-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(224 231 255 / 0.4);
}

.before\:bg-indigo-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(224 231 255 / 0.05);
}

.before\:bg-indigo-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(224 231 255 / 0.5);
}

.before\:bg-indigo-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(224 231 255 / 0.6);
}

.before\:bg-indigo-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(224 231 255 / 0.7);
}

.before\:bg-indigo-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(224 231 255 / 0.75);
}

.before\:bg-indigo-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(224 231 255 / 0.8);
}

.before\:bg-indigo-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(224 231 255 / 0.9);
}

.before\:bg-indigo-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(224 231 255 / 0.95);
}

.before\:bg-indigo-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}

.before\:bg-indigo-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(199 210 254 / 0);
}

.before\:bg-indigo-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(199 210 254 / 0.1);
}

.before\:bg-indigo-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(199 210 254 / 1);
}

.before\:bg-indigo-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(199 210 254 / 0.2);
}

.before\:bg-indigo-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(199 210 254 / 0.25);
}

.before\:bg-indigo-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(199 210 254 / 0.3);
}

.before\:bg-indigo-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(199 210 254 / 0.4);
}

.before\:bg-indigo-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(199 210 254 / 0.05);
}

.before\:bg-indigo-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(199 210 254 / 0.5);
}

.before\:bg-indigo-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(199 210 254 / 0.6);
}

.before\:bg-indigo-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(199 210 254 / 0.7);
}

.before\:bg-indigo-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(199 210 254 / 0.75);
}

.before\:bg-indigo-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(199 210 254 / 0.8);
}

.before\:bg-indigo-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(199 210 254 / 0.9);
}

.before\:bg-indigo-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(199 210 254 / 0.95);
}

.before\:bg-indigo-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.before\:bg-indigo-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(165 180 252 / 0);
}

.before\:bg-indigo-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(165 180 252 / 0.1);
}

.before\:bg-indigo-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(165 180 252 / 1);
}

.before\:bg-indigo-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(165 180 252 / 0.2);
}

.before\:bg-indigo-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(165 180 252 / 0.25);
}

.before\:bg-indigo-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(165 180 252 / 0.3);
}

.before\:bg-indigo-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(165 180 252 / 0.4);
}

.before\:bg-indigo-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(165 180 252 / 0.05);
}

.before\:bg-indigo-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(165 180 252 / 0.5);
}

.before\:bg-indigo-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(165 180 252 / 0.6);
}

.before\:bg-indigo-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(165 180 252 / 0.7);
}

.before\:bg-indigo-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(165 180 252 / 0.75);
}

.before\:bg-indigo-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(165 180 252 / 0.8);
}

.before\:bg-indigo-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(165 180 252 / 0.9);
}

.before\:bg-indigo-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(165 180 252 / 0.95);
}

.before\:bg-indigo-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

.before\:bg-indigo-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(129 140 248 / 0);
}

.before\:bg-indigo-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(129 140 248 / 0.1);
}

.before\:bg-indigo-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(129 140 248 / 1);
}

.before\:bg-indigo-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(129 140 248 / 0.2);
}

.before\:bg-indigo-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(129 140 248 / 0.25);
}

.before\:bg-indigo-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(129 140 248 / 0.3);
}

.before\:bg-indigo-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(129 140 248 / 0.4);
}

.before\:bg-indigo-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(129 140 248 / 0.05);
}

.before\:bg-indigo-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(129 140 248 / 0.5);
}

.before\:bg-indigo-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(129 140 248 / 0.6);
}

.before\:bg-indigo-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(129 140 248 / 0.7);
}

.before\:bg-indigo-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(129 140 248 / 0.75);
}

.before\:bg-indigo-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(129 140 248 / 0.8);
}

.before\:bg-indigo-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(129 140 248 / 0.9);
}

.before\:bg-indigo-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(129 140 248 / 0.95);
}

.before\:bg-indigo-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.before\:bg-indigo-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(238 242 255 / 0);
}

.before\:bg-indigo-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(238 242 255 / 0.1);
}

.before\:bg-indigo-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(238 242 255 / 1);
}

.before\:bg-indigo-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(238 242 255 / 0.2);
}

.before\:bg-indigo-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(238 242 255 / 0.25);
}

.before\:bg-indigo-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(238 242 255 / 0.3);
}

.before\:bg-indigo-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(238 242 255 / 0.4);
}

.before\:bg-indigo-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(238 242 255 / 0.05);
}

.before\:bg-indigo-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(238 242 255 / 0.5);
}

.before\:bg-indigo-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(238 242 255 / 0.6);
}

.before\:bg-indigo-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(238 242 255 / 0.7);
}

.before\:bg-indigo-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(238 242 255 / 0.75);
}

.before\:bg-indigo-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(238 242 255 / 0.8);
}

.before\:bg-indigo-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(238 242 255 / 0.9);
}

.before\:bg-indigo-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(238 242 255 / 0.95);
}

.before\:bg-indigo-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.before\:bg-indigo-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(99 102 241 / 0);
}

.before\:bg-indigo-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(99 102 241 / 0.1);
}

.before\:bg-indigo-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(99 102 241 / 1);
}

.before\:bg-indigo-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(99 102 241 / 0.2);
}

.before\:bg-indigo-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(99 102 241 / 0.25);
}

.before\:bg-indigo-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(99 102 241 / 0.3);
}

.before\:bg-indigo-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(99 102 241 / 0.4);
}

.before\:bg-indigo-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(99 102 241 / 0.05);
}

.before\:bg-indigo-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(99 102 241 / 0.5);
}

.before\:bg-indigo-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(99 102 241 / 0.6);
}

.before\:bg-indigo-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(99 102 241 / 0.7);
}

.before\:bg-indigo-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(99 102 241 / 0.75);
}

.before\:bg-indigo-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(99 102 241 / 0.8);
}

.before\:bg-indigo-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(99 102 241 / 0.9);
}

.before\:bg-indigo-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(99 102 241 / 0.95);
}

.before\:bg-indigo-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.before\:bg-indigo-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(79 70 229 / 0);
}

.before\:bg-indigo-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(79 70 229 / 0.1);
}

.before\:bg-indigo-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(79 70 229 / 1);
}

.before\:bg-indigo-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(79 70 229 / 0.2);
}

.before\:bg-indigo-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(79 70 229 / 0.25);
}

.before\:bg-indigo-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(79 70 229 / 0.3);
}

.before\:bg-indigo-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(79 70 229 / 0.4);
}

.before\:bg-indigo-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(79 70 229 / 0.05);
}

.before\:bg-indigo-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(79 70 229 / 0.5);
}

.before\:bg-indigo-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(79 70 229 / 0.6);
}

.before\:bg-indigo-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(79 70 229 / 0.7);
}

.before\:bg-indigo-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(79 70 229 / 0.75);
}

.before\:bg-indigo-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(79 70 229 / 0.8);
}

.before\:bg-indigo-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(79 70 229 / 0.9);
}

.before\:bg-indigo-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(79 70 229 / 0.95);
}

.before\:bg-indigo-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.before\:bg-indigo-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(67 56 202 / 0);
}

.before\:bg-indigo-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(67 56 202 / 0.1);
}

.before\:bg-indigo-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(67 56 202 / 1);
}

.before\:bg-indigo-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(67 56 202 / 0.2);
}

.before\:bg-indigo-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(67 56 202 / 0.25);
}

.before\:bg-indigo-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(67 56 202 / 0.3);
}

.before\:bg-indigo-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(67 56 202 / 0.4);
}

.before\:bg-indigo-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(67 56 202 / 0.05);
}

.before\:bg-indigo-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(67 56 202 / 0.5);
}

.before\:bg-indigo-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(67 56 202 / 0.6);
}

.before\:bg-indigo-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(67 56 202 / 0.7);
}

.before\:bg-indigo-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(67 56 202 / 0.75);
}

.before\:bg-indigo-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(67 56 202 / 0.8);
}

.before\:bg-indigo-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(67 56 202 / 0.9);
}

.before\:bg-indigo-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(67 56 202 / 0.95);
}

.before\:bg-indigo-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}

.before\:bg-indigo-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(55 48 163 / 0);
}

.before\:bg-indigo-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(55 48 163 / 0.1);
}

.before\:bg-indigo-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(55 48 163 / 1);
}

.before\:bg-indigo-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(55 48 163 / 0.2);
}

.before\:bg-indigo-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(55 48 163 / 0.25);
}

.before\:bg-indigo-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(55 48 163 / 0.3);
}

.before\:bg-indigo-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(55 48 163 / 0.4);
}

.before\:bg-indigo-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(55 48 163 / 0.05);
}

.before\:bg-indigo-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(55 48 163 / 0.5);
}

.before\:bg-indigo-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(55 48 163 / 0.6);
}

.before\:bg-indigo-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(55 48 163 / 0.7);
}

.before\:bg-indigo-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(55 48 163 / 0.75);
}

.before\:bg-indigo-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(55 48 163 / 0.8);
}

.before\:bg-indigo-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(55 48 163 / 0.9);
}

.before\:bg-indigo-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(55 48 163 / 0.95);
}

.before\:bg-indigo-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}

.before\:bg-indigo-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(49 46 129 / 0);
}

.before\:bg-indigo-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(49 46 129 / 0.1);
}

.before\:bg-indigo-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(49 46 129 / 1);
}

.before\:bg-indigo-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(49 46 129 / 0.2);
}

.before\:bg-indigo-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(49 46 129 / 0.25);
}

.before\:bg-indigo-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(49 46 129 / 0.3);
}

.before\:bg-indigo-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(49 46 129 / 0.4);
}

.before\:bg-indigo-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(49 46 129 / 0.05);
}

.before\:bg-indigo-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(49 46 129 / 0.5);
}

.before\:bg-indigo-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(49 46 129 / 0.6);
}

.before\:bg-indigo-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(49 46 129 / 0.7);
}

.before\:bg-indigo-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(49 46 129 / 0.75);
}

.before\:bg-indigo-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(49 46 129 / 0.8);
}

.before\:bg-indigo-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(49 46 129 / 0.9);
}

.before\:bg-indigo-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(49 46 129 / 0.95);
}

.before\:bg-lime-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

.before\:bg-lime-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(236 252 203 / 0);
}

.before\:bg-lime-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(236 252 203 / 0.1);
}

.before\:bg-lime-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(236 252 203 / 1);
}

.before\:bg-lime-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(236 252 203 / 0.2);
}

.before\:bg-lime-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(236 252 203 / 0.25);
}

.before\:bg-lime-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(236 252 203 / 0.3);
}

.before\:bg-lime-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(236 252 203 / 0.4);
}

.before\:bg-lime-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(236 252 203 / 0.05);
}

.before\:bg-lime-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(236 252 203 / 0.5);
}

.before\:bg-lime-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(236 252 203 / 0.6);
}

.before\:bg-lime-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(236 252 203 / 0.7);
}

.before\:bg-lime-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(236 252 203 / 0.75);
}

.before\:bg-lime-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(236 252 203 / 0.8);
}

.before\:bg-lime-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(236 252 203 / 0.9);
}

.before\:bg-lime-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(236 252 203 / 0.95);
}

.before\:bg-lime-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}

.before\:bg-lime-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(217 249 157 / 0);
}

.before\:bg-lime-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(217 249 157 / 0.1);
}

.before\:bg-lime-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(217 249 157 / 1);
}

.before\:bg-lime-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(217 249 157 / 0.2);
}

.before\:bg-lime-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(217 249 157 / 0.25);
}

.before\:bg-lime-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(217 249 157 / 0.3);
}

.before\:bg-lime-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(217 249 157 / 0.4);
}

.before\:bg-lime-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(217 249 157 / 0.05);
}

.before\:bg-lime-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(217 249 157 / 0.5);
}

.before\:bg-lime-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(217 249 157 / 0.6);
}

.before\:bg-lime-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(217 249 157 / 0.7);
}

.before\:bg-lime-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(217 249 157 / 0.75);
}

.before\:bg-lime-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(217 249 157 / 0.8);
}

.before\:bg-lime-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(217 249 157 / 0.9);
}

.before\:bg-lime-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(217 249 157 / 0.95);
}

.before\:bg-lime-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}

.before\:bg-lime-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(190 242 100 / 0);
}

.before\:bg-lime-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(190 242 100 / 0.1);
}

.before\:bg-lime-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(190 242 100 / 1);
}

.before\:bg-lime-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(190 242 100 / 0.2);
}

.before\:bg-lime-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(190 242 100 / 0.25);
}

.before\:bg-lime-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(190 242 100 / 0.3);
}

.before\:bg-lime-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(190 242 100 / 0.4);
}

.before\:bg-lime-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(190 242 100 / 0.05);
}

.before\:bg-lime-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(190 242 100 / 0.5);
}

.before\:bg-lime-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(190 242 100 / 0.6);
}

.before\:bg-lime-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(190 242 100 / 0.7);
}

.before\:bg-lime-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(190 242 100 / 0.75);
}

.before\:bg-lime-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(190 242 100 / 0.8);
}

.before\:bg-lime-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(190 242 100 / 0.9);
}

.before\:bg-lime-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(190 242 100 / 0.95);
}

.before\:bg-lime-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}

.before\:bg-lime-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(163 230 53 / 0);
}

.before\:bg-lime-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(163 230 53 / 0.1);
}

.before\:bg-lime-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(163 230 53 / 1);
}

.before\:bg-lime-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(163 230 53 / 0.2);
}

.before\:bg-lime-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(163 230 53 / 0.25);
}

.before\:bg-lime-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(163 230 53 / 0.3);
}

.before\:bg-lime-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(163 230 53 / 0.4);
}

.before\:bg-lime-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(163 230 53 / 0.05);
}

.before\:bg-lime-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(163 230 53 / 0.5);
}

.before\:bg-lime-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(163 230 53 / 0.6);
}

.before\:bg-lime-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(163 230 53 / 0.7);
}

.before\:bg-lime-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(163 230 53 / 0.75);
}

.before\:bg-lime-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(163 230 53 / 0.8);
}

.before\:bg-lime-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(163 230 53 / 0.9);
}

.before\:bg-lime-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(163 230 53 / 0.95);
}

.before\:bg-lime-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}

.before\:bg-lime-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(247 254 231 / 0);
}

.before\:bg-lime-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(247 254 231 / 0.1);
}

.before\:bg-lime-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(247 254 231 / 1);
}

.before\:bg-lime-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(247 254 231 / 0.2);
}

.before\:bg-lime-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(247 254 231 / 0.25);
}

.before\:bg-lime-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(247 254 231 / 0.3);
}

.before\:bg-lime-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(247 254 231 / 0.4);
}

.before\:bg-lime-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(247 254 231 / 0.05);
}

.before\:bg-lime-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(247 254 231 / 0.5);
}

.before\:bg-lime-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(247 254 231 / 0.6);
}

.before\:bg-lime-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(247 254 231 / 0.7);
}

.before\:bg-lime-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(247 254 231 / 0.75);
}

.before\:bg-lime-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(247 254 231 / 0.8);
}

.before\:bg-lime-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(247 254 231 / 0.9);
}

.before\:bg-lime-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(247 254 231 / 0.95);
}

.before\:bg-lime-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.before\:bg-lime-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(132 204 22 / 0);
}

.before\:bg-lime-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(132 204 22 / 0.1);
}

.before\:bg-lime-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(132 204 22 / 1);
}

.before\:bg-lime-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(132 204 22 / 0.2);
}

.before\:bg-lime-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(132 204 22 / 0.25);
}

.before\:bg-lime-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(132 204 22 / 0.3);
}

.before\:bg-lime-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(132 204 22 / 0.4);
}

.before\:bg-lime-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(132 204 22 / 0.05);
}

.before\:bg-lime-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(132 204 22 / 0.5);
}

.before\:bg-lime-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(132 204 22 / 0.6);
}

.before\:bg-lime-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(132 204 22 / 0.7);
}

.before\:bg-lime-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(132 204 22 / 0.75);
}

.before\:bg-lime-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(132 204 22 / 0.8);
}

.before\:bg-lime-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(132 204 22 / 0.9);
}

.before\:bg-lime-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(132 204 22 / 0.95);
}

.before\:bg-lime-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}

.before\:bg-lime-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(101 163 13 / 0);
}

.before\:bg-lime-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(101 163 13 / 0.1);
}

.before\:bg-lime-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(101 163 13 / 1);
}

.before\:bg-lime-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(101 163 13 / 0.2);
}

.before\:bg-lime-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(101 163 13 / 0.25);
}

.before\:bg-lime-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(101 163 13 / 0.3);
}

.before\:bg-lime-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(101 163 13 / 0.4);
}

.before\:bg-lime-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(101 163 13 / 0.05);
}

.before\:bg-lime-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(101 163 13 / 0.5);
}

.before\:bg-lime-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(101 163 13 / 0.6);
}

.before\:bg-lime-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(101 163 13 / 0.7);
}

.before\:bg-lime-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(101 163 13 / 0.75);
}

.before\:bg-lime-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(101 163 13 / 0.8);
}

.before\:bg-lime-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(101 163 13 / 0.9);
}

.before\:bg-lime-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(101 163 13 / 0.95);
}

.before\:bg-lime-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}

.before\:bg-lime-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(77 124 15 / 0);
}

.before\:bg-lime-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(77 124 15 / 0.1);
}

.before\:bg-lime-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(77 124 15 / 1);
}

.before\:bg-lime-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(77 124 15 / 0.2);
}

.before\:bg-lime-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(77 124 15 / 0.25);
}

.before\:bg-lime-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(77 124 15 / 0.3);
}

.before\:bg-lime-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(77 124 15 / 0.4);
}

.before\:bg-lime-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(77 124 15 / 0.05);
}

.before\:bg-lime-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(77 124 15 / 0.5);
}

.before\:bg-lime-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(77 124 15 / 0.6);
}

.before\:bg-lime-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(77 124 15 / 0.7);
}

.before\:bg-lime-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(77 124 15 / 0.75);
}

.before\:bg-lime-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(77 124 15 / 0.8);
}

.before\:bg-lime-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(77 124 15 / 0.9);
}

.before\:bg-lime-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(77 124 15 / 0.95);
}

.before\:bg-lime-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}

.before\:bg-lime-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(63 98 18 / 0);
}

.before\:bg-lime-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(63 98 18 / 0.1);
}

.before\:bg-lime-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(63 98 18 / 1);
}

.before\:bg-lime-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(63 98 18 / 0.2);
}

.before\:bg-lime-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(63 98 18 / 0.25);
}

.before\:bg-lime-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(63 98 18 / 0.3);
}

.before\:bg-lime-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(63 98 18 / 0.4);
}

.before\:bg-lime-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(63 98 18 / 0.05);
}

.before\:bg-lime-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(63 98 18 / 0.5);
}

.before\:bg-lime-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(63 98 18 / 0.6);
}

.before\:bg-lime-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(63 98 18 / 0.7);
}

.before\:bg-lime-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(63 98 18 / 0.75);
}

.before\:bg-lime-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(63 98 18 / 0.8);
}

.before\:bg-lime-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(63 98 18 / 0.9);
}

.before\:bg-lime-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(63 98 18 / 0.95);
}

.before\:bg-lime-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}

.before\:bg-lime-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(54 83 20 / 0);
}

.before\:bg-lime-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(54 83 20 / 0.1);
}

.before\:bg-lime-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(54 83 20 / 1);
}

.before\:bg-lime-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(54 83 20 / 0.2);
}

.before\:bg-lime-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(54 83 20 / 0.25);
}

.before\:bg-lime-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(54 83 20 / 0.3);
}

.before\:bg-lime-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(54 83 20 / 0.4);
}

.before\:bg-lime-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(54 83 20 / 0.05);
}

.before\:bg-lime-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(54 83 20 / 0.5);
}

.before\:bg-lime-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(54 83 20 / 0.6);
}

.before\:bg-lime-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(54 83 20 / 0.7);
}

.before\:bg-lime-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(54 83 20 / 0.75);
}

.before\:bg-lime-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(54 83 20 / 0.8);
}

.before\:bg-lime-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(54 83 20 / 0.9);
}

.before\:bg-lime-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(54 83 20 / 0.95);
}

.before\:bg-orange-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.before\:bg-orange-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(255 237 213 / 0);
}

.before\:bg-orange-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(255 237 213 / 0.1);
}

.before\:bg-orange-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(255 237 213 / 1);
}

.before\:bg-orange-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(255 237 213 / 0.2);
}

.before\:bg-orange-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(255 237 213 / 0.25);
}

.before\:bg-orange-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(255 237 213 / 0.3);
}

.before\:bg-orange-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(255 237 213 / 0.4);
}

.before\:bg-orange-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(255 237 213 / 0.05);
}

.before\:bg-orange-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(255 237 213 / 0.5);
}

.before\:bg-orange-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(255 237 213 / 0.6);
}

.before\:bg-orange-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(255 237 213 / 0.7);
}

.before\:bg-orange-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(255 237 213 / 0.75);
}

.before\:bg-orange-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(255 237 213 / 0.8);
}

.before\:bg-orange-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(255 237 213 / 0.9);
}

.before\:bg-orange-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(255 237 213 / 0.95);
}

.before\:bg-orange-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}

.before\:bg-orange-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(254 215 170 / 0);
}

.before\:bg-orange-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(254 215 170 / 0.1);
}

.before\:bg-orange-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(254 215 170 / 1);
}

.before\:bg-orange-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(254 215 170 / 0.2);
}

.before\:bg-orange-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(254 215 170 / 0.25);
}

.before\:bg-orange-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(254 215 170 / 0.3);
}

.before\:bg-orange-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(254 215 170 / 0.4);
}

.before\:bg-orange-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(254 215 170 / 0.05);
}

.before\:bg-orange-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(254 215 170 / 0.5);
}

.before\:bg-orange-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(254 215 170 / 0.6);
}

.before\:bg-orange-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(254 215 170 / 0.7);
}

.before\:bg-orange-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(254 215 170 / 0.75);
}

.before\:bg-orange-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(254 215 170 / 0.8);
}

.before\:bg-orange-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(254 215 170 / 0.9);
}

.before\:bg-orange-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(254 215 170 / 0.95);
}

.before\:bg-orange-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}

.before\:bg-orange-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(253 186 116 / 0);
}

.before\:bg-orange-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(253 186 116 / 0.1);
}

.before\:bg-orange-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(253 186 116 / 1);
}

.before\:bg-orange-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(253 186 116 / 0.2);
}

.before\:bg-orange-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(253 186 116 / 0.25);
}

.before\:bg-orange-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(253 186 116 / 0.3);
}

.before\:bg-orange-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(253 186 116 / 0.4);
}

.before\:bg-orange-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(253 186 116 / 0.05);
}

.before\:bg-orange-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(253 186 116 / 0.5);
}

.before\:bg-orange-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(253 186 116 / 0.6);
}

.before\:bg-orange-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(253 186 116 / 0.7);
}

.before\:bg-orange-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(253 186 116 / 0.75);
}

.before\:bg-orange-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(253 186 116 / 0.8);
}

.before\:bg-orange-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(253 186 116 / 0.9);
}

.before\:bg-orange-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(253 186 116 / 0.95);
}

.before\:bg-orange-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.before\:bg-orange-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(251 146 60 / 0);
}

.before\:bg-orange-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(251 146 60 / 0.1);
}

.before\:bg-orange-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(251 146 60 / 1);
}

.before\:bg-orange-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(251 146 60 / 0.2);
}

.before\:bg-orange-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(251 146 60 / 0.25);
}

.before\:bg-orange-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(251 146 60 / 0.3);
}

.before\:bg-orange-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(251 146 60 / 0.4);
}

.before\:bg-orange-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(251 146 60 / 0.05);
}

.before\:bg-orange-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(251 146 60 / 0.5);
}

.before\:bg-orange-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(251 146 60 / 0.6);
}

.before\:bg-orange-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(251 146 60 / 0.7);
}

.before\:bg-orange-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(251 146 60 / 0.75);
}

.before\:bg-orange-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(251 146 60 / 0.8);
}

.before\:bg-orange-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(251 146 60 / 0.9);
}

.before\:bg-orange-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(251 146 60 / 0.95);
}

.before\:bg-orange-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}

.before\:bg-orange-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(255 247 237 / 0);
}

.before\:bg-orange-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(255 247 237 / 0.1);
}

.before\:bg-orange-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(255 247 237 / 1);
}

.before\:bg-orange-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(255 247 237 / 0.2);
}

.before\:bg-orange-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(255 247 237 / 0.25);
}

.before\:bg-orange-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(255 247 237 / 0.3);
}

.before\:bg-orange-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(255 247 237 / 0.4);
}

.before\:bg-orange-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(255 247 237 / 0.05);
}

.before\:bg-orange-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(255 247 237 / 0.5);
}

.before\:bg-orange-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(255 247 237 / 0.6);
}

.before\:bg-orange-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(255 247 237 / 0.7);
}

.before\:bg-orange-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(255 247 237 / 0.75);
}

.before\:bg-orange-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(255 247 237 / 0.8);
}

.before\:bg-orange-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(255 247 237 / 0.9);
}

.before\:bg-orange-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(255 247 237 / 0.95);
}

.before\:bg-orange-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.before\:bg-orange-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(249 115 22 / 0);
}

.before\:bg-orange-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(249 115 22 / 0.1);
}

.before\:bg-orange-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(249 115 22 / 1);
}

.before\:bg-orange-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(249 115 22 / 0.2);
}

.before\:bg-orange-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(249 115 22 / 0.25);
}

.before\:bg-orange-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(249 115 22 / 0.3);
}

.before\:bg-orange-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(249 115 22 / 0.4);
}

.before\:bg-orange-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(249 115 22 / 0.05);
}

.before\:bg-orange-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(249 115 22 / 0.5);
}

.before\:bg-orange-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(249 115 22 / 0.6);
}

.before\:bg-orange-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(249 115 22 / 0.7);
}

.before\:bg-orange-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(249 115 22 / 0.75);
}

.before\:bg-orange-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(249 115 22 / 0.8);
}

.before\:bg-orange-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(249 115 22 / 0.9);
}

.before\:bg-orange-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(249 115 22 / 0.95);
}

.before\:bg-orange-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.before\:bg-orange-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(234 88 12 / 0);
}

.before\:bg-orange-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(234 88 12 / 0.1);
}

.before\:bg-orange-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(234 88 12 / 1);
}

.before\:bg-orange-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(234 88 12 / 0.2);
}

.before\:bg-orange-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(234 88 12 / 0.25);
}

.before\:bg-orange-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(234 88 12 / 0.3);
}

.before\:bg-orange-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(234 88 12 / 0.4);
}

.before\:bg-orange-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(234 88 12 / 0.05);
}

.before\:bg-orange-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(234 88 12 / 0.5);
}

.before\:bg-orange-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(234 88 12 / 0.6);
}

.before\:bg-orange-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(234 88 12 / 0.7);
}

.before\:bg-orange-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(234 88 12 / 0.75);
}

.before\:bg-orange-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(234 88 12 / 0.8);
}

.before\:bg-orange-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(234 88 12 / 0.9);
}

.before\:bg-orange-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(234 88 12 / 0.95);
}

.before\:bg-orange-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}

.before\:bg-orange-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(194 65 12 / 0);
}

.before\:bg-orange-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(194 65 12 / 0.1);
}

.before\:bg-orange-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(194 65 12 / 1);
}

.before\:bg-orange-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(194 65 12 / 0.2);
}

.before\:bg-orange-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(194 65 12 / 0.25);
}

.before\:bg-orange-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(194 65 12 / 0.3);
}

.before\:bg-orange-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(194 65 12 / 0.4);
}

.before\:bg-orange-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(194 65 12 / 0.05);
}

.before\:bg-orange-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(194 65 12 / 0.5);
}

.before\:bg-orange-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(194 65 12 / 0.6);
}

.before\:bg-orange-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(194 65 12 / 0.7);
}

.before\:bg-orange-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(194 65 12 / 0.75);
}

.before\:bg-orange-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(194 65 12 / 0.8);
}

.before\:bg-orange-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(194 65 12 / 0.9);
}

.before\:bg-orange-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(194 65 12 / 0.95);
}

.before\:bg-orange-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}

.before\:bg-orange-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(154 52 18 / 0);
}

.before\:bg-orange-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(154 52 18 / 0.1);
}

.before\:bg-orange-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(154 52 18 / 1);
}

.before\:bg-orange-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(154 52 18 / 0.2);
}

.before\:bg-orange-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(154 52 18 / 0.25);
}

.before\:bg-orange-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(154 52 18 / 0.3);
}

.before\:bg-orange-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(154 52 18 / 0.4);
}

.before\:bg-orange-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(154 52 18 / 0.05);
}

.before\:bg-orange-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(154 52 18 / 0.5);
}

.before\:bg-orange-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(154 52 18 / 0.6);
}

.before\:bg-orange-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(154 52 18 / 0.7);
}

.before\:bg-orange-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(154 52 18 / 0.75);
}

.before\:bg-orange-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(154 52 18 / 0.8);
}

.before\:bg-orange-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(154 52 18 / 0.9);
}

.before\:bg-orange-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(154 52 18 / 0.95);
}

.before\:bg-orange-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}

.before\:bg-orange-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(124 45 18 / 0);
}

.before\:bg-orange-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(124 45 18 / 0.1);
}

.before\:bg-orange-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(124 45 18 / 1);
}

.before\:bg-orange-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(124 45 18 / 0.2);
}

.before\:bg-orange-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(124 45 18 / 0.25);
}

.before\:bg-orange-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(124 45 18 / 0.3);
}

.before\:bg-orange-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(124 45 18 / 0.4);
}

.before\:bg-orange-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(124 45 18 / 0.05);
}

.before\:bg-orange-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(124 45 18 / 0.5);
}

.before\:bg-orange-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(124 45 18 / 0.6);
}

.before\:bg-orange-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(124 45 18 / 0.7);
}

.before\:bg-orange-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(124 45 18 / 0.75);
}

.before\:bg-orange-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(124 45 18 / 0.8);
}

.before\:bg-orange-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(124 45 18 / 0.9);
}

.before\:bg-orange-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(124 45 18 / 0.95);
}

.before\:bg-pink-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}

.before\:bg-pink-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(252 231 243 / 0);
}

.before\:bg-pink-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(252 231 243 / 0.1);
}

.before\:bg-pink-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(252 231 243 / 1);
}

.before\:bg-pink-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(252 231 243 / 0.2);
}

.before\:bg-pink-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(252 231 243 / 0.25);
}

.before\:bg-pink-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(252 231 243 / 0.3);
}

.before\:bg-pink-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(252 231 243 / 0.4);
}

.before\:bg-pink-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(252 231 243 / 0.05);
}

.before\:bg-pink-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(252 231 243 / 0.5);
}

.before\:bg-pink-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(252 231 243 / 0.6);
}

.before\:bg-pink-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(252 231 243 / 0.7);
}

.before\:bg-pink-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(252 231 243 / 0.75);
}

.before\:bg-pink-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(252 231 243 / 0.8);
}

.before\:bg-pink-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(252 231 243 / 0.9);
}

.before\:bg-pink-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(252 231 243 / 0.95);
}

.before\:bg-pink-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}

.before\:bg-pink-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(251 207 232 / 0);
}

.before\:bg-pink-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(251 207 232 / 0.1);
}

.before\:bg-pink-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(251 207 232 / 1);
}

.before\:bg-pink-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(251 207 232 / 0.2);
}

.before\:bg-pink-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(251 207 232 / 0.25);
}

.before\:bg-pink-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(251 207 232 / 0.3);
}

.before\:bg-pink-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(251 207 232 / 0.4);
}

.before\:bg-pink-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(251 207 232 / 0.05);
}

.before\:bg-pink-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(251 207 232 / 0.5);
}

.before\:bg-pink-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(251 207 232 / 0.6);
}

.before\:bg-pink-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(251 207 232 / 0.7);
}

.before\:bg-pink-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(251 207 232 / 0.75);
}

.before\:bg-pink-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(251 207 232 / 0.8);
}

.before\:bg-pink-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(251 207 232 / 0.9);
}

.before\:bg-pink-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(251 207 232 / 0.95);
}

.before\:bg-pink-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}

.before\:bg-pink-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(249 168 212 / 0);
}

.before\:bg-pink-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(249 168 212 / 0.1);
}

.before\:bg-pink-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(249 168 212 / 1);
}

.before\:bg-pink-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(249 168 212 / 0.2);
}

.before\:bg-pink-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(249 168 212 / 0.25);
}

.before\:bg-pink-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(249 168 212 / 0.3);
}

.before\:bg-pink-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(249 168 212 / 0.4);
}

.before\:bg-pink-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(249 168 212 / 0.05);
}

.before\:bg-pink-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(249 168 212 / 0.5);
}

.before\:bg-pink-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(249 168 212 / 0.6);
}

.before\:bg-pink-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(249 168 212 / 0.7);
}

.before\:bg-pink-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(249 168 212 / 0.75);
}

.before\:bg-pink-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(249 168 212 / 0.8);
}

.before\:bg-pink-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(249 168 212 / 0.9);
}

.before\:bg-pink-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(249 168 212 / 0.95);
}

.before\:bg-pink-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}

.before\:bg-pink-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(244 114 182 / 0);
}

.before\:bg-pink-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(244 114 182 / 0.1);
}

.before\:bg-pink-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(244 114 182 / 1);
}

.before\:bg-pink-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(244 114 182 / 0.2);
}

.before\:bg-pink-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(244 114 182 / 0.25);
}

.before\:bg-pink-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(244 114 182 / 0.3);
}

.before\:bg-pink-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(244 114 182 / 0.4);
}

.before\:bg-pink-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(244 114 182 / 0.05);
}

.before\:bg-pink-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(244 114 182 / 0.5);
}

.before\:bg-pink-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(244 114 182 / 0.6);
}

.before\:bg-pink-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(244 114 182 / 0.7);
}

.before\:bg-pink-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(244 114 182 / 0.75);
}

.before\:bg-pink-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(244 114 182 / 0.8);
}

.before\:bg-pink-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(244 114 182 / 0.9);
}

.before\:bg-pink-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(244 114 182 / 0.95);
}

.before\:bg-pink-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}

.before\:bg-pink-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(253 242 248 / 0);
}

.before\:bg-pink-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(253 242 248 / 0.1);
}

.before\:bg-pink-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(253 242 248 / 1);
}

.before\:bg-pink-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(253 242 248 / 0.2);
}

.before\:bg-pink-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(253 242 248 / 0.25);
}

.before\:bg-pink-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(253 242 248 / 0.3);
}

.before\:bg-pink-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(253 242 248 / 0.4);
}

.before\:bg-pink-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(253 242 248 / 0.05);
}

.before\:bg-pink-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(253 242 248 / 0.5);
}

.before\:bg-pink-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(253 242 248 / 0.6);
}

.before\:bg-pink-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(253 242 248 / 0.7);
}

.before\:bg-pink-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(253 242 248 / 0.75);
}

.before\:bg-pink-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(253 242 248 / 0.8);
}

.before\:bg-pink-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(253 242 248 / 0.9);
}

.before\:bg-pink-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(253 242 248 / 0.95);
}

.before\:bg-pink-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}

.before\:bg-pink-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(236 72 153 / 0);
}

.before\:bg-pink-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(236 72 153 / 0.1);
}

.before\:bg-pink-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(236 72 153 / 1);
}

.before\:bg-pink-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(236 72 153 / 0.2);
}

.before\:bg-pink-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(236 72 153 / 0.25);
}

.before\:bg-pink-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(236 72 153 / 0.3);
}

.before\:bg-pink-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(236 72 153 / 0.4);
}

.before\:bg-pink-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(236 72 153 / 0.05);
}

.before\:bg-pink-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(236 72 153 / 0.5);
}

.before\:bg-pink-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(236 72 153 / 0.6);
}

.before\:bg-pink-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(236 72 153 / 0.7);
}

.before\:bg-pink-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(236 72 153 / 0.75);
}

.before\:bg-pink-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(236 72 153 / 0.8);
}

.before\:bg-pink-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(236 72 153 / 0.9);
}

.before\:bg-pink-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(236 72 153 / 0.95);
}

.before\:bg-pink-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}

.before\:bg-pink-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(219 39 119 / 0);
}

.before\:bg-pink-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(219 39 119 / 0.1);
}

.before\:bg-pink-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(219 39 119 / 1);
}

.before\:bg-pink-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(219 39 119 / 0.2);
}

.before\:bg-pink-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(219 39 119 / 0.25);
}

.before\:bg-pink-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(219 39 119 / 0.3);
}

.before\:bg-pink-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(219 39 119 / 0.4);
}

.before\:bg-pink-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(219 39 119 / 0.05);
}

.before\:bg-pink-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(219 39 119 / 0.5);
}

.before\:bg-pink-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(219 39 119 / 0.6);
}

.before\:bg-pink-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(219 39 119 / 0.7);
}

.before\:bg-pink-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(219 39 119 / 0.75);
}

.before\:bg-pink-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(219 39 119 / 0.8);
}

.before\:bg-pink-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(219 39 119 / 0.9);
}

.before\:bg-pink-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(219 39 119 / 0.95);
}

.before\:bg-pink-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}

.before\:bg-pink-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(190 24 93 / 0);
}

.before\:bg-pink-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(190 24 93 / 0.1);
}

.before\:bg-pink-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(190 24 93 / 1);
}

.before\:bg-pink-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(190 24 93 / 0.2);
}

.before\:bg-pink-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(190 24 93 / 0.25);
}

.before\:bg-pink-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(190 24 93 / 0.3);
}

.before\:bg-pink-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(190 24 93 / 0.4);
}

.before\:bg-pink-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(190 24 93 / 0.05);
}

.before\:bg-pink-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(190 24 93 / 0.5);
}

.before\:bg-pink-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(190 24 93 / 0.6);
}

.before\:bg-pink-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(190 24 93 / 0.7);
}

.before\:bg-pink-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(190 24 93 / 0.75);
}

.before\:bg-pink-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(190 24 93 / 0.8);
}

.before\:bg-pink-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(190 24 93 / 0.9);
}

.before\:bg-pink-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(190 24 93 / 0.95);
}

.before\:bg-pink-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}

.before\:bg-pink-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(157 23 77 / 0);
}

.before\:bg-pink-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(157 23 77 / 0.1);
}

.before\:bg-pink-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(157 23 77 / 1);
}

.before\:bg-pink-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(157 23 77 / 0.2);
}

.before\:bg-pink-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(157 23 77 / 0.25);
}

.before\:bg-pink-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(157 23 77 / 0.3);
}

.before\:bg-pink-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(157 23 77 / 0.4);
}

.before\:bg-pink-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(157 23 77 / 0.05);
}

.before\:bg-pink-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(157 23 77 / 0.5);
}

.before\:bg-pink-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(157 23 77 / 0.6);
}

.before\:bg-pink-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(157 23 77 / 0.7);
}

.before\:bg-pink-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(157 23 77 / 0.75);
}

.before\:bg-pink-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(157 23 77 / 0.8);
}

.before\:bg-pink-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(157 23 77 / 0.9);
}

.before\:bg-pink-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(157 23 77 / 0.95);
}

.before\:bg-pink-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}

.before\:bg-pink-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(131 24 67 / 0);
}

.before\:bg-pink-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(131 24 67 / 0.1);
}

.before\:bg-pink-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(131 24 67 / 1);
}

.before\:bg-pink-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(131 24 67 / 0.2);
}

.before\:bg-pink-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(131 24 67 / 0.25);
}

.before\:bg-pink-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(131 24 67 / 0.3);
}

.before\:bg-pink-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(131 24 67 / 0.4);
}

.before\:bg-pink-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(131 24 67 / 0.05);
}

.before\:bg-pink-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(131 24 67 / 0.5);
}

.before\:bg-pink-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(131 24 67 / 0.6);
}

.before\:bg-pink-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(131 24 67 / 0.7);
}

.before\:bg-pink-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(131 24 67 / 0.75);
}

.before\:bg-pink-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(131 24 67 / 0.8);
}

.before\:bg-pink-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(131 24 67 / 0.9);
}

.before\:bg-pink-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(131 24 67 / 0.95);
}

.before\:bg-purple-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

.before\:bg-purple-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(243 232 255 / 0);
}

.before\:bg-purple-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(243 232 255 / 0.1);
}

.before\:bg-purple-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(243 232 255 / 1);
}

.before\:bg-purple-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(243 232 255 / 0.2);
}

.before\:bg-purple-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(243 232 255 / 0.25);
}

.before\:bg-purple-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(243 232 255 / 0.3);
}

.before\:bg-purple-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(243 232 255 / 0.4);
}

.before\:bg-purple-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(243 232 255 / 0.05);
}

.before\:bg-purple-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(243 232 255 / 0.5);
}

.before\:bg-purple-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(243 232 255 / 0.6);
}

.before\:bg-purple-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(243 232 255 / 0.7);
}

.before\:bg-purple-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(243 232 255 / 0.75);
}

.before\:bg-purple-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(243 232 255 / 0.8);
}

.before\:bg-purple-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(243 232 255 / 0.9);
}

.before\:bg-purple-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(243 232 255 / 0.95);
}

.before\:bg-purple-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}

.before\:bg-purple-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(233 213 255 / 0);
}

.before\:bg-purple-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(233 213 255 / 0.1);
}

.before\:bg-purple-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(233 213 255 / 1);
}

.before\:bg-purple-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(233 213 255 / 0.2);
}

.before\:bg-purple-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(233 213 255 / 0.25);
}

.before\:bg-purple-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(233 213 255 / 0.3);
}

.before\:bg-purple-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(233 213 255 / 0.4);
}

.before\:bg-purple-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(233 213 255 / 0.05);
}

.before\:bg-purple-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(233 213 255 / 0.5);
}

.before\:bg-purple-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(233 213 255 / 0.6);
}

.before\:bg-purple-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(233 213 255 / 0.7);
}

.before\:bg-purple-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(233 213 255 / 0.75);
}

.before\:bg-purple-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(233 213 255 / 0.8);
}

.before\:bg-purple-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(233 213 255 / 0.9);
}

.before\:bg-purple-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(233 213 255 / 0.95);
}

.before\:bg-purple-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}

.before\:bg-purple-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(216 180 254 / 0);
}

.before\:bg-purple-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(216 180 254 / 0.1);
}

.before\:bg-purple-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(216 180 254 / 1);
}

.before\:bg-purple-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(216 180 254 / 0.2);
}

.before\:bg-purple-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(216 180 254 / 0.25);
}

.before\:bg-purple-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(216 180 254 / 0.3);
}

.before\:bg-purple-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(216 180 254 / 0.4);
}

.before\:bg-purple-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(216 180 254 / 0.05);
}

.before\:bg-purple-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(216 180 254 / 0.5);
}

.before\:bg-purple-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(216 180 254 / 0.6);
}

.before\:bg-purple-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(216 180 254 / 0.7);
}

.before\:bg-purple-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(216 180 254 / 0.75);
}

.before\:bg-purple-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(216 180 254 / 0.8);
}

.before\:bg-purple-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(216 180 254 / 0.9);
}

.before\:bg-purple-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(216 180 254 / 0.95);
}

.before\:bg-purple-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}

.before\:bg-purple-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(192 132 252 / 0);
}

.before\:bg-purple-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(192 132 252 / 0.1);
}

.before\:bg-purple-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(192 132 252 / 1);
}

.before\:bg-purple-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(192 132 252 / 0.2);
}

.before\:bg-purple-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(192 132 252 / 0.25);
}

.before\:bg-purple-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(192 132 252 / 0.3);
}

.before\:bg-purple-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(192 132 252 / 0.4);
}

.before\:bg-purple-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(192 132 252 / 0.05);
}

.before\:bg-purple-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(192 132 252 / 0.5);
}

.before\:bg-purple-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(192 132 252 / 0.6);
}

.before\:bg-purple-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(192 132 252 / 0.7);
}

.before\:bg-purple-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(192 132 252 / 0.75);
}

.before\:bg-purple-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(192 132 252 / 0.8);
}

.before\:bg-purple-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(192 132 252 / 0.9);
}

.before\:bg-purple-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(192 132 252 / 0.95);
}

.before\:bg-purple-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}

.before\:bg-purple-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(250 245 255 / 0);
}

.before\:bg-purple-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(250 245 255 / 0.1);
}

.before\:bg-purple-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(250 245 255 / 1);
}

.before\:bg-purple-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(250 245 255 / 0.2);
}

.before\:bg-purple-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(250 245 255 / 0.25);
}

.before\:bg-purple-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(250 245 255 / 0.3);
}

.before\:bg-purple-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(250 245 255 / 0.4);
}

.before\:bg-purple-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(250 245 255 / 0.05);
}

.before\:bg-purple-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(250 245 255 / 0.5);
}

.before\:bg-purple-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(250 245 255 / 0.6);
}

.before\:bg-purple-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(250 245 255 / 0.7);
}

.before\:bg-purple-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(250 245 255 / 0.75);
}

.before\:bg-purple-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(250 245 255 / 0.8);
}

.before\:bg-purple-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(250 245 255 / 0.9);
}

.before\:bg-purple-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(250 245 255 / 0.95);
}

.before\:bg-purple-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}

.before\:bg-purple-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(168 85 247 / 0);
}

.before\:bg-purple-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(168 85 247 / 0.1);
}

.before\:bg-purple-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(168 85 247 / 1);
}

.before\:bg-purple-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(168 85 247 / 0.2);
}

.before\:bg-purple-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(168 85 247 / 0.25);
}

.before\:bg-purple-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(168 85 247 / 0.3);
}

.before\:bg-purple-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(168 85 247 / 0.4);
}

.before\:bg-purple-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(168 85 247 / 0.05);
}

.before\:bg-purple-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(168 85 247 / 0.5);
}

.before\:bg-purple-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(168 85 247 / 0.6);
}

.before\:bg-purple-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(168 85 247 / 0.7);
}

.before\:bg-purple-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(168 85 247 / 0.75);
}

.before\:bg-purple-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(168 85 247 / 0.8);
}

.before\:bg-purple-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(168 85 247 / 0.9);
}

.before\:bg-purple-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(168 85 247 / 0.95);
}

.before\:bg-purple-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}

.before\:bg-purple-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(147 51 234 / 0);
}

.before\:bg-purple-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(147 51 234 / 0.1);
}

.before\:bg-purple-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(147 51 234 / 1);
}

.before\:bg-purple-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(147 51 234 / 0.2);
}

.before\:bg-purple-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(147 51 234 / 0.25);
}

.before\:bg-purple-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(147 51 234 / 0.3);
}

.before\:bg-purple-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(147 51 234 / 0.4);
}

.before\:bg-purple-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(147 51 234 / 0.05);
}

.before\:bg-purple-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(147 51 234 / 0.5);
}

.before\:bg-purple-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(147 51 234 / 0.6);
}

.before\:bg-purple-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(147 51 234 / 0.7);
}

.before\:bg-purple-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(147 51 234 / 0.75);
}

.before\:bg-purple-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(147 51 234 / 0.8);
}

.before\:bg-purple-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(147 51 234 / 0.9);
}

.before\:bg-purple-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(147 51 234 / 0.95);
}

.before\:bg-purple-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}

.before\:bg-purple-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(126 34 206 / 0);
}

.before\:bg-purple-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(126 34 206 / 0.1);
}

.before\:bg-purple-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(126 34 206 / 1);
}

.before\:bg-purple-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(126 34 206 / 0.2);
}

.before\:bg-purple-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(126 34 206 / 0.25);
}

.before\:bg-purple-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(126 34 206 / 0.3);
}

.before\:bg-purple-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(126 34 206 / 0.4);
}

.before\:bg-purple-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(126 34 206 / 0.05);
}

.before\:bg-purple-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(126 34 206 / 0.5);
}

.before\:bg-purple-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(126 34 206 / 0.6);
}

.before\:bg-purple-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(126 34 206 / 0.7);
}

.before\:bg-purple-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(126 34 206 / 0.75);
}

.before\:bg-purple-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(126 34 206 / 0.8);
}

.before\:bg-purple-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(126 34 206 / 0.9);
}

.before\:bg-purple-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(126 34 206 / 0.95);
}

.before\:bg-purple-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}

.before\:bg-purple-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(107 33 168 / 0);
}

.before\:bg-purple-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(107 33 168 / 0.1);
}

.before\:bg-purple-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(107 33 168 / 1);
}

.before\:bg-purple-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(107 33 168 / 0.2);
}

.before\:bg-purple-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(107 33 168 / 0.25);
}

.before\:bg-purple-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(107 33 168 / 0.3);
}

.before\:bg-purple-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(107 33 168 / 0.4);
}

.before\:bg-purple-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(107 33 168 / 0.05);
}

.before\:bg-purple-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(107 33 168 / 0.5);
}

.before\:bg-purple-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(107 33 168 / 0.6);
}

.before\:bg-purple-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(107 33 168 / 0.7);
}

.before\:bg-purple-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(107 33 168 / 0.75);
}

.before\:bg-purple-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(107 33 168 / 0.8);
}

.before\:bg-purple-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(107 33 168 / 0.9);
}

.before\:bg-purple-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(107 33 168 / 0.95);
}

.before\:bg-purple-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}

.before\:bg-purple-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(88 28 135 / 0);
}

.before\:bg-purple-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(88 28 135 / 0.1);
}

.before\:bg-purple-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(88 28 135 / 1);
}

.before\:bg-purple-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(88 28 135 / 0.2);
}

.before\:bg-purple-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(88 28 135 / 0.25);
}

.before\:bg-purple-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(88 28 135 / 0.3);
}

.before\:bg-purple-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(88 28 135 / 0.4);
}

.before\:bg-purple-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(88 28 135 / 0.05);
}

.before\:bg-purple-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(88 28 135 / 0.5);
}

.before\:bg-purple-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(88 28 135 / 0.6);
}

.before\:bg-purple-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(88 28 135 / 0.7);
}

.before\:bg-purple-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(88 28 135 / 0.75);
}

.before\:bg-purple-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(88 28 135 / 0.8);
}

.before\:bg-purple-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(88 28 135 / 0.9);
}

.before\:bg-purple-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(88 28 135 / 0.95);
}

.before\:bg-red-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.before\:bg-red-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0);
}

.before\:bg-red-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.1);
}

.before\:bg-red-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 1);
}

.before\:bg-red-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.2);
}

.before\:bg-red-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.25);
}

.before\:bg-red-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.3);
}

.before\:bg-red-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.4);
}

.before\:bg-red-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.05);
}

.before\:bg-red-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.5);
}

.before\:bg-red-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.6);
}

.before\:bg-red-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.7);
}

.before\:bg-red-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.75);
}

.before\:bg-red-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.8);
}

.before\:bg-red-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.9);
}

.before\:bg-red-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.95);
}

.before\:bg-red-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.before\:bg-red-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0);
}

.before\:bg-red-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.1);
}

.before\:bg-red-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 1);
}

.before\:bg-red-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.2);
}

.before\:bg-red-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.25);
}

.before\:bg-red-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.3);
}

.before\:bg-red-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.4);
}

.before\:bg-red-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.05);
}

.before\:bg-red-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.5);
}

.before\:bg-red-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.6);
}

.before\:bg-red-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.7);
}

.before\:bg-red-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.75);
}

.before\:bg-red-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.8);
}

.before\:bg-red-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.9);
}

.before\:bg-red-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.95);
}

.before\:bg-red-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.before\:bg-red-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0);
}

.before\:bg-red-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.1);
}

.before\:bg-red-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 1);
}

.before\:bg-red-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.2);
}

.before\:bg-red-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.25);
}

.before\:bg-red-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.3);
}

.before\:bg-red-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.4);
}

.before\:bg-red-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.05);
}

.before\:bg-red-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.5);
}

.before\:bg-red-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.6);
}

.before\:bg-red-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.7);
}

.before\:bg-red-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.75);
}

.before\:bg-red-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.8);
}

.before\:bg-red-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.9);
}

.before\:bg-red-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.95);
}

.before\:bg-red-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.before\:bg-red-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0);
}

.before\:bg-red-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.1);
}

.before\:bg-red-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 1);
}

.before\:bg-red-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.2);
}

.before\:bg-red-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.25);
}

.before\:bg-red-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.3);
}

.before\:bg-red-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.4);
}

.before\:bg-red-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.05);
}

.before\:bg-red-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.5);
}

.before\:bg-red-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.6);
}

.before\:bg-red-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.7);
}

.before\:bg-red-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.75);
}

.before\:bg-red-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.8);
}

.before\:bg-red-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.9);
}

.before\:bg-red-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.95);
}

.before\:bg-red-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.before\:bg-red-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0);
}

.before\:bg-red-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.1);
}

.before\:bg-red-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 1);
}

.before\:bg-red-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.2);
}

.before\:bg-red-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.25);
}

.before\:bg-red-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.3);
}

.before\:bg-red-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.4);
}

.before\:bg-red-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.05);
}

.before\:bg-red-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.5);
}

.before\:bg-red-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.6);
}

.before\:bg-red-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.7);
}

.before\:bg-red-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.75);
}

.before\:bg-red-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.8);
}

.before\:bg-red-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.9);
}

.before\:bg-red-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.95);
}

.before\:bg-red-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.before\:bg-red-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0);
}

.before\:bg-red-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.1);
}

.before\:bg-red-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 1);
}

.before\:bg-red-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.2);
}

.before\:bg-red-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.25);
}

.before\:bg-red-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.3);
}

.before\:bg-red-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.4);
}

.before\:bg-red-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.05);
}

.before\:bg-red-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.5);
}

.before\:bg-red-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.6);
}

.before\:bg-red-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.7);
}

.before\:bg-red-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.75);
}

.before\:bg-red-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.8);
}

.before\:bg-red-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.9);
}

.before\:bg-red-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.95);
}

.before\:bg-red-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.before\:bg-red-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0);
}

.before\:bg-red-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.1);
}

.before\:bg-red-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 1);
}

.before\:bg-red-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.2);
}

.before\:bg-red-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.25);
}

.before\:bg-red-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.3);
}

.before\:bg-red-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.4);
}

.before\:bg-red-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.05);
}

.before\:bg-red-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.5);
}

.before\:bg-red-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.6);
}

.before\:bg-red-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.7);
}

.before\:bg-red-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.75);
}

.before\:bg-red-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.8);
}

.before\:bg-red-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.9);
}

.before\:bg-red-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.95);
}

.before\:bg-red-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.before\:bg-red-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0);
}

.before\:bg-red-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.1);
}

.before\:bg-red-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 1);
}

.before\:bg-red-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.2);
}

.before\:bg-red-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.25);
}

.before\:bg-red-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.3);
}

.before\:bg-red-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.4);
}

.before\:bg-red-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.05);
}

.before\:bg-red-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.5);
}

.before\:bg-red-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.6);
}

.before\:bg-red-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.7);
}

.before\:bg-red-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.75);
}

.before\:bg-red-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.8);
}

.before\:bg-red-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.9);
}

.before\:bg-red-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.95);
}

.before\:bg-red-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.before\:bg-red-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0);
}

.before\:bg-red-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.1);
}

.before\:bg-red-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 1);
}

.before\:bg-red-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.2);
}

.before\:bg-red-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.25);
}

.before\:bg-red-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.3);
}

.before\:bg-red-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.4);
}

.before\:bg-red-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.05);
}

.before\:bg-red-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.5);
}

.before\:bg-red-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.6);
}

.before\:bg-red-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.7);
}

.before\:bg-red-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.75);
}

.before\:bg-red-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.8);
}

.before\:bg-red-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.9);
}

.before\:bg-red-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.95);
}

.before\:bg-red-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.before\:bg-red-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0);
}

.before\:bg-red-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.1);
}

.before\:bg-red-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 1);
}

.before\:bg-red-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.2);
}

.before\:bg-red-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.25);
}

.before\:bg-red-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.3);
}

.before\:bg-red-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.4);
}

.before\:bg-red-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.05);
}

.before\:bg-red-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.5);
}

.before\:bg-red-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.6);
}

.before\:bg-red-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.7);
}

.before\:bg-red-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.75);
}

.before\:bg-red-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.8);
}

.before\:bg-red-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.9);
}

.before\:bg-red-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.95);
}

.before\:bg-rose-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}

.before\:bg-rose-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(255 228 230 / 0);
}

.before\:bg-rose-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(255 228 230 / 0.1);
}

.before\:bg-rose-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(255 228 230 / 1);
}

.before\:bg-rose-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(255 228 230 / 0.2);
}

.before\:bg-rose-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(255 228 230 / 0.25);
}

.before\:bg-rose-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(255 228 230 / 0.3);
}

.before\:bg-rose-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(255 228 230 / 0.4);
}

.before\:bg-rose-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(255 228 230 / 0.05);
}

.before\:bg-rose-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(255 228 230 / 0.5);
}

.before\:bg-rose-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(255 228 230 / 0.6);
}

.before\:bg-rose-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(255 228 230 / 0.7);
}

.before\:bg-rose-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(255 228 230 / 0.75);
}

.before\:bg-rose-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(255 228 230 / 0.8);
}

.before\:bg-rose-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(255 228 230 / 0.9);
}

.before\:bg-rose-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(255 228 230 / 0.95);
}

.before\:bg-rose-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}

.before\:bg-rose-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(254 205 211 / 0);
}

.before\:bg-rose-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(254 205 211 / 0.1);
}

.before\:bg-rose-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(254 205 211 / 1);
}

.before\:bg-rose-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(254 205 211 / 0.2);
}

.before\:bg-rose-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(254 205 211 / 0.25);
}

.before\:bg-rose-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(254 205 211 / 0.3);
}

.before\:bg-rose-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(254 205 211 / 0.4);
}

.before\:bg-rose-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(254 205 211 / 0.05);
}

.before\:bg-rose-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(254 205 211 / 0.5);
}

.before\:bg-rose-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(254 205 211 / 0.6);
}

.before\:bg-rose-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(254 205 211 / 0.7);
}

.before\:bg-rose-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(254 205 211 / 0.75);
}

.before\:bg-rose-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(254 205 211 / 0.8);
}

.before\:bg-rose-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(254 205 211 / 0.9);
}

.before\:bg-rose-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(254 205 211 / 0.95);
}

.before\:bg-rose-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}

.before\:bg-rose-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(253 164 175 / 0);
}

.before\:bg-rose-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(253 164 175 / 0.1);
}

.before\:bg-rose-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(253 164 175 / 1);
}

.before\:bg-rose-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(253 164 175 / 0.2);
}

.before\:bg-rose-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(253 164 175 / 0.25);
}

.before\:bg-rose-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(253 164 175 / 0.3);
}

.before\:bg-rose-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(253 164 175 / 0.4);
}

.before\:bg-rose-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(253 164 175 / 0.05);
}

.before\:bg-rose-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(253 164 175 / 0.5);
}

.before\:bg-rose-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(253 164 175 / 0.6);
}

.before\:bg-rose-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(253 164 175 / 0.7);
}

.before\:bg-rose-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(253 164 175 / 0.75);
}

.before\:bg-rose-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(253 164 175 / 0.8);
}

.before\:bg-rose-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(253 164 175 / 0.9);
}

.before\:bg-rose-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(253 164 175 / 0.95);
}

.before\:bg-rose-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}

.before\:bg-rose-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(251 113 133 / 0);
}

.before\:bg-rose-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(251 113 133 / 0.1);
}

.before\:bg-rose-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(251 113 133 / 1);
}

.before\:bg-rose-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(251 113 133 / 0.2);
}

.before\:bg-rose-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(251 113 133 / 0.25);
}

.before\:bg-rose-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(251 113 133 / 0.3);
}

.before\:bg-rose-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(251 113 133 / 0.4);
}

.before\:bg-rose-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(251 113 133 / 0.05);
}

.before\:bg-rose-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(251 113 133 / 0.5);
}

.before\:bg-rose-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(251 113 133 / 0.6);
}

.before\:bg-rose-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(251 113 133 / 0.7);
}

.before\:bg-rose-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(251 113 133 / 0.75);
}

.before\:bg-rose-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(251 113 133 / 0.8);
}

.before\:bg-rose-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(251 113 133 / 0.9);
}

.before\:bg-rose-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(251 113 133 / 0.95);
}

.before\:bg-rose-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}

.before\:bg-rose-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(255 241 242 / 0);
}

.before\:bg-rose-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(255 241 242 / 0.1);
}

.before\:bg-rose-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(255 241 242 / 1);
}

.before\:bg-rose-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(255 241 242 / 0.2);
}

.before\:bg-rose-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(255 241 242 / 0.25);
}

.before\:bg-rose-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(255 241 242 / 0.3);
}

.before\:bg-rose-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(255 241 242 / 0.4);
}

.before\:bg-rose-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(255 241 242 / 0.05);
}

.before\:bg-rose-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(255 241 242 / 0.5);
}

.before\:bg-rose-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(255 241 242 / 0.6);
}

.before\:bg-rose-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(255 241 242 / 0.7);
}

.before\:bg-rose-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(255 241 242 / 0.75);
}

.before\:bg-rose-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(255 241 242 / 0.8);
}

.before\:bg-rose-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(255 241 242 / 0.9);
}

.before\:bg-rose-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(255 241 242 / 0.95);
}

.before\:bg-rose-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}

.before\:bg-rose-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(244 63 94 / 0);
}

.before\:bg-rose-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(244 63 94 / 0.1);
}

.before\:bg-rose-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(244 63 94 / 1);
}

.before\:bg-rose-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(244 63 94 / 0.2);
}

.before\:bg-rose-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(244 63 94 / 0.25);
}

.before\:bg-rose-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(244 63 94 / 0.3);
}

.before\:bg-rose-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(244 63 94 / 0.4);
}

.before\:bg-rose-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(244 63 94 / 0.05);
}

.before\:bg-rose-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(244 63 94 / 0.5);
}

.before\:bg-rose-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(244 63 94 / 0.6);
}

.before\:bg-rose-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(244 63 94 / 0.7);
}

.before\:bg-rose-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(244 63 94 / 0.75);
}

.before\:bg-rose-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(244 63 94 / 0.8);
}

.before\:bg-rose-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(244 63 94 / 0.9);
}

.before\:bg-rose-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(244 63 94 / 0.95);
}

.before\:bg-rose-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}

.before\:bg-rose-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(225 29 72 / 0);
}

.before\:bg-rose-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(225 29 72 / 0.1);
}

.before\:bg-rose-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(225 29 72 / 1);
}

.before\:bg-rose-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(225 29 72 / 0.2);
}

.before\:bg-rose-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(225 29 72 / 0.25);
}

.before\:bg-rose-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(225 29 72 / 0.3);
}

.before\:bg-rose-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(225 29 72 / 0.4);
}

.before\:bg-rose-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(225 29 72 / 0.05);
}

.before\:bg-rose-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(225 29 72 / 0.5);
}

.before\:bg-rose-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(225 29 72 / 0.6);
}

.before\:bg-rose-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(225 29 72 / 0.7);
}

.before\:bg-rose-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(225 29 72 / 0.75);
}

.before\:bg-rose-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(225 29 72 / 0.8);
}

.before\:bg-rose-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(225 29 72 / 0.9);
}

.before\:bg-rose-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(225 29 72 / 0.95);
}

.before\:bg-rose-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}

.before\:bg-rose-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(190 18 60 / 0);
}

.before\:bg-rose-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(190 18 60 / 0.1);
}

.before\:bg-rose-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(190 18 60 / 1);
}

.before\:bg-rose-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(190 18 60 / 0.2);
}

.before\:bg-rose-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(190 18 60 / 0.25);
}

.before\:bg-rose-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(190 18 60 / 0.3);
}

.before\:bg-rose-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(190 18 60 / 0.4);
}

.before\:bg-rose-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(190 18 60 / 0.05);
}

.before\:bg-rose-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(190 18 60 / 0.5);
}

.before\:bg-rose-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(190 18 60 / 0.6);
}

.before\:bg-rose-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(190 18 60 / 0.7);
}

.before\:bg-rose-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(190 18 60 / 0.75);
}

.before\:bg-rose-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(190 18 60 / 0.8);
}

.before\:bg-rose-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(190 18 60 / 0.9);
}

.before\:bg-rose-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(190 18 60 / 0.95);
}

.before\:bg-rose-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}

.before\:bg-rose-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(159 18 57 / 0);
}

.before\:bg-rose-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(159 18 57 / 0.1);
}

.before\:bg-rose-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(159 18 57 / 1);
}

.before\:bg-rose-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(159 18 57 / 0.2);
}

.before\:bg-rose-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(159 18 57 / 0.25);
}

.before\:bg-rose-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(159 18 57 / 0.3);
}

.before\:bg-rose-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(159 18 57 / 0.4);
}

.before\:bg-rose-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(159 18 57 / 0.05);
}

.before\:bg-rose-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(159 18 57 / 0.5);
}

.before\:bg-rose-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(159 18 57 / 0.6);
}

.before\:bg-rose-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(159 18 57 / 0.7);
}

.before\:bg-rose-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(159 18 57 / 0.75);
}

.before\:bg-rose-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(159 18 57 / 0.8);
}

.before\:bg-rose-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(159 18 57 / 0.9);
}

.before\:bg-rose-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(159 18 57 / 0.95);
}

.before\:bg-rose-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}

.before\:bg-rose-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(136 19 55 / 0);
}

.before\:bg-rose-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(136 19 55 / 0.1);
}

.before\:bg-rose-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(136 19 55 / 1);
}

.before\:bg-rose-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(136 19 55 / 0.2);
}

.before\:bg-rose-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(136 19 55 / 0.25);
}

.before\:bg-rose-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(136 19 55 / 0.3);
}

.before\:bg-rose-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(136 19 55 / 0.4);
}

.before\:bg-rose-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(136 19 55 / 0.05);
}

.before\:bg-rose-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(136 19 55 / 0.5);
}

.before\:bg-rose-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(136 19 55 / 0.6);
}

.before\:bg-rose-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(136 19 55 / 0.7);
}

.before\:bg-rose-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(136 19 55 / 0.75);
}

.before\:bg-rose-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(136 19 55 / 0.8);
}

.before\:bg-rose-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(136 19 55 / 0.9);
}

.before\:bg-rose-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(136 19 55 / 0.95);
}

.before\:bg-sky-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.before\:bg-sky-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(224 242 254 / 0);
}

.before\:bg-sky-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(224 242 254 / 0.1);
}

.before\:bg-sky-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(224 242 254 / 1);
}

.before\:bg-sky-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(224 242 254 / 0.2);
}

.before\:bg-sky-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(224 242 254 / 0.25);
}

.before\:bg-sky-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(224 242 254 / 0.3);
}

.before\:bg-sky-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(224 242 254 / 0.4);
}

.before\:bg-sky-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(224 242 254 / 0.05);
}

.before\:bg-sky-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(224 242 254 / 0.5);
}

.before\:bg-sky-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(224 242 254 / 0.6);
}

.before\:bg-sky-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(224 242 254 / 0.7);
}

.before\:bg-sky-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(224 242 254 / 0.75);
}

.before\:bg-sky-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(224 242 254 / 0.8);
}

.before\:bg-sky-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(224 242 254 / 0.9);
}

.before\:bg-sky-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(224 242 254 / 0.95);
}

.before\:bg-sky-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}

.before\:bg-sky-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(186 230 253 / 0);
}

.before\:bg-sky-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(186 230 253 / 0.1);
}

.before\:bg-sky-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(186 230 253 / 1);
}

.before\:bg-sky-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(186 230 253 / 0.2);
}

.before\:bg-sky-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(186 230 253 / 0.25);
}

.before\:bg-sky-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(186 230 253 / 0.3);
}

.before\:bg-sky-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(186 230 253 / 0.4);
}

.before\:bg-sky-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(186 230 253 / 0.05);
}

.before\:bg-sky-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(186 230 253 / 0.5);
}

.before\:bg-sky-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(186 230 253 / 0.6);
}

.before\:bg-sky-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(186 230 253 / 0.7);
}

.before\:bg-sky-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(186 230 253 / 0.75);
}

.before\:bg-sky-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(186 230 253 / 0.8);
}

.before\:bg-sky-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(186 230 253 / 0.9);
}

.before\:bg-sky-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(186 230 253 / 0.95);
}

.before\:bg-sky-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}

.before\:bg-sky-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(125 211 252 / 0);
}

.before\:bg-sky-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(125 211 252 / 0.1);
}

.before\:bg-sky-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(125 211 252 / 1);
}

.before\:bg-sky-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(125 211 252 / 0.2);
}

.before\:bg-sky-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(125 211 252 / 0.25);
}

.before\:bg-sky-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(125 211 252 / 0.3);
}

.before\:bg-sky-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(125 211 252 / 0.4);
}

.before\:bg-sky-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(125 211 252 / 0.05);
}

.before\:bg-sky-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(125 211 252 / 0.5);
}

.before\:bg-sky-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(125 211 252 / 0.6);
}

.before\:bg-sky-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(125 211 252 / 0.7);
}

.before\:bg-sky-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(125 211 252 / 0.75);
}

.before\:bg-sky-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(125 211 252 / 0.8);
}

.before\:bg-sky-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(125 211 252 / 0.9);
}

.before\:bg-sky-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(125 211 252 / 0.95);
}

.before\:bg-sky-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.before\:bg-sky-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(56 189 248 / 0);
}

.before\:bg-sky-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(56 189 248 / 0.1);
}

.before\:bg-sky-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(56 189 248 / 1);
}

.before\:bg-sky-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(56 189 248 / 0.2);
}

.before\:bg-sky-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(56 189 248 / 0.25);
}

.before\:bg-sky-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(56 189 248 / 0.3);
}

.before\:bg-sky-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(56 189 248 / 0.4);
}

.before\:bg-sky-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(56 189 248 / 0.05);
}

.before\:bg-sky-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(56 189 248 / 0.5);
}

.before\:bg-sky-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(56 189 248 / 0.6);
}

.before\:bg-sky-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(56 189 248 / 0.7);
}

.before\:bg-sky-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(56 189 248 / 0.75);
}

.before\:bg-sky-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(56 189 248 / 0.8);
}

.before\:bg-sky-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(56 189 248 / 0.9);
}

.before\:bg-sky-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(56 189 248 / 0.95);
}

.before\:bg-sky-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.before\:bg-sky-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(240 249 255 / 0);
}

.before\:bg-sky-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(240 249 255 / 0.1);
}

.before\:bg-sky-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(240 249 255 / 1);
}

.before\:bg-sky-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(240 249 255 / 0.2);
}

.before\:bg-sky-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(240 249 255 / 0.25);
}

.before\:bg-sky-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(240 249 255 / 0.3);
}

.before\:bg-sky-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(240 249 255 / 0.4);
}

.before\:bg-sky-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(240 249 255 / 0.05);
}

.before\:bg-sky-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(240 249 255 / 0.5);
}

.before\:bg-sky-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(240 249 255 / 0.6);
}

.before\:bg-sky-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(240 249 255 / 0.7);
}

.before\:bg-sky-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(240 249 255 / 0.75);
}

.before\:bg-sky-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(240 249 255 / 0.8);
}

.before\:bg-sky-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(240 249 255 / 0.9);
}

.before\:bg-sky-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(240 249 255 / 0.95);
}

.before\:bg-sky-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.before\:bg-sky-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(14 165 233 / 0);
}

.before\:bg-sky-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(14 165 233 / 0.1);
}

.before\:bg-sky-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(14 165 233 / 1);
}

.before\:bg-sky-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(14 165 233 / 0.2);
}

.before\:bg-sky-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(14 165 233 / 0.25);
}

.before\:bg-sky-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(14 165 233 / 0.3);
}

.before\:bg-sky-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(14 165 233 / 0.4);
}

.before\:bg-sky-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(14 165 233 / 0.05);
}

.before\:bg-sky-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(14 165 233 / 0.5);
}

.before\:bg-sky-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(14 165 233 / 0.6);
}

.before\:bg-sky-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(14 165 233 / 0.7);
}

.before\:bg-sky-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(14 165 233 / 0.75);
}

.before\:bg-sky-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(14 165 233 / 0.8);
}

.before\:bg-sky-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(14 165 233 / 0.9);
}

.before\:bg-sky-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(14 165 233 / 0.95);
}

.before\:bg-sky-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.before\:bg-sky-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(2 132 199 / 0);
}

.before\:bg-sky-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(2 132 199 / 0.1);
}

.before\:bg-sky-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(2 132 199 / 1);
}

.before\:bg-sky-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(2 132 199 / 0.2);
}

.before\:bg-sky-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(2 132 199 / 0.25);
}

.before\:bg-sky-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(2 132 199 / 0.3);
}

.before\:bg-sky-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(2 132 199 / 0.4);
}

.before\:bg-sky-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(2 132 199 / 0.05);
}

.before\:bg-sky-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(2 132 199 / 0.5);
}

.before\:bg-sky-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(2 132 199 / 0.6);
}

.before\:bg-sky-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(2 132 199 / 0.7);
}

.before\:bg-sky-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(2 132 199 / 0.75);
}

.before\:bg-sky-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(2 132 199 / 0.8);
}

.before\:bg-sky-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(2 132 199 / 0.9);
}

.before\:bg-sky-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(2 132 199 / 0.95);
}

.before\:bg-sky-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

.before\:bg-sky-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(3 105 161 / 0);
}

.before\:bg-sky-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(3 105 161 / 0.1);
}

.before\:bg-sky-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(3 105 161 / 1);
}

.before\:bg-sky-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(3 105 161 / 0.2);
}

.before\:bg-sky-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(3 105 161 / 0.25);
}

.before\:bg-sky-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(3 105 161 / 0.3);
}

.before\:bg-sky-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(3 105 161 / 0.4);
}

.before\:bg-sky-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(3 105 161 / 0.05);
}

.before\:bg-sky-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(3 105 161 / 0.5);
}

.before\:bg-sky-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(3 105 161 / 0.6);
}

.before\:bg-sky-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(3 105 161 / 0.7);
}

.before\:bg-sky-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(3 105 161 / 0.75);
}

.before\:bg-sky-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(3 105 161 / 0.8);
}

.before\:bg-sky-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(3 105 161 / 0.9);
}

.before\:bg-sky-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(3 105 161 / 0.95);
}

.before\:bg-sky-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}

.before\:bg-sky-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(7 89 133 / 0);
}

.before\:bg-sky-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(7 89 133 / 0.1);
}

.before\:bg-sky-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(7 89 133 / 1);
}

.before\:bg-sky-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(7 89 133 / 0.2);
}

.before\:bg-sky-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(7 89 133 / 0.25);
}

.before\:bg-sky-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(7 89 133 / 0.3);
}

.before\:bg-sky-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(7 89 133 / 0.4);
}

.before\:bg-sky-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(7 89 133 / 0.05);
}

.before\:bg-sky-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(7 89 133 / 0.5);
}

.before\:bg-sky-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(7 89 133 / 0.6);
}

.before\:bg-sky-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(7 89 133 / 0.7);
}

.before\:bg-sky-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(7 89 133 / 0.75);
}

.before\:bg-sky-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(7 89 133 / 0.8);
}

.before\:bg-sky-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(7 89 133 / 0.9);
}

.before\:bg-sky-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(7 89 133 / 0.95);
}

.before\:bg-sky-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.before\:bg-sky-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(12 74 110 / 0);
}

.before\:bg-sky-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(12 74 110 / 0.1);
}

.before\:bg-sky-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(12 74 110 / 1);
}

.before\:bg-sky-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(12 74 110 / 0.2);
}

.before\:bg-sky-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(12 74 110 / 0.25);
}

.before\:bg-sky-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(12 74 110 / 0.3);
}

.before\:bg-sky-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(12 74 110 / 0.4);
}

.before\:bg-sky-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(12 74 110 / 0.05);
}

.before\:bg-sky-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(12 74 110 / 0.5);
}

.before\:bg-sky-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(12 74 110 / 0.6);
}

.before\:bg-sky-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(12 74 110 / 0.7);
}

.before\:bg-sky-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(12 74 110 / 0.75);
}

.before\:bg-sky-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(12 74 110 / 0.8);
}

.before\:bg-sky-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(12 74 110 / 0.9);
}

.before\:bg-sky-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(12 74 110 / 0.95);
}

.before\:bg-slate-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.before\:bg-slate-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(241 245 249 / 0);
}

.before\:bg-slate-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(241 245 249 / 0.1);
}

.before\:bg-slate-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(241 245 249 / 1);
}

.before\:bg-slate-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(241 245 249 / 0.2);
}

.before\:bg-slate-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(241 245 249 / 0.25);
}

.before\:bg-slate-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(241 245 249 / 0.3);
}

.before\:bg-slate-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(241 245 249 / 0.4);
}

.before\:bg-slate-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(241 245 249 / 0.05);
}

.before\:bg-slate-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(241 245 249 / 0.5);
}

.before\:bg-slate-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(241 245 249 / 0.6);
}

.before\:bg-slate-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(241 245 249 / 0.7);
}

.before\:bg-slate-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(241 245 249 / 0.75);
}

.before\:bg-slate-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(241 245 249 / 0.8);
}

.before\:bg-slate-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(241 245 249 / 0.9);
}

.before\:bg-slate-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(241 245 249 / 0.95);
}

.before\:bg-slate-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.before\:bg-slate-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(226 232 240 / 0);
}

.before\:bg-slate-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(226 232 240 / 0.1);
}

.before\:bg-slate-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(226 232 240 / 1);
}

.before\:bg-slate-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(226 232 240 / 0.2);
}

.before\:bg-slate-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(226 232 240 / 0.25);
}

.before\:bg-slate-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(226 232 240 / 0.3);
}

.before\:bg-slate-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(226 232 240 / 0.4);
}

.before\:bg-slate-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(226 232 240 / 0.05);
}

.before\:bg-slate-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(226 232 240 / 0.5);
}

.before\:bg-slate-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(226 232 240 / 0.6);
}

.before\:bg-slate-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(226 232 240 / 0.7);
}

.before\:bg-slate-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(226 232 240 / 0.75);
}

.before\:bg-slate-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(226 232 240 / 0.8);
}

.before\:bg-slate-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(226 232 240 / 0.9);
}

.before\:bg-slate-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(226 232 240 / 0.95);
}

.before\:bg-slate-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.before\:bg-slate-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(203 213 225 / 0);
}

.before\:bg-slate-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(203 213 225 / 0.1);
}

.before\:bg-slate-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(203 213 225 / 1);
}

.before\:bg-slate-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(203 213 225 / 0.2);
}

.before\:bg-slate-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(203 213 225 / 0.25);
}

.before\:bg-slate-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(203 213 225 / 0.3);
}

.before\:bg-slate-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(203 213 225 / 0.4);
}

.before\:bg-slate-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(203 213 225 / 0.05);
}

.before\:bg-slate-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(203 213 225 / 0.5);
}

.before\:bg-slate-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(203 213 225 / 0.6);
}

.before\:bg-slate-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(203 213 225 / 0.7);
}

.before\:bg-slate-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(203 213 225 / 0.75);
}

.before\:bg-slate-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(203 213 225 / 0.8);
}

.before\:bg-slate-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(203 213 225 / 0.9);
}

.before\:bg-slate-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(203 213 225 / 0.95);
}

.before\:bg-slate-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.before\:bg-slate-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(148 163 184 / 0);
}

.before\:bg-slate-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(148 163 184 / 0.1);
}

.before\:bg-slate-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(148 163 184 / 1);
}

.before\:bg-slate-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(148 163 184 / 0.2);
}

.before\:bg-slate-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(148 163 184 / 0.25);
}

.before\:bg-slate-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(148 163 184 / 0.3);
}

.before\:bg-slate-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(148 163 184 / 0.4);
}

.before\:bg-slate-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(148 163 184 / 0.05);
}

.before\:bg-slate-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(148 163 184 / 0.5);
}

.before\:bg-slate-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(148 163 184 / 0.6);
}

.before\:bg-slate-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(148 163 184 / 0.7);
}

.before\:bg-slate-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(148 163 184 / 0.75);
}

.before\:bg-slate-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(148 163 184 / 0.8);
}

.before\:bg-slate-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(148 163 184 / 0.9);
}

.before\:bg-slate-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(148 163 184 / 0.95);
}

.before\:bg-slate-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.before\:bg-slate-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(248 250 252 / 0);
}

.before\:bg-slate-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(248 250 252 / 0.1);
}

.before\:bg-slate-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(248 250 252 / 1);
}

.before\:bg-slate-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(248 250 252 / 0.2);
}

.before\:bg-slate-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(248 250 252 / 0.25);
}

.before\:bg-slate-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(248 250 252 / 0.3);
}

.before\:bg-slate-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(248 250 252 / 0.4);
}

.before\:bg-slate-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(248 250 252 / 0.05);
}

.before\:bg-slate-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(248 250 252 / 0.5);
}

.before\:bg-slate-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(248 250 252 / 0.6);
}

.before\:bg-slate-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(248 250 252 / 0.7);
}

.before\:bg-slate-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(248 250 252 / 0.75);
}

.before\:bg-slate-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(248 250 252 / 0.8);
}

.before\:bg-slate-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(248 250 252 / 0.9);
}

.before\:bg-slate-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(248 250 252 / 0.95);
}

.before\:bg-slate-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.before\:bg-slate-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(100 116 139 / 0);
}

.before\:bg-slate-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(100 116 139 / 0.1);
}

.before\:bg-slate-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(100 116 139 / 1);
}

.before\:bg-slate-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(100 116 139 / 0.2);
}

.before\:bg-slate-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(100 116 139 / 0.25);
}

.before\:bg-slate-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(100 116 139 / 0.3);
}

.before\:bg-slate-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(100 116 139 / 0.4);
}

.before\:bg-slate-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(100 116 139 / 0.05);
}

.before\:bg-slate-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(100 116 139 / 0.5);
}

.before\:bg-slate-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(100 116 139 / 0.6);
}

.before\:bg-slate-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(100 116 139 / 0.7);
}

.before\:bg-slate-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(100 116 139 / 0.75);
}

.before\:bg-slate-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(100 116 139 / 0.8);
}

.before\:bg-slate-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(100 116 139 / 0.9);
}

.before\:bg-slate-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(100 116 139 / 0.95);
}

.before\:bg-slate-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

.before\:bg-slate-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(71 85 105 / 0);
}

.before\:bg-slate-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(71 85 105 / 0.1);
}

.before\:bg-slate-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(71 85 105 / 1);
}

.before\:bg-slate-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(71 85 105 / 0.2);
}

.before\:bg-slate-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(71 85 105 / 0.25);
}

.before\:bg-slate-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(71 85 105 / 0.3);
}

.before\:bg-slate-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(71 85 105 / 0.4);
}

.before\:bg-slate-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(71 85 105 / 0.05);
}

.before\:bg-slate-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(71 85 105 / 0.5);
}

.before\:bg-slate-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(71 85 105 / 0.6);
}

.before\:bg-slate-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(71 85 105 / 0.7);
}

.before\:bg-slate-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(71 85 105 / 0.75);
}

.before\:bg-slate-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(71 85 105 / 0.8);
}

.before\:bg-slate-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(71 85 105 / 0.9);
}

.before\:bg-slate-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(71 85 105 / 0.95);
}

.before\:bg-slate-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.before\:bg-slate-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(51 65 85 / 0);
}

.before\:bg-slate-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(51 65 85 / 0.1);
}

.before\:bg-slate-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(51 65 85 / 1);
}

.before\:bg-slate-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(51 65 85 / 0.2);
}

.before\:bg-slate-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(51 65 85 / 0.25);
}

.before\:bg-slate-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(51 65 85 / 0.3);
}

.before\:bg-slate-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(51 65 85 / 0.4);
}

.before\:bg-slate-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(51 65 85 / 0.05);
}

.before\:bg-slate-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(51 65 85 / 0.5);
}

.before\:bg-slate-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(51 65 85 / 0.6);
}

.before\:bg-slate-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(51 65 85 / 0.7);
}

.before\:bg-slate-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(51 65 85 / 0.75);
}

.before\:bg-slate-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(51 65 85 / 0.8);
}

.before\:bg-slate-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(51 65 85 / 0.9);
}

.before\:bg-slate-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(51 65 85 / 0.95);
}

.before\:bg-slate-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.before\:bg-slate-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(30 41 59 / 0);
}

.before\:bg-slate-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(30 41 59 / 0.1);
}

.before\:bg-slate-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(30 41 59 / 1);
}

.before\:bg-slate-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(30 41 59 / 0.2);
}

.before\:bg-slate-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(30 41 59 / 0.25);
}

.before\:bg-slate-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(30 41 59 / 0.3);
}

.before\:bg-slate-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(30 41 59 / 0.4);
}

.before\:bg-slate-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(30 41 59 / 0.05);
}

.before\:bg-slate-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(30 41 59 / 0.5);
}

.before\:bg-slate-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(30 41 59 / 0.6);
}

.before\:bg-slate-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(30 41 59 / 0.7);
}

.before\:bg-slate-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(30 41 59 / 0.75);
}

.before\:bg-slate-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(30 41 59 / 0.8);
}

.before\:bg-slate-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(30 41 59 / 0.9);
}

.before\:bg-slate-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(30 41 59 / 0.95);
}

.before\:bg-slate-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.before\:bg-slate-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(15 23 42 / 0);
}

.before\:bg-slate-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(15 23 42 / 0.1);
}

.before\:bg-slate-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(15 23 42 / 1);
}

.before\:bg-slate-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(15 23 42 / 0.2);
}

.before\:bg-slate-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(15 23 42 / 0.25);
}

.before\:bg-slate-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(15 23 42 / 0.3);
}

.before\:bg-slate-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(15 23 42 / 0.4);
}

.before\:bg-slate-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(15 23 42 / 0.05);
}

.before\:bg-slate-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(15 23 42 / 0.5);
}

.before\:bg-slate-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(15 23 42 / 0.6);
}

.before\:bg-slate-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(15 23 42 / 0.7);
}

.before\:bg-slate-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(15 23 42 / 0.75);
}

.before\:bg-slate-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(15 23 42 / 0.8);
}

.before\:bg-slate-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(15 23 42 / 0.9);
}

.before\:bg-slate-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(15 23 42 / 0.95);
}

.before\:bg-stone-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}

.before\:bg-stone-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(245 245 244 / 0);
}

.before\:bg-stone-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(245 245 244 / 0.1);
}

.before\:bg-stone-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(245 245 244 / 1);
}

.before\:bg-stone-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(245 245 244 / 0.2);
}

.before\:bg-stone-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(245 245 244 / 0.25);
}

.before\:bg-stone-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(245 245 244 / 0.3);
}

.before\:bg-stone-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(245 245 244 / 0.4);
}

.before\:bg-stone-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(245 245 244 / 0.05);
}

.before\:bg-stone-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(245 245 244 / 0.5);
}

.before\:bg-stone-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(245 245 244 / 0.6);
}

.before\:bg-stone-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(245 245 244 / 0.7);
}

.before\:bg-stone-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(245 245 244 / 0.75);
}

.before\:bg-stone-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(245 245 244 / 0.8);
}

.before\:bg-stone-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(245 245 244 / 0.9);
}

.before\:bg-stone-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(245 245 244 / 0.95);
}

.before\:bg-stone-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}

.before\:bg-stone-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(231 229 228 / 0);
}

.before\:bg-stone-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(231 229 228 / 0.1);
}

.before\:bg-stone-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(231 229 228 / 1);
}

.before\:bg-stone-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(231 229 228 / 0.2);
}

.before\:bg-stone-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(231 229 228 / 0.25);
}

.before\:bg-stone-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(231 229 228 / 0.3);
}

.before\:bg-stone-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(231 229 228 / 0.4);
}

.before\:bg-stone-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(231 229 228 / 0.05);
}

.before\:bg-stone-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(231 229 228 / 0.5);
}

.before\:bg-stone-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(231 229 228 / 0.6);
}

.before\:bg-stone-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(231 229 228 / 0.7);
}

.before\:bg-stone-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(231 229 228 / 0.75);
}

.before\:bg-stone-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(231 229 228 / 0.8);
}

.before\:bg-stone-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(231 229 228 / 0.9);
}

.before\:bg-stone-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(231 229 228 / 0.95);
}

.before\:bg-stone-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}

.before\:bg-stone-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(214 211 209 / 0);
}

.before\:bg-stone-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(214 211 209 / 0.1);
}

.before\:bg-stone-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(214 211 209 / 1);
}

.before\:bg-stone-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(214 211 209 / 0.2);
}

.before\:bg-stone-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(214 211 209 / 0.25);
}

.before\:bg-stone-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(214 211 209 / 0.3);
}

.before\:bg-stone-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(214 211 209 / 0.4);
}

.before\:bg-stone-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(214 211 209 / 0.05);
}

.before\:bg-stone-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(214 211 209 / 0.5);
}

.before\:bg-stone-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(214 211 209 / 0.6);
}

.before\:bg-stone-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(214 211 209 / 0.7);
}

.before\:bg-stone-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(214 211 209 / 0.75);
}

.before\:bg-stone-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(214 211 209 / 0.8);
}

.before\:bg-stone-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(214 211 209 / 0.9);
}

.before\:bg-stone-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(214 211 209 / 0.95);
}

.before\:bg-stone-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}

.before\:bg-stone-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(168 162 158 / 0);
}

.before\:bg-stone-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(168 162 158 / 0.1);
}

.before\:bg-stone-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(168 162 158 / 1);
}

.before\:bg-stone-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(168 162 158 / 0.2);
}

.before\:bg-stone-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(168 162 158 / 0.25);
}

.before\:bg-stone-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(168 162 158 / 0.3);
}

.before\:bg-stone-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(168 162 158 / 0.4);
}

.before\:bg-stone-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(168 162 158 / 0.05);
}

.before\:bg-stone-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(168 162 158 / 0.5);
}

.before\:bg-stone-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(168 162 158 / 0.6);
}

.before\:bg-stone-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(168 162 158 / 0.7);
}

.before\:bg-stone-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(168 162 158 / 0.75);
}

.before\:bg-stone-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(168 162 158 / 0.8);
}

.before\:bg-stone-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(168 162 158 / 0.9);
}

.before\:bg-stone-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(168 162 158 / 0.95);
}

.before\:bg-stone-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}

.before\:bg-stone-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(250 250 249 / 0);
}

.before\:bg-stone-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(250 250 249 / 0.1);
}

.before\:bg-stone-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(250 250 249 / 1);
}

.before\:bg-stone-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(250 250 249 / 0.2);
}

.before\:bg-stone-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(250 250 249 / 0.25);
}

.before\:bg-stone-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(250 250 249 / 0.3);
}

.before\:bg-stone-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(250 250 249 / 0.4);
}

.before\:bg-stone-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(250 250 249 / 0.05);
}

.before\:bg-stone-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(250 250 249 / 0.5);
}

.before\:bg-stone-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(250 250 249 / 0.6);
}

.before\:bg-stone-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(250 250 249 / 0.7);
}

.before\:bg-stone-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(250 250 249 / 0.75);
}

.before\:bg-stone-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(250 250 249 / 0.8);
}

.before\:bg-stone-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(250 250 249 / 0.9);
}

.before\:bg-stone-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(250 250 249 / 0.95);
}

.before\:bg-stone-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}

.before\:bg-stone-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(120 113 108 / 0);
}

.before\:bg-stone-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(120 113 108 / 0.1);
}

.before\:bg-stone-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(120 113 108 / 1);
}

.before\:bg-stone-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(120 113 108 / 0.2);
}

.before\:bg-stone-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(120 113 108 / 0.25);
}

.before\:bg-stone-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(120 113 108 / 0.3);
}

.before\:bg-stone-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(120 113 108 / 0.4);
}

.before\:bg-stone-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(120 113 108 / 0.05);
}

.before\:bg-stone-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(120 113 108 / 0.5);
}

.before\:bg-stone-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(120 113 108 / 0.6);
}

.before\:bg-stone-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(120 113 108 / 0.7);
}

.before\:bg-stone-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(120 113 108 / 0.75);
}

.before\:bg-stone-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(120 113 108 / 0.8);
}

.before\:bg-stone-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(120 113 108 / 0.9);
}

.before\:bg-stone-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(120 113 108 / 0.95);
}

.before\:bg-stone-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}

.before\:bg-stone-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(87 83 78 / 0);
}

.before\:bg-stone-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(87 83 78 / 0.1);
}

.before\:bg-stone-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(87 83 78 / 1);
}

.before\:bg-stone-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(87 83 78 / 0.2);
}

.before\:bg-stone-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(87 83 78 / 0.25);
}

.before\:bg-stone-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(87 83 78 / 0.3);
}

.before\:bg-stone-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(87 83 78 / 0.4);
}

.before\:bg-stone-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(87 83 78 / 0.05);
}

.before\:bg-stone-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(87 83 78 / 0.5);
}

.before\:bg-stone-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(87 83 78 / 0.6);
}

.before\:bg-stone-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(87 83 78 / 0.7);
}

.before\:bg-stone-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(87 83 78 / 0.75);
}

.before\:bg-stone-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(87 83 78 / 0.8);
}

.before\:bg-stone-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(87 83 78 / 0.9);
}

.before\:bg-stone-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(87 83 78 / 0.95);
}

.before\:bg-stone-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}

.before\:bg-stone-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(68 64 60 / 0);
}

.before\:bg-stone-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(68 64 60 / 0.1);
}

.before\:bg-stone-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(68 64 60 / 1);
}

.before\:bg-stone-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(68 64 60 / 0.2);
}

.before\:bg-stone-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(68 64 60 / 0.25);
}

.before\:bg-stone-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(68 64 60 / 0.3);
}

.before\:bg-stone-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(68 64 60 / 0.4);
}

.before\:bg-stone-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(68 64 60 / 0.05);
}

.before\:bg-stone-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(68 64 60 / 0.5);
}

.before\:bg-stone-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(68 64 60 / 0.6);
}

.before\:bg-stone-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(68 64 60 / 0.7);
}

.before\:bg-stone-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(68 64 60 / 0.75);
}

.before\:bg-stone-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(68 64 60 / 0.8);
}

.before\:bg-stone-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(68 64 60 / 0.9);
}

.before\:bg-stone-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(68 64 60 / 0.95);
}

.before\:bg-stone-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}

.before\:bg-stone-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(41 37 36 / 0);
}

.before\:bg-stone-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(41 37 36 / 0.1);
}

.before\:bg-stone-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(41 37 36 / 1);
}

.before\:bg-stone-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(41 37 36 / 0.2);
}

.before\:bg-stone-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(41 37 36 / 0.25);
}

.before\:bg-stone-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(41 37 36 / 0.3);
}

.before\:bg-stone-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(41 37 36 / 0.4);
}

.before\:bg-stone-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(41 37 36 / 0.05);
}

.before\:bg-stone-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(41 37 36 / 0.5);
}

.before\:bg-stone-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(41 37 36 / 0.6);
}

.before\:bg-stone-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(41 37 36 / 0.7);
}

.before\:bg-stone-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(41 37 36 / 0.75);
}

.before\:bg-stone-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(41 37 36 / 0.8);
}

.before\:bg-stone-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(41 37 36 / 0.9);
}

.before\:bg-stone-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(41 37 36 / 0.95);
}

.before\:bg-stone-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}

.before\:bg-stone-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(28 25 23 / 0);
}

.before\:bg-stone-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(28 25 23 / 0.1);
}

.before\:bg-stone-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(28 25 23 / 1);
}

.before\:bg-stone-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(28 25 23 / 0.2);
}

.before\:bg-stone-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(28 25 23 / 0.25);
}

.before\:bg-stone-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(28 25 23 / 0.3);
}

.before\:bg-stone-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(28 25 23 / 0.4);
}

.before\:bg-stone-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(28 25 23 / 0.05);
}

.before\:bg-stone-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(28 25 23 / 0.5);
}

.before\:bg-stone-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(28 25 23 / 0.6);
}

.before\:bg-stone-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(28 25 23 / 0.7);
}

.before\:bg-stone-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(28 25 23 / 0.75);
}

.before\:bg-stone-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(28 25 23 / 0.8);
}

.before\:bg-stone-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(28 25 23 / 0.9);
}

.before\:bg-stone-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(28 25 23 / 0.95);
}

.before\:bg-teal-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}

.before\:bg-teal-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(204 251 241 / 0);
}

.before\:bg-teal-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(204 251 241 / 0.1);
}

.before\:bg-teal-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(204 251 241 / 1);
}

.before\:bg-teal-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(204 251 241 / 0.2);
}

.before\:bg-teal-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(204 251 241 / 0.25);
}

.before\:bg-teal-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(204 251 241 / 0.3);
}

.before\:bg-teal-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(204 251 241 / 0.4);
}

.before\:bg-teal-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(204 251 241 / 0.05);
}

.before\:bg-teal-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(204 251 241 / 0.5);
}

.before\:bg-teal-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(204 251 241 / 0.6);
}

.before\:bg-teal-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(204 251 241 / 0.7);
}

.before\:bg-teal-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(204 251 241 / 0.75);
}

.before\:bg-teal-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(204 251 241 / 0.8);
}

.before\:bg-teal-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(204 251 241 / 0.9);
}

.before\:bg-teal-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(204 251 241 / 0.95);
}

.before\:bg-teal-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}

.before\:bg-teal-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(153 246 228 / 0);
}

.before\:bg-teal-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(153 246 228 / 0.1);
}

.before\:bg-teal-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(153 246 228 / 1);
}

.before\:bg-teal-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(153 246 228 / 0.2);
}

.before\:bg-teal-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(153 246 228 / 0.25);
}

.before\:bg-teal-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(153 246 228 / 0.3);
}

.before\:bg-teal-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(153 246 228 / 0.4);
}

.before\:bg-teal-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(153 246 228 / 0.05);
}

.before\:bg-teal-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(153 246 228 / 0.5);
}

.before\:bg-teal-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(153 246 228 / 0.6);
}

.before\:bg-teal-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(153 246 228 / 0.7);
}

.before\:bg-teal-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(153 246 228 / 0.75);
}

.before\:bg-teal-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(153 246 228 / 0.8);
}

.before\:bg-teal-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(153 246 228 / 0.9);
}

.before\:bg-teal-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(153 246 228 / 0.95);
}

.before\:bg-teal-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}

.before\:bg-teal-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(94 234 212 / 0);
}

.before\:bg-teal-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(94 234 212 / 0.1);
}

.before\:bg-teal-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(94 234 212 / 1);
}

.before\:bg-teal-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(94 234 212 / 0.2);
}

.before\:bg-teal-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(94 234 212 / 0.25);
}

.before\:bg-teal-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(94 234 212 / 0.3);
}

.before\:bg-teal-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(94 234 212 / 0.4);
}

.before\:bg-teal-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(94 234 212 / 0.05);
}

.before\:bg-teal-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(94 234 212 / 0.5);
}

.before\:bg-teal-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(94 234 212 / 0.6);
}

.before\:bg-teal-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(94 234 212 / 0.7);
}

.before\:bg-teal-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(94 234 212 / 0.75);
}

.before\:bg-teal-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(94 234 212 / 0.8);
}

.before\:bg-teal-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(94 234 212 / 0.9);
}

.before\:bg-teal-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(94 234 212 / 0.95);
}

.before\:bg-teal-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}

.before\:bg-teal-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(45 212 191 / 0);
}

.before\:bg-teal-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(45 212 191 / 0.1);
}

.before\:bg-teal-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(45 212 191 / 1);
}

.before\:bg-teal-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(45 212 191 / 0.2);
}

.before\:bg-teal-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(45 212 191 / 0.25);
}

.before\:bg-teal-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(45 212 191 / 0.3);
}

.before\:bg-teal-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(45 212 191 / 0.4);
}

.before\:bg-teal-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(45 212 191 / 0.05);
}

.before\:bg-teal-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(45 212 191 / 0.5);
}

.before\:bg-teal-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(45 212 191 / 0.6);
}

.before\:bg-teal-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(45 212 191 / 0.7);
}

.before\:bg-teal-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(45 212 191 / 0.75);
}

.before\:bg-teal-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(45 212 191 / 0.8);
}

.before\:bg-teal-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(45 212 191 / 0.9);
}

.before\:bg-teal-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(45 212 191 / 0.95);
}

.before\:bg-teal-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}

.before\:bg-teal-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(240 253 250 / 0);
}

.before\:bg-teal-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(240 253 250 / 0.1);
}

.before\:bg-teal-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(240 253 250 / 1);
}

.before\:bg-teal-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(240 253 250 / 0.2);
}

.before\:bg-teal-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(240 253 250 / 0.25);
}

.before\:bg-teal-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(240 253 250 / 0.3);
}

.before\:bg-teal-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(240 253 250 / 0.4);
}

.before\:bg-teal-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(240 253 250 / 0.05);
}

.before\:bg-teal-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(240 253 250 / 0.5);
}

.before\:bg-teal-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(240 253 250 / 0.6);
}

.before\:bg-teal-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(240 253 250 / 0.7);
}

.before\:bg-teal-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(240 253 250 / 0.75);
}

.before\:bg-teal-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(240 253 250 / 0.8);
}

.before\:bg-teal-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(240 253 250 / 0.9);
}

.before\:bg-teal-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(240 253 250 / 0.95);
}

.before\:bg-teal-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}

.before\:bg-teal-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(20 184 166 / 0);
}

.before\:bg-teal-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(20 184 166 / 0.1);
}

.before\:bg-teal-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(20 184 166 / 1);
}

.before\:bg-teal-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(20 184 166 / 0.2);
}

.before\:bg-teal-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(20 184 166 / 0.25);
}

.before\:bg-teal-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(20 184 166 / 0.3);
}

.before\:bg-teal-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(20 184 166 / 0.4);
}

.before\:bg-teal-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(20 184 166 / 0.05);
}

.before\:bg-teal-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(20 184 166 / 0.5);
}

.before\:bg-teal-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(20 184 166 / 0.6);
}

.before\:bg-teal-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(20 184 166 / 0.7);
}

.before\:bg-teal-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(20 184 166 / 0.75);
}

.before\:bg-teal-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(20 184 166 / 0.8);
}

.before\:bg-teal-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(20 184 166 / 0.9);
}

.before\:bg-teal-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(20 184 166 / 0.95);
}

.before\:bg-teal-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}

.before\:bg-teal-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(13 148 136 / 0);
}

.before\:bg-teal-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(13 148 136 / 0.1);
}

.before\:bg-teal-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(13 148 136 / 1);
}

.before\:bg-teal-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(13 148 136 / 0.2);
}

.before\:bg-teal-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(13 148 136 / 0.25);
}

.before\:bg-teal-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(13 148 136 / 0.3);
}

.before\:bg-teal-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(13 148 136 / 0.4);
}

.before\:bg-teal-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(13 148 136 / 0.05);
}

.before\:bg-teal-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(13 148 136 / 0.5);
}

.before\:bg-teal-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(13 148 136 / 0.6);
}

.before\:bg-teal-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(13 148 136 / 0.7);
}

.before\:bg-teal-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(13 148 136 / 0.75);
}

.before\:bg-teal-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(13 148 136 / 0.8);
}

.before\:bg-teal-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(13 148 136 / 0.9);
}

.before\:bg-teal-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(13 148 136 / 0.95);
}

.before\:bg-teal-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}

.before\:bg-teal-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(15 118 110 / 0);
}

.before\:bg-teal-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(15 118 110 / 0.1);
}

.before\:bg-teal-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(15 118 110 / 1);
}

.before\:bg-teal-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(15 118 110 / 0.2);
}

.before\:bg-teal-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(15 118 110 / 0.25);
}

.before\:bg-teal-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(15 118 110 / 0.3);
}

.before\:bg-teal-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(15 118 110 / 0.4);
}

.before\:bg-teal-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(15 118 110 / 0.05);
}

.before\:bg-teal-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(15 118 110 / 0.5);
}

.before\:bg-teal-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(15 118 110 / 0.6);
}

.before\:bg-teal-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(15 118 110 / 0.7);
}

.before\:bg-teal-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(15 118 110 / 0.75);
}

.before\:bg-teal-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(15 118 110 / 0.8);
}

.before\:bg-teal-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(15 118 110 / 0.9);
}

.before\:bg-teal-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(15 118 110 / 0.95);
}

.before\:bg-teal-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}

.before\:bg-teal-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(17 94 89 / 0);
}

.before\:bg-teal-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(17 94 89 / 0.1);
}

.before\:bg-teal-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(17 94 89 / 1);
}

.before\:bg-teal-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(17 94 89 / 0.2);
}

.before\:bg-teal-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(17 94 89 / 0.25);
}

.before\:bg-teal-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(17 94 89 / 0.3);
}

.before\:bg-teal-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(17 94 89 / 0.4);
}

.before\:bg-teal-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(17 94 89 / 0.05);
}

.before\:bg-teal-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(17 94 89 / 0.5);
}

.before\:bg-teal-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(17 94 89 / 0.6);
}

.before\:bg-teal-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(17 94 89 / 0.7);
}

.before\:bg-teal-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(17 94 89 / 0.75);
}

.before\:bg-teal-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(17 94 89 / 0.8);
}

.before\:bg-teal-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(17 94 89 / 0.9);
}

.before\:bg-teal-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(17 94 89 / 0.95);
}

.before\:bg-teal-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}

.before\:bg-teal-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(19 78 74 / 0);
}

.before\:bg-teal-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(19 78 74 / 0.1);
}

.before\:bg-teal-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(19 78 74 / 1);
}

.before\:bg-teal-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(19 78 74 / 0.2);
}

.before\:bg-teal-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(19 78 74 / 0.25);
}

.before\:bg-teal-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(19 78 74 / 0.3);
}

.before\:bg-teal-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(19 78 74 / 0.4);
}

.before\:bg-teal-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(19 78 74 / 0.05);
}

.before\:bg-teal-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(19 78 74 / 0.5);
}

.before\:bg-teal-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(19 78 74 / 0.6);
}

.before\:bg-teal-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(19 78 74 / 0.7);
}

.before\:bg-teal-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(19 78 74 / 0.75);
}

.before\:bg-teal-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(19 78 74 / 0.8);
}

.before\:bg-teal-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(19 78 74 / 0.9);
}

.before\:bg-teal-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(19 78 74 / 0.95);
}

.before\:bg-violet-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}

.before\:bg-violet-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(237 233 254 / 0);
}

.before\:bg-violet-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(237 233 254 / 0.1);
}

.before\:bg-violet-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(237 233 254 / 1);
}

.before\:bg-violet-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(237 233 254 / 0.2);
}

.before\:bg-violet-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(237 233 254 / 0.25);
}

.before\:bg-violet-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(237 233 254 / 0.3);
}

.before\:bg-violet-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(237 233 254 / 0.4);
}

.before\:bg-violet-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(237 233 254 / 0.05);
}

.before\:bg-violet-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(237 233 254 / 0.5);
}

.before\:bg-violet-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(237 233 254 / 0.6);
}

.before\:bg-violet-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(237 233 254 / 0.7);
}

.before\:bg-violet-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(237 233 254 / 0.75);
}

.before\:bg-violet-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(237 233 254 / 0.8);
}

.before\:bg-violet-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(237 233 254 / 0.9);
}

.before\:bg-violet-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(237 233 254 / 0.95);
}

.before\:bg-violet-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}

.before\:bg-violet-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(221 214 254 / 0);
}

.before\:bg-violet-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(221 214 254 / 0.1);
}

.before\:bg-violet-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(221 214 254 / 1);
}

.before\:bg-violet-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(221 214 254 / 0.2);
}

.before\:bg-violet-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(221 214 254 / 0.25);
}

.before\:bg-violet-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(221 214 254 / 0.3);
}

.before\:bg-violet-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(221 214 254 / 0.4);
}

.before\:bg-violet-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(221 214 254 / 0.05);
}

.before\:bg-violet-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(221 214 254 / 0.5);
}

.before\:bg-violet-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(221 214 254 / 0.6);
}

.before\:bg-violet-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(221 214 254 / 0.7);
}

.before\:bg-violet-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(221 214 254 / 0.75);
}

.before\:bg-violet-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(221 214 254 / 0.8);
}

.before\:bg-violet-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(221 214 254 / 0.9);
}

.before\:bg-violet-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(221 214 254 / 0.95);
}

.before\:bg-violet-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}

.before\:bg-violet-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(196 181 253 / 0);
}

.before\:bg-violet-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(196 181 253 / 0.1);
}

.before\:bg-violet-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(196 181 253 / 1);
}

.before\:bg-violet-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(196 181 253 / 0.2);
}

.before\:bg-violet-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(196 181 253 / 0.25);
}

.before\:bg-violet-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(196 181 253 / 0.3);
}

.before\:bg-violet-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(196 181 253 / 0.4);
}

.before\:bg-violet-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(196 181 253 / 0.05);
}

.before\:bg-violet-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(196 181 253 / 0.5);
}

.before\:bg-violet-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(196 181 253 / 0.6);
}

.before\:bg-violet-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(196 181 253 / 0.7);
}

.before\:bg-violet-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(196 181 253 / 0.75);
}

.before\:bg-violet-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(196 181 253 / 0.8);
}

.before\:bg-violet-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(196 181 253 / 0.9);
}

.before\:bg-violet-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(196 181 253 / 0.95);
}

.before\:bg-violet-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}

.before\:bg-violet-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(167 139 250 / 0);
}

.before\:bg-violet-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(167 139 250 / 0.1);
}

.before\:bg-violet-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(167 139 250 / 1);
}

.before\:bg-violet-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(167 139 250 / 0.2);
}

.before\:bg-violet-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(167 139 250 / 0.25);
}

.before\:bg-violet-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(167 139 250 / 0.3);
}

.before\:bg-violet-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(167 139 250 / 0.4);
}

.before\:bg-violet-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(167 139 250 / 0.05);
}

.before\:bg-violet-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(167 139 250 / 0.5);
}

.before\:bg-violet-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(167 139 250 / 0.6);
}

.before\:bg-violet-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(167 139 250 / 0.7);
}

.before\:bg-violet-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(167 139 250 / 0.75);
}

.before\:bg-violet-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(167 139 250 / 0.8);
}

.before\:bg-violet-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(167 139 250 / 0.9);
}

.before\:bg-violet-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(167 139 250 / 0.95);
}

.before\:bg-violet-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}

.before\:bg-violet-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(245 243 255 / 0);
}

.before\:bg-violet-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(245 243 255 / 0.1);
}

.before\:bg-violet-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(245 243 255 / 1);
}

.before\:bg-violet-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(245 243 255 / 0.2);
}

.before\:bg-violet-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(245 243 255 / 0.25);
}

.before\:bg-violet-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(245 243 255 / 0.3);
}

.before\:bg-violet-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(245 243 255 / 0.4);
}

.before\:bg-violet-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(245 243 255 / 0.05);
}

.before\:bg-violet-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(245 243 255 / 0.5);
}

.before\:bg-violet-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(245 243 255 / 0.6);
}

.before\:bg-violet-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(245 243 255 / 0.7);
}

.before\:bg-violet-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(245 243 255 / 0.75);
}

.before\:bg-violet-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(245 243 255 / 0.8);
}

.before\:bg-violet-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(245 243 255 / 0.9);
}

.before\:bg-violet-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(245 243 255 / 0.95);
}

.before\:bg-violet-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}

.before\:bg-violet-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(139 92 246 / 0);
}

.before\:bg-violet-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(139 92 246 / 0.1);
}

.before\:bg-violet-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(139 92 246 / 1);
}

.before\:bg-violet-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(139 92 246 / 0.2);
}

.before\:bg-violet-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(139 92 246 / 0.25);
}

.before\:bg-violet-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(139 92 246 / 0.3);
}

.before\:bg-violet-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(139 92 246 / 0.4);
}

.before\:bg-violet-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(139 92 246 / 0.05);
}

.before\:bg-violet-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(139 92 246 / 0.5);
}

.before\:bg-violet-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(139 92 246 / 0.6);
}

.before\:bg-violet-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(139 92 246 / 0.7);
}

.before\:bg-violet-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(139 92 246 / 0.75);
}

.before\:bg-violet-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(139 92 246 / 0.8);
}

.before\:bg-violet-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(139 92 246 / 0.9);
}

.before\:bg-violet-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(139 92 246 / 0.95);
}

.before\:bg-violet-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}

.before\:bg-violet-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(124 58 237 / 0);
}

.before\:bg-violet-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(124 58 237 / 0.1);
}

.before\:bg-violet-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(124 58 237 / 1);
}

.before\:bg-violet-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(124 58 237 / 0.2);
}

.before\:bg-violet-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(124 58 237 / 0.25);
}

.before\:bg-violet-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(124 58 237 / 0.3);
}

.before\:bg-violet-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(124 58 237 / 0.4);
}

.before\:bg-violet-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(124 58 237 / 0.05);
}

.before\:bg-violet-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(124 58 237 / 0.5);
}

.before\:bg-violet-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(124 58 237 / 0.6);
}

.before\:bg-violet-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(124 58 237 / 0.7);
}

.before\:bg-violet-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(124 58 237 / 0.75);
}

.before\:bg-violet-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(124 58 237 / 0.8);
}

.before\:bg-violet-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(124 58 237 / 0.9);
}

.before\:bg-violet-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(124 58 237 / 0.95);
}

.before\:bg-violet-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}

.before\:bg-violet-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(109 40 217 / 0);
}

.before\:bg-violet-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(109 40 217 / 0.1);
}

.before\:bg-violet-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(109 40 217 / 1);
}

.before\:bg-violet-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(109 40 217 / 0.2);
}

.before\:bg-violet-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(109 40 217 / 0.25);
}

.before\:bg-violet-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(109 40 217 / 0.3);
}

.before\:bg-violet-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(109 40 217 / 0.4);
}

.before\:bg-violet-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(109 40 217 / 0.05);
}

.before\:bg-violet-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(109 40 217 / 0.5);
}

.before\:bg-violet-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(109 40 217 / 0.6);
}

.before\:bg-violet-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(109 40 217 / 0.7);
}

.before\:bg-violet-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(109 40 217 / 0.75);
}

.before\:bg-violet-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(109 40 217 / 0.8);
}

.before\:bg-violet-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(109 40 217 / 0.9);
}

.before\:bg-violet-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(109 40 217 / 0.95);
}

.before\:bg-violet-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}

.before\:bg-violet-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(91 33 182 / 0);
}

.before\:bg-violet-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(91 33 182 / 0.1);
}

.before\:bg-violet-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(91 33 182 / 1);
}

.before\:bg-violet-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(91 33 182 / 0.2);
}

.before\:bg-violet-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(91 33 182 / 0.25);
}

.before\:bg-violet-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(91 33 182 / 0.3);
}

.before\:bg-violet-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(91 33 182 / 0.4);
}

.before\:bg-violet-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(91 33 182 / 0.05);
}

.before\:bg-violet-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(91 33 182 / 0.5);
}

.before\:bg-violet-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(91 33 182 / 0.6);
}

.before\:bg-violet-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(91 33 182 / 0.7);
}

.before\:bg-violet-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(91 33 182 / 0.75);
}

.before\:bg-violet-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(91 33 182 / 0.8);
}

.before\:bg-violet-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(91 33 182 / 0.9);
}

.before\:bg-violet-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(91 33 182 / 0.95);
}

.before\:bg-violet-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}

.before\:bg-violet-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(76 29 149 / 0);
}

.before\:bg-violet-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(76 29 149 / 0.1);
}

.before\:bg-violet-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(76 29 149 / 1);
}

.before\:bg-violet-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(76 29 149 / 0.2);
}

.before\:bg-violet-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(76 29 149 / 0.25);
}

.before\:bg-violet-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(76 29 149 / 0.3);
}

.before\:bg-violet-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(76 29 149 / 0.4);
}

.before\:bg-violet-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(76 29 149 / 0.05);
}

.before\:bg-violet-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(76 29 149 / 0.5);
}

.before\:bg-violet-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(76 29 149 / 0.6);
}

.before\:bg-violet-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(76 29 149 / 0.7);
}

.before\:bg-violet-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(76 29 149 / 0.75);
}

.before\:bg-violet-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(76 29 149 / 0.8);
}

.before\:bg-violet-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(76 29 149 / 0.9);
}

.before\:bg-violet-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(76 29 149 / 0.95);
}

.before\:bg-yellow-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.before\:bg-yellow-100\/0::before{
  content: var(--tw-content);
  background-color: rgb(254 249 195 / 0);
}

.before\:bg-yellow-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(254 249 195 / 0.1);
}

.before\:bg-yellow-100\/100::before{
  content: var(--tw-content);
  background-color: rgb(254 249 195 / 1);
}

.before\:bg-yellow-100\/20::before{
  content: var(--tw-content);
  background-color: rgb(254 249 195 / 0.2);
}

.before\:bg-yellow-100\/25::before{
  content: var(--tw-content);
  background-color: rgb(254 249 195 / 0.25);
}

.before\:bg-yellow-100\/30::before{
  content: var(--tw-content);
  background-color: rgb(254 249 195 / 0.3);
}

.before\:bg-yellow-100\/40::before{
  content: var(--tw-content);
  background-color: rgb(254 249 195 / 0.4);
}

.before\:bg-yellow-100\/5::before{
  content: var(--tw-content);
  background-color: rgb(254 249 195 / 0.05);
}

.before\:bg-yellow-100\/50::before{
  content: var(--tw-content);
  background-color: rgb(254 249 195 / 0.5);
}

.before\:bg-yellow-100\/60::before{
  content: var(--tw-content);
  background-color: rgb(254 249 195 / 0.6);
}

.before\:bg-yellow-100\/70::before{
  content: var(--tw-content);
  background-color: rgb(254 249 195 / 0.7);
}

.before\:bg-yellow-100\/75::before{
  content: var(--tw-content);
  background-color: rgb(254 249 195 / 0.75);
}

.before\:bg-yellow-100\/80::before{
  content: var(--tw-content);
  background-color: rgb(254 249 195 / 0.8);
}

.before\:bg-yellow-100\/90::before{
  content: var(--tw-content);
  background-color: rgb(254 249 195 / 0.9);
}

.before\:bg-yellow-100\/95::before{
  content: var(--tw-content);
  background-color: rgb(254 249 195 / 0.95);
}

.before\:bg-yellow-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.before\:bg-yellow-200\/0::before{
  content: var(--tw-content);
  background-color: rgb(254 240 138 / 0);
}

.before\:bg-yellow-200\/10::before{
  content: var(--tw-content);
  background-color: rgb(254 240 138 / 0.1);
}

.before\:bg-yellow-200\/100::before{
  content: var(--tw-content);
  background-color: rgb(254 240 138 / 1);
}

.before\:bg-yellow-200\/20::before{
  content: var(--tw-content);
  background-color: rgb(254 240 138 / 0.2);
}

.before\:bg-yellow-200\/25::before{
  content: var(--tw-content);
  background-color: rgb(254 240 138 / 0.25);
}

.before\:bg-yellow-200\/30::before{
  content: var(--tw-content);
  background-color: rgb(254 240 138 / 0.3);
}

.before\:bg-yellow-200\/40::before{
  content: var(--tw-content);
  background-color: rgb(254 240 138 / 0.4);
}

.before\:bg-yellow-200\/5::before{
  content: var(--tw-content);
  background-color: rgb(254 240 138 / 0.05);
}

.before\:bg-yellow-200\/50::before{
  content: var(--tw-content);
  background-color: rgb(254 240 138 / 0.5);
}

.before\:bg-yellow-200\/60::before{
  content: var(--tw-content);
  background-color: rgb(254 240 138 / 0.6);
}

.before\:bg-yellow-200\/70::before{
  content: var(--tw-content);
  background-color: rgb(254 240 138 / 0.7);
}

.before\:bg-yellow-200\/75::before{
  content: var(--tw-content);
  background-color: rgb(254 240 138 / 0.75);
}

.before\:bg-yellow-200\/80::before{
  content: var(--tw-content);
  background-color: rgb(254 240 138 / 0.8);
}

.before\:bg-yellow-200\/90::before{
  content: var(--tw-content);
  background-color: rgb(254 240 138 / 0.9);
}

.before\:bg-yellow-200\/95::before{
  content: var(--tw-content);
  background-color: rgb(254 240 138 / 0.95);
}

.before\:bg-yellow-300::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.before\:bg-yellow-300\/0::before{
  content: var(--tw-content);
  background-color: rgb(253 224 71 / 0);
}

.before\:bg-yellow-300\/10::before{
  content: var(--tw-content);
  background-color: rgb(253 224 71 / 0.1);
}

.before\:bg-yellow-300\/100::before{
  content: var(--tw-content);
  background-color: rgb(253 224 71 / 1);
}

.before\:bg-yellow-300\/20::before{
  content: var(--tw-content);
  background-color: rgb(253 224 71 / 0.2);
}

.before\:bg-yellow-300\/25::before{
  content: var(--tw-content);
  background-color: rgb(253 224 71 / 0.25);
}

.before\:bg-yellow-300\/30::before{
  content: var(--tw-content);
  background-color: rgb(253 224 71 / 0.3);
}

.before\:bg-yellow-300\/40::before{
  content: var(--tw-content);
  background-color: rgb(253 224 71 / 0.4);
}

.before\:bg-yellow-300\/5::before{
  content: var(--tw-content);
  background-color: rgb(253 224 71 / 0.05);
}

.before\:bg-yellow-300\/50::before{
  content: var(--tw-content);
  background-color: rgb(253 224 71 / 0.5);
}

.before\:bg-yellow-300\/60::before{
  content: var(--tw-content);
  background-color: rgb(253 224 71 / 0.6);
}

.before\:bg-yellow-300\/70::before{
  content: var(--tw-content);
  background-color: rgb(253 224 71 / 0.7);
}

.before\:bg-yellow-300\/75::before{
  content: var(--tw-content);
  background-color: rgb(253 224 71 / 0.75);
}

.before\:bg-yellow-300\/80::before{
  content: var(--tw-content);
  background-color: rgb(253 224 71 / 0.8);
}

.before\:bg-yellow-300\/90::before{
  content: var(--tw-content);
  background-color: rgb(253 224 71 / 0.9);
}

.before\:bg-yellow-300\/95::before{
  content: var(--tw-content);
  background-color: rgb(253 224 71 / 0.95);
}

.before\:bg-yellow-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.before\:bg-yellow-400\/0::before{
  content: var(--tw-content);
  background-color: rgb(250 204 21 / 0);
}

.before\:bg-yellow-400\/10::before{
  content: var(--tw-content);
  background-color: rgb(250 204 21 / 0.1);
}

.before\:bg-yellow-400\/100::before{
  content: var(--tw-content);
  background-color: rgb(250 204 21 / 1);
}

.before\:bg-yellow-400\/20::before{
  content: var(--tw-content);
  background-color: rgb(250 204 21 / 0.2);
}

.before\:bg-yellow-400\/25::before{
  content: var(--tw-content);
  background-color: rgb(250 204 21 / 0.25);
}

.before\:bg-yellow-400\/30::before{
  content: var(--tw-content);
  background-color: rgb(250 204 21 / 0.3);
}

.before\:bg-yellow-400\/40::before{
  content: var(--tw-content);
  background-color: rgb(250 204 21 / 0.4);
}

.before\:bg-yellow-400\/5::before{
  content: var(--tw-content);
  background-color: rgb(250 204 21 / 0.05);
}

.before\:bg-yellow-400\/50::before{
  content: var(--tw-content);
  background-color: rgb(250 204 21 / 0.5);
}

.before\:bg-yellow-400\/60::before{
  content: var(--tw-content);
  background-color: rgb(250 204 21 / 0.6);
}

.before\:bg-yellow-400\/70::before{
  content: var(--tw-content);
  background-color: rgb(250 204 21 / 0.7);
}

.before\:bg-yellow-400\/75::before{
  content: var(--tw-content);
  background-color: rgb(250 204 21 / 0.75);
}

.before\:bg-yellow-400\/80::before{
  content: var(--tw-content);
  background-color: rgb(250 204 21 / 0.8);
}

.before\:bg-yellow-400\/90::before{
  content: var(--tw-content);
  background-color: rgb(250 204 21 / 0.9);
}

.before\:bg-yellow-400\/95::before{
  content: var(--tw-content);
  background-color: rgb(250 204 21 / 0.95);
}

.before\:bg-yellow-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.before\:bg-yellow-50\/0::before{
  content: var(--tw-content);
  background-color: rgb(254 252 232 / 0);
}

.before\:bg-yellow-50\/10::before{
  content: var(--tw-content);
  background-color: rgb(254 252 232 / 0.1);
}

.before\:bg-yellow-50\/100::before{
  content: var(--tw-content);
  background-color: rgb(254 252 232 / 1);
}

.before\:bg-yellow-50\/20::before{
  content: var(--tw-content);
  background-color: rgb(254 252 232 / 0.2);
}

.before\:bg-yellow-50\/25::before{
  content: var(--tw-content);
  background-color: rgb(254 252 232 / 0.25);
}

.before\:bg-yellow-50\/30::before{
  content: var(--tw-content);
  background-color: rgb(254 252 232 / 0.3);
}

.before\:bg-yellow-50\/40::before{
  content: var(--tw-content);
  background-color: rgb(254 252 232 / 0.4);
}

.before\:bg-yellow-50\/5::before{
  content: var(--tw-content);
  background-color: rgb(254 252 232 / 0.05);
}

.before\:bg-yellow-50\/50::before{
  content: var(--tw-content);
  background-color: rgb(254 252 232 / 0.5);
}

.before\:bg-yellow-50\/60::before{
  content: var(--tw-content);
  background-color: rgb(254 252 232 / 0.6);
}

.before\:bg-yellow-50\/70::before{
  content: var(--tw-content);
  background-color: rgb(254 252 232 / 0.7);
}

.before\:bg-yellow-50\/75::before{
  content: var(--tw-content);
  background-color: rgb(254 252 232 / 0.75);
}

.before\:bg-yellow-50\/80::before{
  content: var(--tw-content);
  background-color: rgb(254 252 232 / 0.8);
}

.before\:bg-yellow-50\/90::before{
  content: var(--tw-content);
  background-color: rgb(254 252 232 / 0.9);
}

.before\:bg-yellow-50\/95::before{
  content: var(--tw-content);
  background-color: rgb(254 252 232 / 0.95);
}

.before\:bg-yellow-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.before\:bg-yellow-500\/0::before{
  content: var(--tw-content);
  background-color: rgb(234 179 8 / 0);
}

.before\:bg-yellow-500\/10::before{
  content: var(--tw-content);
  background-color: rgb(234 179 8 / 0.1);
}

.before\:bg-yellow-500\/100::before{
  content: var(--tw-content);
  background-color: rgb(234 179 8 / 1);
}

.before\:bg-yellow-500\/20::before{
  content: var(--tw-content);
  background-color: rgb(234 179 8 / 0.2);
}

.before\:bg-yellow-500\/25::before{
  content: var(--tw-content);
  background-color: rgb(234 179 8 / 0.25);
}

.before\:bg-yellow-500\/30::before{
  content: var(--tw-content);
  background-color: rgb(234 179 8 / 0.3);
}

.before\:bg-yellow-500\/40::before{
  content: var(--tw-content);
  background-color: rgb(234 179 8 / 0.4);
}

.before\:bg-yellow-500\/5::before{
  content: var(--tw-content);
  background-color: rgb(234 179 8 / 0.05);
}

.before\:bg-yellow-500\/50::before{
  content: var(--tw-content);
  background-color: rgb(234 179 8 / 0.5);
}

.before\:bg-yellow-500\/60::before{
  content: var(--tw-content);
  background-color: rgb(234 179 8 / 0.6);
}

.before\:bg-yellow-500\/70::before{
  content: var(--tw-content);
  background-color: rgb(234 179 8 / 0.7);
}

.before\:bg-yellow-500\/75::before{
  content: var(--tw-content);
  background-color: rgb(234 179 8 / 0.75);
}

.before\:bg-yellow-500\/80::before{
  content: var(--tw-content);
  background-color: rgb(234 179 8 / 0.8);
}

.before\:bg-yellow-500\/90::before{
  content: var(--tw-content);
  background-color: rgb(234 179 8 / 0.9);
}

.before\:bg-yellow-500\/95::before{
  content: var(--tw-content);
  background-color: rgb(234 179 8 / 0.95);
}

.before\:bg-yellow-600::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.before\:bg-yellow-600\/0::before{
  content: var(--tw-content);
  background-color: rgb(202 138 4 / 0);
}

.before\:bg-yellow-600\/10::before{
  content: var(--tw-content);
  background-color: rgb(202 138 4 / 0.1);
}

.before\:bg-yellow-600\/100::before{
  content: var(--tw-content);
  background-color: rgb(202 138 4 / 1);
}

.before\:bg-yellow-600\/20::before{
  content: var(--tw-content);
  background-color: rgb(202 138 4 / 0.2);
}

.before\:bg-yellow-600\/25::before{
  content: var(--tw-content);
  background-color: rgb(202 138 4 / 0.25);
}

.before\:bg-yellow-600\/30::before{
  content: var(--tw-content);
  background-color: rgb(202 138 4 / 0.3);
}

.before\:bg-yellow-600\/40::before{
  content: var(--tw-content);
  background-color: rgb(202 138 4 / 0.4);
}

.before\:bg-yellow-600\/5::before{
  content: var(--tw-content);
  background-color: rgb(202 138 4 / 0.05);
}

.before\:bg-yellow-600\/50::before{
  content: var(--tw-content);
  background-color: rgb(202 138 4 / 0.5);
}

.before\:bg-yellow-600\/60::before{
  content: var(--tw-content);
  background-color: rgb(202 138 4 / 0.6);
}

.before\:bg-yellow-600\/70::before{
  content: var(--tw-content);
  background-color: rgb(202 138 4 / 0.7);
}

.before\:bg-yellow-600\/75::before{
  content: var(--tw-content);
  background-color: rgb(202 138 4 / 0.75);
}

.before\:bg-yellow-600\/80::before{
  content: var(--tw-content);
  background-color: rgb(202 138 4 / 0.8);
}

.before\:bg-yellow-600\/90::before{
  content: var(--tw-content);
  background-color: rgb(202 138 4 / 0.9);
}

.before\:bg-yellow-600\/95::before{
  content: var(--tw-content);
  background-color: rgb(202 138 4 / 0.95);
}

.before\:bg-yellow-700::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}

.before\:bg-yellow-700\/0::before{
  content: var(--tw-content);
  background-color: rgb(161 98 7 / 0);
}

.before\:bg-yellow-700\/10::before{
  content: var(--tw-content);
  background-color: rgb(161 98 7 / 0.1);
}

.before\:bg-yellow-700\/100::before{
  content: var(--tw-content);
  background-color: rgb(161 98 7 / 1);
}

.before\:bg-yellow-700\/20::before{
  content: var(--tw-content);
  background-color: rgb(161 98 7 / 0.2);
}

.before\:bg-yellow-700\/25::before{
  content: var(--tw-content);
  background-color: rgb(161 98 7 / 0.25);
}

.before\:bg-yellow-700\/30::before{
  content: var(--tw-content);
  background-color: rgb(161 98 7 / 0.3);
}

.before\:bg-yellow-700\/40::before{
  content: var(--tw-content);
  background-color: rgb(161 98 7 / 0.4);
}

.before\:bg-yellow-700\/5::before{
  content: var(--tw-content);
  background-color: rgb(161 98 7 / 0.05);
}

.before\:bg-yellow-700\/50::before{
  content: var(--tw-content);
  background-color: rgb(161 98 7 / 0.5);
}

.before\:bg-yellow-700\/60::before{
  content: var(--tw-content);
  background-color: rgb(161 98 7 / 0.6);
}

.before\:bg-yellow-700\/70::before{
  content: var(--tw-content);
  background-color: rgb(161 98 7 / 0.7);
}

.before\:bg-yellow-700\/75::before{
  content: var(--tw-content);
  background-color: rgb(161 98 7 / 0.75);
}

.before\:bg-yellow-700\/80::before{
  content: var(--tw-content);
  background-color: rgb(161 98 7 / 0.8);
}

.before\:bg-yellow-700\/90::before{
  content: var(--tw-content);
  background-color: rgb(161 98 7 / 0.9);
}

.before\:bg-yellow-700\/95::before{
  content: var(--tw-content);
  background-color: rgb(161 98 7 / 0.95);
}

.before\:bg-yellow-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.before\:bg-yellow-800\/0::before{
  content: var(--tw-content);
  background-color: rgb(133 77 14 / 0);
}

.before\:bg-yellow-800\/10::before{
  content: var(--tw-content);
  background-color: rgb(133 77 14 / 0.1);
}

.before\:bg-yellow-800\/100::before{
  content: var(--tw-content);
  background-color: rgb(133 77 14 / 1);
}

.before\:bg-yellow-800\/20::before{
  content: var(--tw-content);
  background-color: rgb(133 77 14 / 0.2);
}

.before\:bg-yellow-800\/25::before{
  content: var(--tw-content);
  background-color: rgb(133 77 14 / 0.25);
}

.before\:bg-yellow-800\/30::before{
  content: var(--tw-content);
  background-color: rgb(133 77 14 / 0.3);
}

.before\:bg-yellow-800\/40::before{
  content: var(--tw-content);
  background-color: rgb(133 77 14 / 0.4);
}

.before\:bg-yellow-800\/5::before{
  content: var(--tw-content);
  background-color: rgb(133 77 14 / 0.05);
}

.before\:bg-yellow-800\/50::before{
  content: var(--tw-content);
  background-color: rgb(133 77 14 / 0.5);
}

.before\:bg-yellow-800\/60::before{
  content: var(--tw-content);
  background-color: rgb(133 77 14 / 0.6);
}

.before\:bg-yellow-800\/70::before{
  content: var(--tw-content);
  background-color: rgb(133 77 14 / 0.7);
}

.before\:bg-yellow-800\/75::before{
  content: var(--tw-content);
  background-color: rgb(133 77 14 / 0.75);
}

.before\:bg-yellow-800\/80::before{
  content: var(--tw-content);
  background-color: rgb(133 77 14 / 0.8);
}

.before\:bg-yellow-800\/90::before{
  content: var(--tw-content);
  background-color: rgb(133 77 14 / 0.9);
}

.before\:bg-yellow-800\/95::before{
  content: var(--tw-content);
  background-color: rgb(133 77 14 / 0.95);
}

.before\:bg-yellow-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}

.before\:bg-yellow-900\/0::before{
  content: var(--tw-content);
  background-color: rgb(113 63 18 / 0);
}

.before\:bg-yellow-900\/10::before{
  content: var(--tw-content);
  background-color: rgb(113 63 18 / 0.1);
}

.before\:bg-yellow-900\/100::before{
  content: var(--tw-content);
  background-color: rgb(113 63 18 / 1);
}

.before\:bg-yellow-900\/20::before{
  content: var(--tw-content);
  background-color: rgb(113 63 18 / 0.2);
}

.before\:bg-yellow-900\/25::before{
  content: var(--tw-content);
  background-color: rgb(113 63 18 / 0.25);
}

.before\:bg-yellow-900\/30::before{
  content: var(--tw-content);
  background-color: rgb(113 63 18 / 0.3);
}

.before\:bg-yellow-900\/40::before{
  content: var(--tw-content);
  background-color: rgb(113 63 18 / 0.4);
}

.before\:bg-yellow-900\/5::before{
  content: var(--tw-content);
  background-color: rgb(113 63 18 / 0.05);
}

.before\:bg-yellow-900\/50::before{
  content: var(--tw-content);
  background-color: rgb(113 63 18 / 0.5);
}

.before\:bg-yellow-900\/60::before{
  content: var(--tw-content);
  background-color: rgb(113 63 18 / 0.6);
}

.before\:bg-yellow-900\/70::before{
  content: var(--tw-content);
  background-color: rgb(113 63 18 / 0.7);
}

.before\:bg-yellow-900\/75::before{
  content: var(--tw-content);
  background-color: rgb(113 63 18 / 0.75);
}

.before\:bg-yellow-900\/80::before{
  content: var(--tw-content);
  background-color: rgb(113 63 18 / 0.8);
}

.before\:bg-yellow-900\/90::before{
  content: var(--tw-content);
  background-color: rgb(113 63 18 / 0.9);
}

.before\:bg-yellow-900\/95::before{
  content: var(--tw-content);
  background-color: rgb(113 63 18 / 0.95);
}

.before\:from-amber-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 243 199 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 243 199 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 243 199 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 243 199 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 243 199 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 243 199 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 243 199 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 243 199 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 243 199 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 243 199 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 243 199 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 243 199 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 243 199 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 243 199 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 243 199 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #fde68a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 230 138 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 230 138 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 230 138 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 230 138 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 230 138 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 230 138 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 230 138 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 230 138 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 230 138 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 230 138 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 230 138 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 230 138 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 230 138 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 230 138 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 230 138 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #fcd34d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 211 77 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 211 77 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 211 77 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 211 77 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 211 77 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 211 77 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 211 77 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 211 77 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 211 77 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 211 77 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 211 77 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 211 77 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 211 77 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 211 77 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 211 77 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 191 36 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 191 36 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 191 36 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 191 36 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 191 36 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 191 36 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 191 36 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 191 36 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 191 36 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 191 36 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 191 36 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 191 36 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 191 36 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 191 36 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 191 36 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 251 235 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 251 235 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 251 235 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 251 235 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 251 235 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 251 235 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 251 235 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 251 235 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 251 235 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 251 235 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 251 235 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 251 235 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 251 235 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 251 235 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 251 235 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 158 11 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 158 11 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 158 11 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 158 11 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 158 11 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 158 11 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 158 11 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 158 11 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 158 11 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 158 11 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 158 11 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 158 11 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 158 11 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 158 11 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 158 11 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #d97706 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 119 6 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 119 6 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 119 6 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 119 6 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 119 6 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 119 6 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 119 6 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 119 6 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 119 6 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 119 6 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 119 6 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 119 6 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 119 6 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 119 6 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 119 6 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #b45309 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(180 83 9 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(180 83 9 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(180 83 9 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(180 83 9 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(180 83 9 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(180 83 9 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(180 83 9 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(180 83 9 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(180 83 9 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(180 83 9 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(180 83 9 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(180 83 9 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(180 83 9 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(180 83 9 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(180 83 9 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #92400e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(146 64 14 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(146 64 14 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(146 64 14 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(146 64 14 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(146 64 14 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(146 64 14 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(146 64 14 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(146 64 14 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(146 64 14 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(146 64 14 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(146 64 14 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(146 64 14 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(146 64 14 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(146 64 14 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(146 64 14 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #78350f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 53 15 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 53 15 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 53 15 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 53 15 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 53 15 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 53 15 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 53 15 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 53 15 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 53 15 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 53 15 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 53 15 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 53 15 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 53 15 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 53 15 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-amber-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 53 15 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 234 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 234 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 234 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 234 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 234 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 234 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 234 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 234 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 234 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 234 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 234 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 234 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 234 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 234 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 234 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(191 219 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(191 219 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(191 219 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(191 219 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(191 219 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(191 219 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(191 219 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(191 219 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(191 219 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(191 219 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(191 219 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(191 219 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(191 219 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(191 219 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(191 219 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #93c5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 197 253 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 197 253 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 197 253 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 197 253 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 197 253 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 197 253 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 197 253 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 197 253 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 197 253 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 197 253 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 197 253 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 197 253 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 197 253 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 197 253 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 197 253 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(96 165 250 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(96 165 250 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(96 165 250 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(96 165 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(96 165 250 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(96 165 250 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(96 165 250 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(96 165 250 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(96 165 250 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(96 165 250 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(96 165 250 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(96 165 250 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(96 165 250 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(96 165 250 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(96 165 250 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 246 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 246 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 246 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 246 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 246 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 246 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 246 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 246 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 246 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 246 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 246 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 246 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 246 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 246 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 246 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(59 130 246 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(59 130 246 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(59 130 246 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(59 130 246 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(59 130 246 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(59 130 246 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(59 130 246 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(59 130 246 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(59 130 246 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(59 130 246 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(59 130 246 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(59 130 246 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(59 130 246 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(59 130 246 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(59 130 246 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(37 99 235 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(37 99 235 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(37 99 235 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(37 99 235 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(37 99 235 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(37 99 235 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(37 99 235 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(37 99 235 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(37 99 235 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(37 99 235 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(37 99 235 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(37 99 235 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(37 99 235 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(37 99 235 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(37 99 235 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(29 78 216 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(29 78 216 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(29 78 216 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(29 78 216 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(29 78 216 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(29 78 216 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(29 78 216 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(29 78 216 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(29 78 216 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(29 78 216 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(29 78 216 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(29 78 216 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(29 78 216 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(29 78 216 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(29 78 216 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #1e40af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 64 175 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 64 175 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 64 175 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 64 175 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 64 175 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 64 175 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 64 175 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 64 175 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 64 175 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 64 175 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 64 175 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 64 175 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 64 175 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 64 175 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 64 175 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 58 138 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 58 138 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 58 138 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 58 138 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 58 138 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 58 138 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 58 138 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 58 138 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 58 138 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 58 138 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 58 138 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 58 138 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 58 138 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 58 138 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-blue-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 58 138 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #cffafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(207 250 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(207 250 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(207 250 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(207 250 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(207 250 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(207 250 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(207 250 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(207 250 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(207 250 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(207 250 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(207 250 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(207 250 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(207 250 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(207 250 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(207 250 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #a5f3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 243 252 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 243 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 243 252 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 243 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 243 252 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 243 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 243 252 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 243 252 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 243 252 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 243 252 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 243 252 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 243 252 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 243 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 243 252 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 243 252 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #67e8f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(103 232 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(103 232 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(103 232 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(103 232 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(103 232 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(103 232 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(103 232 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(103 232 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(103 232 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(103 232 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(103 232 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(103 232 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(103 232 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(103 232 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(103 232 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(34 211 238 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(34 211 238 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(34 211 238 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(34 211 238 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(34 211 238 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(34 211 238 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(34 211 238 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(34 211 238 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(34 211 238 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(34 211 238 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(34 211 238 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(34 211 238 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(34 211 238 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(34 211 238 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(34 211 238 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #ecfeff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 254 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 254 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 254 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 254 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 254 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 254 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 254 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 254 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 254 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 254 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 254 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 254 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 254 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 254 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 254 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 182 212 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 182 212 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 182 212 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 182 212 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 182 212 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 182 212 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 182 212 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 182 212 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 182 212 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 182 212 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 182 212 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 182 212 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 182 212 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 182 212 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 182 212 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #0891b2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(8 145 178 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(8 145 178 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(8 145 178 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(8 145 178 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(8 145 178 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(8 145 178 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(8 145 178 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(8 145 178 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(8 145 178 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(8 145 178 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(8 145 178 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(8 145 178 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(8 145 178 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(8 145 178 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(8 145 178 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #0e7490 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 116 144 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 116 144 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 116 144 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 116 144 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 116 144 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 116 144 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 116 144 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 116 144 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 116 144 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 116 144 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 116 144 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 116 144 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 116 144 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 116 144 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 116 144 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #155e75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(21 94 117 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(21 94 117 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(21 94 117 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(21 94 117 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(21 94 117 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(21 94 117 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(21 94 117 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(21 94 117 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(21 94 117 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(21 94 117 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(21 94 117 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(21 94 117 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(21 94 117 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(21 94 117 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(21 94 117 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #164e63 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(22 78 99 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(22 78 99 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(22 78 99 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(22 78 99 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(22 78 99 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(22 78 99 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(22 78 99 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(22 78 99 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(22 78 99 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(22 78 99 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(22 78 99 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(22 78 99 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(22 78 99 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(22 78 99 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-cyan-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(22 78 99 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #047857 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #065f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-emerald-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #fae8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 232 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 232 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 232 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 232 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 232 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 232 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 232 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 232 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 232 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 232 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 232 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 232 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 232 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 232 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 232 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #f5d0fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 208 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 208 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 208 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 208 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 208 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 208 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 208 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 208 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 208 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 208 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 208 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 208 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 208 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 208 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 208 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #f0abfc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 171 252 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 171 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 171 252 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 171 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 171 252 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 171 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 171 252 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 171 252 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 171 252 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 171 252 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 171 252 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 171 252 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 171 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 171 252 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 171 252 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #e879f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(232 121 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(232 121 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(232 121 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(232 121 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(232 121 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(232 121 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(232 121 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(232 121 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(232 121 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(232 121 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(232 121 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(232 121 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(232 121 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(232 121 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(232 121 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #fdf4ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 244 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 244 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 244 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 244 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 244 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 244 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 244 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 244 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 244 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 244 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 244 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 244 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 244 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 244 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 244 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 70 239 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 70 239 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 70 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 70 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 70 239 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 70 239 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 70 239 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 70 239 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 70 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 70 239 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 70 239 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 70 239 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 70 239 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 70 239 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 70 239 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #c026d3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 38 211 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 38 211 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 38 211 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 38 211 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 38 211 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 38 211 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 38 211 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 38 211 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 38 211 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 38 211 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 38 211 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 38 211 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 38 211 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 38 211 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 38 211 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #a21caf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(162 28 175 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(162 28 175 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(162 28 175 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(162 28 175 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(162 28 175 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(162 28 175 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(162 28 175 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(162 28 175 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(162 28 175 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(162 28 175 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(162 28 175 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(162 28 175 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(162 28 175 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(162 28 175 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(162 28 175 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #86198f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(134 25 143 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(134 25 143 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(134 25 143 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(134 25 143 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(134 25 143 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(134 25 143 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(134 25 143 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(134 25 143 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(134 25 143 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(134 25 143 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(134 25 143 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(134 25 143 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(134 25 143 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(134 25 143 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(134 25 143 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #701a75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(112 26 117 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(112 26 117 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(112 26 117 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(112 26 117 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(112 26 117 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(112 26 117 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(112 26 117 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(112 26 117 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(112 26 117 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(112 26 117 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(112 26 117 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(112 26 117 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(112 26 117 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(112 26 117 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-fuchsia-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(112 26 117 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #f5f5f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 245 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 245 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 245 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 245 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 245 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 245 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 245 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 245 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 245 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 245 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 245 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 245 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 245 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 245 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 245 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #e5e5e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(229 229 229 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(229 229 229 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(229 229 229 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(229 229 229 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(229 229 229 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(229 229 229 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(229 229 229 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(229 229 229 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(229 229 229 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(229 229 229 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(229 229 229 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(229 229 229 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(229 229 229 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(229 229 229 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(229 229 229 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #d4d4d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(212 212 212 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(212 212 212 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(212 212 212 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(212 212 212 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(212 212 212 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(212 212 212 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(212 212 212 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(212 212 212 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(212 212 212 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(212 212 212 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(212 212 212 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(212 212 212 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(212 212 212 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(212 212 212 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(212 212 212 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #a3a3a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 163 163 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 163 163 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 163 163 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 163 163 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 163 163 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 163 163 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 163 163 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 163 163 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 163 163 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 163 163 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 163 163 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 163 163 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 163 163 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 163 163 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 163 163 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 250 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 250 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 250 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 250 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 250 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 250 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 250 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 250 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 250 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 250 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 250 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 250 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 250 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 250 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #737373 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(115 115 115 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(115 115 115 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(115 115 115 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(115 115 115 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(115 115 115 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(115 115 115 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(115 115 115 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(115 115 115 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(115 115 115 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(115 115 115 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(115 115 115 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(115 115 115 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(115 115 115 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(115 115 115 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(115 115 115 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #525252 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(82 82 82 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(82 82 82 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(82 82 82 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(82 82 82 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(82 82 82 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(82 82 82 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(82 82 82 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(82 82 82 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(82 82 82 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(82 82 82 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(82 82 82 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(82 82 82 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(82 82 82 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(82 82 82 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(82 82 82 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #404040 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(64 64 64 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(64 64 64 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(64 64 64 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(64 64 64 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(64 64 64 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(64 64 64 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(64 64 64 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(64 64 64 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(64 64 64 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(64 64 64 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(64 64 64 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(64 64 64 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(64 64 64 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(64 64 64 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(64 64 64 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #262626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(38 38 38 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(38 38 38 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(38 38 38 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(38 38 38 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(38 38 38 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(38 38 38 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(38 38 38 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(38 38 38 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(38 38 38 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(38 38 38 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(38 38 38 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(38 38 38 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(38 38 38 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(38 38 38 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(38 38 38 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #171717 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(23 23 23 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(23 23 23 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(23 23 23 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(23 23 23 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(23 23 23 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(23 23 23 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(23 23 23 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(23 23 23 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(23 23 23 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(23 23 23 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(23 23 23 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(23 23 23 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(23 23 23 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(23 23 23 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-gray-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(23 23 23 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(209 250 229 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 243 208 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(110 231 183 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(52 211 153 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 253 245 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(16 185 129 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(5 150 105 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #047857 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(4 120 87 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #065f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 95 70 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-green-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(6 78 59 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 231 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 231 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 231 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 231 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 231 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 231 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 231 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 231 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 231 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 231 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 231 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 231 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 231 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 231 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 231 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #c7d2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(199 210 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(199 210 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(199 210 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(199 210 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(199 210 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(199 210 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(199 210 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(199 210 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(199 210 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(199 210 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(199 210 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(199 210 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(199 210 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(199 210 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(199 210 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #a5b4fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 180 252 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 180 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 180 252 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 180 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 180 252 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 180 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 180 252 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 180 252 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 180 252 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 180 252 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 180 252 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 180 252 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 180 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 180 252 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(165 180 252 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(129 140 248 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(129 140 248 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(129 140 248 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(129 140 248 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(129 140 248 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(129 140 248 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(129 140 248 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(129 140 248 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(129 140 248 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(129 140 248 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(129 140 248 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(129 140 248 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(129 140 248 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(129 140 248 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(129 140 248 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(238 242 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(238 242 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(238 242 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(238 242 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(238 242 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(238 242 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(238 242 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(238 242 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(238 242 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(238 242 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(238 242 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(238 242 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(238 242 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(238 242 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(238 242 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(99 102 241 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(99 102 241 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(99 102 241 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(99 102 241 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(99 102 241 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(99 102 241 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(99 102 241 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(99 102 241 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(99 102 241 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(99 102 241 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(99 102 241 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(99 102 241 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(99 102 241 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(99 102 241 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(99 102 241 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(79 70 229 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(79 70 229 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(79 70 229 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(79 70 229 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(79 70 229 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(79 70 229 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(79 70 229 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(79 70 229 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(79 70 229 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(79 70 229 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(79 70 229 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(79 70 229 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(79 70 229 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(79 70 229 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(79 70 229 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #4338ca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(67 56 202 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(67 56 202 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(67 56 202 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(67 56 202 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(67 56 202 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(67 56 202 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(67 56 202 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(67 56 202 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(67 56 202 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(67 56 202 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(67 56 202 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(67 56 202 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(67 56 202 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(67 56 202 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(67 56 202 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #3730a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(55 48 163 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(55 48 163 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(55 48 163 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(55 48 163 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(55 48 163 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(55 48 163 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(55 48 163 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(55 48 163 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(55 48 163 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(55 48 163 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(55 48 163 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(55 48 163 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(55 48 163 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(55 48 163 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(55 48 163 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #312e81 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(49 46 129 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(49 46 129 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(49 46 129 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(49 46 129 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(49 46 129 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(49 46 129 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(49 46 129 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(49 46 129 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(49 46 129 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(49 46 129 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(49 46 129 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(49 46 129 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(49 46 129 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(49 46 129 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-indigo-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(49 46 129 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #ecfccb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 252 203 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 252 203 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 252 203 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 252 203 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 252 203 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 252 203 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 252 203 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 252 203 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 252 203 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 252 203 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 252 203 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 252 203 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 252 203 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 252 203 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 252 203 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #d9f99d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 249 157 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 249 157 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 249 157 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 249 157 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 249 157 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 249 157 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 249 157 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 249 157 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 249 157 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 249 157 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 249 157 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 249 157 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 249 157 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 249 157 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(217 249 157 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #bef264 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 242 100 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 242 100 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 242 100 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 242 100 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 242 100 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 242 100 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 242 100 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 242 100 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 242 100 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 242 100 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 242 100 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 242 100 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 242 100 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 242 100 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 242 100 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #a3e635 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 230 53 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 230 53 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 230 53 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 230 53 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 230 53 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 230 53 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 230 53 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 230 53 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 230 53 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 230 53 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 230 53 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 230 53 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 230 53 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 230 53 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(163 230 53 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #f7fee7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(247 254 231 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(247 254 231 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(247 254 231 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(247 254 231 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(247 254 231 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(247 254 231 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(247 254 231 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(247 254 231 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(247 254 231 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(247 254 231 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(247 254 231 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(247 254 231 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(247 254 231 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(247 254 231 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(247 254 231 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #84cc16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(132 204 22 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(132 204 22 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(132 204 22 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(132 204 22 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(132 204 22 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(132 204 22 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(132 204 22 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(132 204 22 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(132 204 22 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(132 204 22 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(132 204 22 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(132 204 22 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(132 204 22 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(132 204 22 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(132 204 22 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #65a30d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(101 163 13 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(101 163 13 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(101 163 13 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(101 163 13 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(101 163 13 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(101 163 13 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(101 163 13 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(101 163 13 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(101 163 13 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(101 163 13 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(101 163 13 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(101 163 13 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(101 163 13 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(101 163 13 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(101 163 13 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #4d7c0f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(77 124 15 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(77 124 15 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(77 124 15 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(77 124 15 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(77 124 15 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(77 124 15 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(77 124 15 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(77 124 15 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(77 124 15 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(77 124 15 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(77 124 15 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(77 124 15 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(77 124 15 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(77 124 15 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(77 124 15 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #3f6212 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(63 98 18 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(63 98 18 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(63 98 18 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(63 98 18 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(63 98 18 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(63 98 18 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(63 98 18 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(63 98 18 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(63 98 18 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(63 98 18 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(63 98 18 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(63 98 18 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(63 98 18 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(63 98 18 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(63 98 18 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #365314 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(54 83 20 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(54 83 20 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(54 83 20 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(54 83 20 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(54 83 20 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(54 83 20 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(54 83 20 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(54 83 20 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(54 83 20 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(54 83 20 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(54 83 20 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(54 83 20 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(54 83 20 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(54 83 20 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-lime-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(54 83 20 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 237 213 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 237 213 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 237 213 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 237 213 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 237 213 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 237 213 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 237 213 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 237 213 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 237 213 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 237 213 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 237 213 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 237 213 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 237 213 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 237 213 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 237 213 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #fed7aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 215 170 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 215 170 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 215 170 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 215 170 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 215 170 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 215 170 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 215 170 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 215 170 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 215 170 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 215 170 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 215 170 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 215 170 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 215 170 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 215 170 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 215 170 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #fdba74 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 186 116 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 186 116 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 186 116 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 186 116 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 186 116 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 186 116 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 186 116 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 186 116 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 186 116 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 186 116 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 186 116 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 186 116 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 186 116 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 186 116 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 186 116 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 146 60 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 146 60 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 146 60 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 146 60 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 146 60 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 146 60 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 146 60 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 146 60 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 146 60 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 146 60 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 146 60 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 146 60 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 146 60 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 146 60 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 146 60 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 247 237 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 247 237 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 247 237 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 247 237 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 247 237 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 247 237 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 247 237 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 247 237 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 247 237 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 247 237 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 247 237 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 247 237 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 247 237 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 247 237 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 247 237 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 115 22 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 115 22 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 115 22 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 115 22 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 115 22 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 115 22 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 115 22 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 115 22 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 115 22 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 115 22 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 115 22 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 115 22 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 115 22 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 115 22 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 115 22 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(234 88 12 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(234 88 12 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(234 88 12 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(234 88 12 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(234 88 12 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(234 88 12 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(234 88 12 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(234 88 12 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(234 88 12 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(234 88 12 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(234 88 12 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(234 88 12 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(234 88 12 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(234 88 12 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(234 88 12 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #c2410c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(194 65 12 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(194 65 12 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(194 65 12 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(194 65 12 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(194 65 12 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(194 65 12 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(194 65 12 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(194 65 12 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(194 65 12 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(194 65 12 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(194 65 12 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(194 65 12 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(194 65 12 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(194 65 12 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(194 65 12 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #9a3412 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(154 52 18 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(154 52 18 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(154 52 18 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(154 52 18 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(154 52 18 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(154 52 18 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(154 52 18 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(154 52 18 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(154 52 18 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(154 52 18 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(154 52 18 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(154 52 18 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(154 52 18 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(154 52 18 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(154 52 18 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #7c2d12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 45 18 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 45 18 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 45 18 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 45 18 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 45 18 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 45 18 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 45 18 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 45 18 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 45 18 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 45 18 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 45 18 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 45 18 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 45 18 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 45 18 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-orange-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 45 18 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 231 243 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 231 243 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 231 243 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 231 243 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 231 243 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 231 243 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 231 243 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 231 243 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 231 243 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 231 243 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 231 243 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 231 243 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 231 243 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 231 243 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 231 243 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #fbcfe8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 207 232 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 207 232 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 207 232 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 207 232 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 207 232 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 207 232 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 207 232 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 207 232 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 207 232 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 207 232 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 207 232 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 207 232 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 207 232 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 207 232 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 207 232 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 168 212 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 168 212 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 168 212 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 168 212 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 168 212 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 168 212 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 168 212 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 168 212 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 168 212 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 168 212 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 168 212 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 168 212 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 168 212 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 168 212 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(249 168 212 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #f472b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 114 182 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 114 182 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 114 182 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 114 182 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 114 182 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 114 182 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 114 182 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 114 182 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 114 182 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 114 182 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 114 182 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 114 182 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 114 182 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 114 182 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 114 182 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 242 248 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 242 248 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 242 248 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 242 248 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 242 248 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 242 248 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 242 248 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 242 248 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 242 248 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 242 248 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 242 248 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 242 248 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 242 248 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 242 248 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 242 248 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 72 153 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 72 153 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 72 153 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 72 153 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 72 153 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 72 153 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 72 153 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 72 153 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 72 153 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 72 153 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 72 153 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 72 153 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 72 153 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 72 153 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(236 72 153 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 39 119 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 39 119 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 39 119 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 39 119 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 39 119 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 39 119 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 39 119 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 39 119 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 39 119 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 39 119 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 39 119 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 39 119 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 39 119 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 39 119 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(219 39 119 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #be185d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 24 93 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 24 93 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 24 93 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 24 93 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 24 93 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 24 93 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 24 93 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 24 93 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 24 93 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 24 93 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 24 93 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 24 93 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 24 93 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 24 93 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 24 93 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #9d174d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(157 23 77 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(157 23 77 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(157 23 77 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(157 23 77 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(157 23 77 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(157 23 77 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(157 23 77 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(157 23 77 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(157 23 77 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(157 23 77 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(157 23 77 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(157 23 77 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(157 23 77 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(157 23 77 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(157 23 77 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #831843 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(131 24 67 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(131 24 67 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(131 24 67 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(131 24 67 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(131 24 67 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(131 24 67 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(131 24 67 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(131 24 67 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(131 24 67 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(131 24 67 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(131 24 67 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(131 24 67 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(131 24 67 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(131 24 67 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-pink-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(131 24 67 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(243 232 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(243 232 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(243 232 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(243 232 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(243 232 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(243 232 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(243 232 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(243 232 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(243 232 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(243 232 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(243 232 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(243 232 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(243 232 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(243 232 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(243 232 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(233 213 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(233 213 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(233 213 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(233 213 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(233 213 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(233 213 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(233 213 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(233 213 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(233 213 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(233 213 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(233 213 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(233 213 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(233 213 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(233 213 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(233 213 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(216 180 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(216 180 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(216 180 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(216 180 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(216 180 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(216 180 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(216 180 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(216 180 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(216 180 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(216 180 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(216 180 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(216 180 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(216 180 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(216 180 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(216 180 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 132 252 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 132 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 132 252 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 132 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 132 252 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 132 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 132 252 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 132 252 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 132 252 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 132 252 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 132 252 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 132 252 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 132 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 132 252 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(192 132 252 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 245 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 245 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 245 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 245 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 245 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 245 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 245 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 245 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 245 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 245 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 245 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 245 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 245 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 245 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 245 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 85 247 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 85 247 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 85 247 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 85 247 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 85 247 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 85 247 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 85 247 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 85 247 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 85 247 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 85 247 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 85 247 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 85 247 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 85 247 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 85 247 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 85 247 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 51 234 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 51 234 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 51 234 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 51 234 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 51 234 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 51 234 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 51 234 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 51 234 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 51 234 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 51 234 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 51 234 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 51 234 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 51 234 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 51 234 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(147 51 234 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(126 34 206 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(126 34 206 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(126 34 206 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(126 34 206 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(126 34 206 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(126 34 206 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(126 34 206 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(126 34 206 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(126 34 206 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(126 34 206 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(126 34 206 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(126 34 206 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(126 34 206 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(126 34 206 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(126 34 206 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #6b21a8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(107 33 168 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(107 33 168 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(107 33 168 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(107 33 168 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(107 33 168 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(107 33 168 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(107 33 168 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(107 33 168 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(107 33 168 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(107 33 168 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(107 33 168 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(107 33 168 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(107 33 168 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(107 33 168 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(107 33 168 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #581c87 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(88 28 135 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(88 28 135 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(88 28 135 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(88 28 135 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(88 28 135 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(88 28 135 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(88 28 135 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(88 28 135 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(88 28 135 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(88 28 135 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(88 28 135 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(88 28 135 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(88 28 135 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(88 28 135 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-purple-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(88 28 135 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 226 226 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 226 226 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 226 226 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 226 226 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 226 226 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 226 226 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 226 226 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 226 226 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 226 226 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 226 226 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 226 226 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 226 226 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 226 226 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 226 226 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 226 226 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #fecaca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 202 202 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 202 202 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 202 202 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 202 202 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 202 202 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 202 202 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 202 202 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 202 202 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 202 202 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 202 202 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 202 202 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 202 202 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 202 202 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 202 202 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 202 202 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #fca5a5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 165 165 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 165 165 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 165 165 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 165 165 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 165 165 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 165 165 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 165 165 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 165 165 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 165 165 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 165 165 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 165 165 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 165 165 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 165 165 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 165 165 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(252 165 165 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 113 113 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 113 113 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 113 113 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 113 113 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 113 113 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 113 113 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 113 113 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 113 113 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 113 113 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 113 113 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 113 113 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 113 113 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 113 113 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 113 113 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 113 113 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 242 242 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 242 242 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 242 242 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 242 242 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 242 242 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 242 242 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 242 242 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 242 242 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 242 242 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 242 242 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 242 242 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 242 242 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 242 242 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 242 242 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 242 242 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 68 68 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 68 68 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 68 68 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 68 68 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 68 68 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 68 68 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 68 68 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 68 68 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 68 68 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 68 68 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 68 68 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 68 68 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 68 68 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 68 68 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(239 68 68 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(220 38 38 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(220 38 38 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(220 38 38 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(220 38 38 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(220 38 38 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(220 38 38 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(220 38 38 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(220 38 38 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(220 38 38 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(220 38 38 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(220 38 38 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(220 38 38 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(220 38 38 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(220 38 38 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(220 38 38 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #b91c1c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(185 28 28 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(185 28 28 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(185 28 28 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(185 28 28 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(185 28 28 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(185 28 28 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(185 28 28 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(185 28 28 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(185 28 28 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(185 28 28 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(185 28 28 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(185 28 28 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(185 28 28 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(185 28 28 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(185 28 28 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #991b1b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 27 27 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 27 27 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 27 27 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 27 27 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 27 27 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 27 27 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 27 27 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 27 27 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 27 27 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 27 27 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 27 27 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 27 27 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 27 27 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 27 27 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 27 27 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(127 29 29 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(127 29 29 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(127 29 29 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(127 29 29 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(127 29 29 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(127 29 29 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(127 29 29 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(127 29 29 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(127 29 29 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(127 29 29 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(127 29 29 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(127 29 29 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(127 29 29 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(127 29 29 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-red-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(127 29 29 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #ffe4e6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 228 230 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 228 230 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 228 230 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 228 230 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 228 230 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 228 230 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 228 230 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 228 230 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 228 230 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 228 230 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 228 230 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 228 230 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 228 230 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 228 230 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 228 230 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #fecdd3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 205 211 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 205 211 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 205 211 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 205 211 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 205 211 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 205 211 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 205 211 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 205 211 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 205 211 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 205 211 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 205 211 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 205 211 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 205 211 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 205 211 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(254 205 211 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #fda4af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 164 175 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 164 175 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 164 175 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 164 175 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 164 175 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 164 175 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 164 175 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 164 175 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 164 175 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 164 175 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 164 175 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 164 175 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 164 175 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 164 175 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(253 164 175 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #fb7185 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 113 133 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 113 133 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 113 133 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 113 133 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 113 133 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 113 133 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 113 133 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 113 133 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 113 133 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 113 133 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 113 133 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 113 133 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 113 133 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 113 133 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(251 113 133 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 241 242 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 241 242 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 241 242 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 241 242 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 241 242 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 241 242 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 241 242 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 241 242 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 241 242 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 241 242 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 241 242 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 241 242 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 241 242 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 241 242 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 241 242 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 63 94 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 63 94 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 63 94 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 63 94 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 63 94 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 63 94 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 63 94 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 63 94 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 63 94 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 63 94 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 63 94 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 63 94 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 63 94 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 63 94 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(244 63 94 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #e11d48 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(225 29 72 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(225 29 72 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(225 29 72 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(225 29 72 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(225 29 72 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(225 29 72 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(225 29 72 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(225 29 72 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(225 29 72 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(225 29 72 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(225 29 72 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(225 29 72 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(225 29 72 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(225 29 72 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(225 29 72 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #be123c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 18 60 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 18 60 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 18 60 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 18 60 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 18 60 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 18 60 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 18 60 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 18 60 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 18 60 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 18 60 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 18 60 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 18 60 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 18 60 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 18 60 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(190 18 60 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #9f1239 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(159 18 57 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(159 18 57 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(159 18 57 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(159 18 57 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(159 18 57 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(159 18 57 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(159 18 57 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(159 18 57 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(159 18 57 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(159 18 57 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(159 18 57 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(159 18 57 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(159 18 57 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(159 18 57 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(159 18 57 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #881337 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(136 19 55 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(136 19 55 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(136 19 55 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(136 19 55 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(136 19 55 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(136 19 55 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(136 19 55 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(136 19 55 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(136 19 55 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(136 19 55 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(136 19 55 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(136 19 55 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(136 19 55 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(136 19 55 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-rose-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(136 19 55 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 242 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 242 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 242 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 242 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 242 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 242 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 242 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 242 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 242 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 242 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 242 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 242 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 242 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 242 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(224 242 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #bae6fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(186 230 253 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(186 230 253 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(186 230 253 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(186 230 253 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(186 230 253 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(186 230 253 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(186 230 253 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(186 230 253 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(186 230 253 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(186 230 253 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(186 230 253 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(186 230 253 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(186 230 253 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(186 230 253 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(186 230 253 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #7dd3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(125 211 252 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(125 211 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(125 211 252 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(125 211 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(125 211 252 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(125 211 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(125 211 252 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(125 211 252 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(125 211 252 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(125 211 252 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(125 211 252 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(125 211 252 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(125 211 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(125 211 252 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(125 211 252 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(56 189 248 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(56 189 248 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(56 189 248 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(56 189 248 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(56 189 248 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(56 189 248 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(56 189 248 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(56 189 248 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(56 189 248 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(56 189 248 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(56 189 248 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(56 189 248 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(56 189 248 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(56 189 248 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(56 189 248 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 249 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 249 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 249 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 249 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 249 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 249 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 249 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 249 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 249 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 249 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 249 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 249 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 249 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 249 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 249 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 165 233 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 165 233 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 165 233 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 165 233 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 165 233 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 165 233 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 165 233 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 165 233 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 165 233 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 165 233 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 165 233 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 165 233 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 165 233 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 165 233 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(14 165 233 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #0284c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(2 132 199 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(2 132 199 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(2 132 199 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(2 132 199 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(2 132 199 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(2 132 199 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(2 132 199 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(2 132 199 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(2 132 199 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(2 132 199 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(2 132 199 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(2 132 199 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(2 132 199 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(2 132 199 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(2 132 199 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #0369a1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(3 105 161 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(3 105 161 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(3 105 161 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(3 105 161 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(3 105 161 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(3 105 161 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(3 105 161 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(3 105 161 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(3 105 161 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(3 105 161 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(3 105 161 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(3 105 161 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(3 105 161 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(3 105 161 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(3 105 161 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #075985 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(7 89 133 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(7 89 133 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(7 89 133 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(7 89 133 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(7 89 133 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(7 89 133 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(7 89 133 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(7 89 133 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(7 89 133 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(7 89 133 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(7 89 133 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(7 89 133 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(7 89 133 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(7 89 133 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(7 89 133 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #0c4a6e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(12 74 110 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(12 74 110 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(12 74 110 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(12 74 110 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(12 74 110 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(12 74 110 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(12 74 110 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(12 74 110 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(12 74 110 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(12 74 110 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(12 74 110 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(12 74 110 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(12 74 110 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(12 74 110 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-sky-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(12 74 110 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(241 245 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(241 245 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(241 245 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(241 245 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(241 245 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(241 245 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(241 245 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(241 245 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(241 245 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(241 245 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(241 245 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(241 245 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(241 245 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(241 245 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(241 245 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #e2e8f0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(226 232 240 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(226 232 240 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(226 232 240 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(226 232 240 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(226 232 240 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(226 232 240 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(226 232 240 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(226 232 240 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(226 232 240 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(226 232 240 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(226 232 240 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(226 232 240 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(226 232 240 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(226 232 240 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(226 232 240 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(203 213 225 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(203 213 225 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(203 213 225 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(203 213 225 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(203 213 225 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(203 213 225 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(203 213 225 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(203 213 225 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(203 213 225 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(203 213 225 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(203 213 225 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(203 213 225 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(203 213 225 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(203 213 225 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(203 213 225 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #94a3b8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(148 163 184 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(148 163 184 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(148 163 184 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(148 163 184 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(148 163 184 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(148 163 184 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(148 163 184 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(148 163 184 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(148 163 184 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(148 163 184 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(148 163 184 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(148 163 184 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(148 163 184 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(148 163 184 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(148 163 184 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 250 252 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 250 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 250 252 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 250 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 250 252 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 250 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 250 252 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 250 252 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 250 252 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 250 252 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 250 252 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 250 252 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 250 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 250 252 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(248 250 252 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #64748b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(100 116 139 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(100 116 139 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(100 116 139 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(100 116 139 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(100 116 139 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(100 116 139 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(100 116 139 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(100 116 139 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(100 116 139 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(100 116 139 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(100 116 139 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(100 116 139 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(100 116 139 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(100 116 139 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(100 116 139 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #475569 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(71 85 105 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(71 85 105 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(71 85 105 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(71 85 105 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(71 85 105 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(71 85 105 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(71 85 105 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(71 85 105 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(71 85 105 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(71 85 105 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(71 85 105 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(71 85 105 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(71 85 105 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(71 85 105 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(71 85 105 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #334155 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(51 65 85 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(51 65 85 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(51 65 85 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(51 65 85 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(51 65 85 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(51 65 85 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(51 65 85 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(51 65 85 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(51 65 85 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(51 65 85 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(51 65 85 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(51 65 85 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(51 65 85 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(51 65 85 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(51 65 85 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #1e293b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 41 59 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 41 59 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 41 59 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 41 59 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 41 59 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 41 59 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 41 59 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 41 59 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 41 59 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 41 59 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 41 59 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 41 59 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 41 59 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(30 41 59 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 23 42 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 23 42 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 23 42 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 23 42 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 23 42 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 23 42 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 23 42 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 23 42 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 23 42 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 23 42 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 23 42 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 23 42 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 23 42 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 23 42 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-slate-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 23 42 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #f5f5f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 244 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 244 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 244 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 244 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 244 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 244 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 244 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 244 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 244 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 244 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 244 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 244 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 244 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 244 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 245 244 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #e7e5e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(231 229 228 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(231 229 228 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(231 229 228 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(231 229 228 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(231 229 228 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(231 229 228 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(231 229 228 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(231 229 228 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(231 229 228 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(231 229 228 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(231 229 228 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(231 229 228 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(231 229 228 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(231 229 228 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(231 229 228 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #d6d3d1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(214 211 209 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(214 211 209 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(214 211 209 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(214 211 209 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(214 211 209 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(214 211 209 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(214 211 209 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(214 211 209 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(214 211 209 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(214 211 209 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(214 211 209 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(214 211 209 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(214 211 209 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(214 211 209 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(214 211 209 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #a8a29e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 162 158 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 162 158 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 162 158 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 162 158 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 162 158 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 162 158 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 162 158 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 162 158 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 162 158 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 162 158 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 162 158 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 162 158 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 162 158 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 162 158 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(168 162 158 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #fafaf9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(250 250 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #78716c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 113 108 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 113 108 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 113 108 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 113 108 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 113 108 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 113 108 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 113 108 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 113 108 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 113 108 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 113 108 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 113 108 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 113 108 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 113 108 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 113 108 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(120 113 108 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #57534e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(87 83 78 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(87 83 78 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(87 83 78 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(87 83 78 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(87 83 78 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(87 83 78 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(87 83 78 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(87 83 78 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(87 83 78 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(87 83 78 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(87 83 78 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(87 83 78 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(87 83 78 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(87 83 78 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(87 83 78 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #44403c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(68 64 60 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(68 64 60 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(68 64 60 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(68 64 60 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(68 64 60 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(68 64 60 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(68 64 60 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(68 64 60 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(68 64 60 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(68 64 60 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(68 64 60 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(68 64 60 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(68 64 60 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(68 64 60 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(68 64 60 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #292524 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(41 37 36 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(41 37 36 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(41 37 36 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(41 37 36 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(41 37 36 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(41 37 36 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(41 37 36 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(41 37 36 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(41 37 36 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(41 37 36 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(41 37 36 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(41 37 36 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(41 37 36 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(41 37 36 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(41 37 36 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #1c1917 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(28 25 23 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(28 25 23 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(28 25 23 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(28 25 23 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(28 25 23 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(28 25 23 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(28 25 23 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(28 25 23 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(28 25 23 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(28 25 23 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(28 25 23 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(28 25 23 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(28 25 23 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(28 25 23 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-stone-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(28 25 23 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(204 251 241 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(204 251 241 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(204 251 241 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(204 251 241 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(204 251 241 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(204 251 241 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(204 251 241 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(204 251 241 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(204 251 241 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(204 251 241 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(204 251 241 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(204 251 241 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(204 251 241 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(204 251 241 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(204 251 241 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 246 228 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 246 228 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 246 228 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 246 228 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 246 228 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 246 228 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 246 228 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 246 228 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 246 228 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 246 228 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 246 228 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 246 228 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 246 228 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 246 228 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(153 246 228 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #5eead4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(94 234 212 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(94 234 212 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(94 234 212 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(94 234 212 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(94 234 212 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(94 234 212 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(94 234 212 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(94 234 212 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(94 234 212 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(94 234 212 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(94 234 212 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(94 234 212 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(94 234 212 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(94 234 212 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(94 234 212 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(45 212 191 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(45 212 191 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(45 212 191 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(45 212 191 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(45 212 191 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(45 212 191 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(45 212 191 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(45 212 191 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(45 212 191 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(45 212 191 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(45 212 191 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(45 212 191 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(45 212 191 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(45 212 191 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(45 212 191 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 253 250 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 253 250 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 253 250 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 253 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 253 250 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 253 250 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 253 250 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 253 250 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 253 250 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 253 250 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 253 250 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 253 250 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 253 250 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 253 250 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(240 253 250 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(20 184 166 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(20 184 166 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(20 184 166 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(20 184 166 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(20 184 166 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(20 184 166 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(20 184 166 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(20 184 166 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(20 184 166 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(20 184 166 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(20 184 166 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(20 184 166 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(20 184 166 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(20 184 166 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(20 184 166 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(13 148 136 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(13 148 136 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(13 148 136 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(13 148 136 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(13 148 136 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(13 148 136 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(13 148 136 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(13 148 136 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(13 148 136 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(13 148 136 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(13 148 136 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(13 148 136 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(13 148 136 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(13 148 136 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(13 148 136 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #0f766e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 118 110 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 118 110 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 118 110 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 118 110 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 118 110 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 118 110 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 118 110 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 118 110 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 118 110 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 118 110 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 118 110 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 118 110 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 118 110 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 118 110 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(15 118 110 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #115e59 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(17 94 89 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(17 94 89 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(17 94 89 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(17 94 89 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(17 94 89 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(17 94 89 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(17 94 89 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(17 94 89 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(17 94 89 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(17 94 89 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(17 94 89 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(17 94 89 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(17 94 89 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(17 94 89 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(17 94 89 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #134e4a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(19 78 74 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(19 78 74 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(19 78 74 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(19 78 74 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(19 78 74 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(19 78 74 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(19 78 74 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(19 78 74 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(19 78 74 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(19 78 74 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(19 78 74 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(19 78 74 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(19 78 74 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(19 78 74 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(19 78 74 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-100::before{
  content: var(--tw-content);
  --tw-gradient-from: #ede9fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-100\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(237 233 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-100\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(237 233 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-100\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(237 233 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-100\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(237 233 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-100\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(237 233 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-100\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(237 233 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-100\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(237 233 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-100\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(237 233 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-100\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(237 233 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-100\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(237 233 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-100\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(237 233 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-100\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(237 233 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-100\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(237 233 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-100\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(237 233 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-100\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(237 233 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-200::before{
  content: var(--tw-content);
  --tw-gradient-from: #ddd6fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-200\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(221 214 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-200\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(221 214 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-200\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(221 214 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-200\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(221 214 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-200\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(221 214 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-200\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(221 214 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-200\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(221 214 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-200\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(221 214 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-200\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(221 214 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-200\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(221 214 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-200\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(221 214 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-200\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(221 214 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-200\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(221 214 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-200\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(221 214 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-200\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(221 214 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-300::before{
  content: var(--tw-content);
  --tw-gradient-from: #c4b5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-300\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(196 181 253 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-300\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(196 181 253 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-300\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(196 181 253 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-300\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(196 181 253 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-300\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(196 181 253 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-300\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(196 181 253 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-300\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(196 181 253 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-300\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(196 181 253 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-300\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(196 181 253 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-300\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(196 181 253 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-300\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(196 181 253 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-300\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(196 181 253 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-300\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(196 181 253 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-300\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(196 181 253 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-300\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(196 181 253 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #a78bfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-400\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 139 250 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-400\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 139 250 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-400\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 139 250 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-400\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 139 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-400\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 139 250 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-400\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 139 250 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-400\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 139 250 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-400\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 139 250 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-400\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 139 250 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-400\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 139 250 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-400\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 139 250 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-400\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 139 250 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-400\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 139 250 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-400\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 139 250 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-400\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(167 139 250 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-50::before{
  content: var(--tw-content);
  --tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-50\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 243 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-50\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 243 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-50\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 243 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-50\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 243 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-50\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 243 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-50\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 243 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-50\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 243 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-50\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 243 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-50\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 243 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-50\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 243 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-50\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 243 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-50\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 243 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-50\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 243 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-50\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 243 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-50\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(245 243 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-500::before{
  content: var(--tw-content);
  --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-500\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(139 92 246 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-500\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(139 92 246 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-500\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(139 92 246 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-500\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(139 92 246 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-500\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(139 92 246 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-500\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(139 92 246 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-500\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(139 92 246 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-500\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(139 92 246 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-500\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(139 92 246 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-500\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(139 92 246 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-500\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(139 92 246 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-500\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(139 92 246 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-500\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(139 92 246 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-500\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(139 92 246 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-500\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(139 92 246 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-600::before{
  content: var(--tw-content);
  --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-600\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 58 237 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-600\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 58 237 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-600\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 58 237 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-600\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 58 237 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-600\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 58 237 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-600\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 58 237 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-600\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 58 237 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-600\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 58 237 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-600\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 58 237 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-600\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 58 237 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-600\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 58 237 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-600\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 58 237 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-600\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 58 237 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-600\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 58 237 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-600\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(124 58 237 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #6d28d9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(109 40 217 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(109 40 217 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(109 40 217 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(109 40 217 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(109 40 217 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(109 40 217 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(109 40 217 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(109 40 217 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(109 40 217 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(109 40 217 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(109 40 217 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(109 40 217 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(109 40 217 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(109 40 217 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(109 40 217 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-800::before{
  content: var(--tw-content);
  --tw-gradient-from: #5b21b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-800\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(91 33 182 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-800\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(91 33 182 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-800\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(91 33 182 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-800\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(91 33 182 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-800\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(91 33 182 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-800\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(91 33 182 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-800\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(91 33 182 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-800\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(91 33 182 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-800\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(91 33 182 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-800\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(91 33 182 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-800\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(91 33 182 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-800\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(91 33 182 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-800\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(91 33 182 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-800\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(91 33 182 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-800\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(91 33 182 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #4c1d95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(76 29 149 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(76 29 149 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(76 29 149 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(76 29 149 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(76 29 149 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(76 29 149 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(76 29 149 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(76 29 149 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(76 29 149 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(76 29 149 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(76 29 149 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(76 29 149 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(76 29 149 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(76 29 149 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-violet-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(76 29 149 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-100::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-100\/0::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-100\/10::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-100\/100::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-100\/20::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-100\/25::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-100\/30::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-100\/40::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-100\/5::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-100\/50::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-100\/60::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-100\/70::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-100\/75::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-100\/80::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-100\/90::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-100\/95::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-200::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-200\/0::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-200\/10::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-200\/100::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-200\/20::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-200\/25::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-200\/30::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-200\/40::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-200\/5::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-200\/50::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-200\/60::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-200\/70::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-200\/75::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-200\/80::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-200\/90::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-200\/95::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-300::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-300\/0::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-300\/10::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-300\/100::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-300\/20::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-300\/25::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-300\/30::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-300\/40::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-300\/5::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-300\/50::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-300\/60::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-300\/70::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-300\/75::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-300\/80::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-300\/90::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-300\/95::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-400::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-400\/0::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-400\/10::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-400\/100::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-400\/20::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-400\/25::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-400\/30::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-400\/40::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-400\/5::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-400\/50::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-400\/60::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-400\/70::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-400\/75::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-400\/80::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-400\/90::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-400\/95::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-50::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-50\/0::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-50\/10::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-50\/100::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-50\/20::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-50\/25::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-50\/30::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-50\/40::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-50\/5::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-50\/50::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-50\/60::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-50\/70::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-50\/75::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-50\/80::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-50\/90::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-50\/95::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-500::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-500\/0::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-500\/10::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-500\/100::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-500\/20::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-500\/25::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-500\/30::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-500\/40::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-500\/5::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-500\/50::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-500\/60::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-500\/70::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-500\/75::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-500\/80::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-500\/90::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-500\/95::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-600::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-600\/0::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-600\/10::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-600\/100::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-600\/20::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-600\/25::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-600\/30::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-600\/40::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-600\/5::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-600\/50::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-600\/60::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-600\/70::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-600\/75::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-600\/80::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-600\/90::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-600\/95::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-700::before{
  content: var(--tw-content);
  --tw-gradient-from: #a16207 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-700\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(161 98 7 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-700\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(161 98 7 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-700\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(161 98 7 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-700\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(161 98 7 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-700\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(161 98 7 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-700\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(161 98 7 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-700\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(161 98 7 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-700\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(161 98 7 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-700\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(161 98 7 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-700\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(161 98 7 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-700\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(161 98 7 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-700\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(161 98 7 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-700\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(161 98 7 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-700\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(161 98 7 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-700\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(161 98 7 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-800::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-800\/0::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-800\/10::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-800\/100::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-800\/20::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-800\/25::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-800\/30::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-800\/40::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-800\/5::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-800\/50::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-800\/60::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-800\/70::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-800\/75::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-800\/80::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-800\/90::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-800\/95::before{
  content: var(--tw-content);
  --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);
}

.before\:from-yellow-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #713f12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-900\/0::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(113 63 18 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-900\/10::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(113 63 18 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-900\/100::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(113 63 18 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-900\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(113 63 18 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-900\/25::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(113 63 18 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-900\/30::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(113 63 18 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-900\/40::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(113 63 18 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-900\/5::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(113 63 18 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-900\/50::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(113 63 18 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-900\/60::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(113 63 18 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-900\/70::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(113 63 18 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-900\/75::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(113 63 18 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-900\/80::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(113 63 18 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-900\/90::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(113 63 18 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-yellow-900\/95::before{
  content: var(--tw-content);
  --tw-gradient-from: rgb(113 63 18 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:text-amber-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity));
}

.before\:text-amber-100\/0::before{
  content: var(--tw-content);
  color: rgb(254 243 199 / 0);
}

.before\:text-amber-100\/10::before{
  content: var(--tw-content);
  color: rgb(254 243 199 / 0.1);
}

.before\:text-amber-100\/100::before{
  content: var(--tw-content);
  color: rgb(254 243 199 / 1);
}

.before\:text-amber-100\/20::before{
  content: var(--tw-content);
  color: rgb(254 243 199 / 0.2);
}

.before\:text-amber-100\/25::before{
  content: var(--tw-content);
  color: rgb(254 243 199 / 0.25);
}

.before\:text-amber-100\/30::before{
  content: var(--tw-content);
  color: rgb(254 243 199 / 0.3);
}

.before\:text-amber-100\/40::before{
  content: var(--tw-content);
  color: rgb(254 243 199 / 0.4);
}

.before\:text-amber-100\/5::before{
  content: var(--tw-content);
  color: rgb(254 243 199 / 0.05);
}

.before\:text-amber-100\/50::before{
  content: var(--tw-content);
  color: rgb(254 243 199 / 0.5);
}

.before\:text-amber-100\/60::before{
  content: var(--tw-content);
  color: rgb(254 243 199 / 0.6);
}

.before\:text-amber-100\/70::before{
  content: var(--tw-content);
  color: rgb(254 243 199 / 0.7);
}

.before\:text-amber-100\/75::before{
  content: var(--tw-content);
  color: rgb(254 243 199 / 0.75);
}

.before\:text-amber-100\/80::before{
  content: var(--tw-content);
  color: rgb(254 243 199 / 0.8);
}

.before\:text-amber-100\/90::before{
  content: var(--tw-content);
  color: rgb(254 243 199 / 0.9);
}

.before\:text-amber-100\/95::before{
  content: var(--tw-content);
  color: rgb(254 243 199 / 0.95);
}

.before\:text-amber-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}

.before\:text-amber-200\/0::before{
  content: var(--tw-content);
  color: rgb(253 230 138 / 0);
}

.before\:text-amber-200\/10::before{
  content: var(--tw-content);
  color: rgb(253 230 138 / 0.1);
}

.before\:text-amber-200\/100::before{
  content: var(--tw-content);
  color: rgb(253 230 138 / 1);
}

.before\:text-amber-200\/20::before{
  content: var(--tw-content);
  color: rgb(253 230 138 / 0.2);
}

.before\:text-amber-200\/25::before{
  content: var(--tw-content);
  color: rgb(253 230 138 / 0.25);
}

.before\:text-amber-200\/30::before{
  content: var(--tw-content);
  color: rgb(253 230 138 / 0.3);
}

.before\:text-amber-200\/40::before{
  content: var(--tw-content);
  color: rgb(253 230 138 / 0.4);
}

.before\:text-amber-200\/5::before{
  content: var(--tw-content);
  color: rgb(253 230 138 / 0.05);
}

.before\:text-amber-200\/50::before{
  content: var(--tw-content);
  color: rgb(253 230 138 / 0.5);
}

.before\:text-amber-200\/60::before{
  content: var(--tw-content);
  color: rgb(253 230 138 / 0.6);
}

.before\:text-amber-200\/70::before{
  content: var(--tw-content);
  color: rgb(253 230 138 / 0.7);
}

.before\:text-amber-200\/75::before{
  content: var(--tw-content);
  color: rgb(253 230 138 / 0.75);
}

.before\:text-amber-200\/80::before{
  content: var(--tw-content);
  color: rgb(253 230 138 / 0.8);
}

.before\:text-amber-200\/90::before{
  content: var(--tw-content);
  color: rgb(253 230 138 / 0.9);
}

.before\:text-amber-200\/95::before{
  content: var(--tw-content);
  color: rgb(253 230 138 / 0.95);
}

.before\:text-amber-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}

.before\:text-amber-300\/0::before{
  content: var(--tw-content);
  color: rgb(252 211 77 / 0);
}

.before\:text-amber-300\/10::before{
  content: var(--tw-content);
  color: rgb(252 211 77 / 0.1);
}

.before\:text-amber-300\/100::before{
  content: var(--tw-content);
  color: rgb(252 211 77 / 1);
}

.before\:text-amber-300\/20::before{
  content: var(--tw-content);
  color: rgb(252 211 77 / 0.2);
}

.before\:text-amber-300\/25::before{
  content: var(--tw-content);
  color: rgb(252 211 77 / 0.25);
}

.before\:text-amber-300\/30::before{
  content: var(--tw-content);
  color: rgb(252 211 77 / 0.3);
}

.before\:text-amber-300\/40::before{
  content: var(--tw-content);
  color: rgb(252 211 77 / 0.4);
}

.before\:text-amber-300\/5::before{
  content: var(--tw-content);
  color: rgb(252 211 77 / 0.05);
}

.before\:text-amber-300\/50::before{
  content: var(--tw-content);
  color: rgb(252 211 77 / 0.5);
}

.before\:text-amber-300\/60::before{
  content: var(--tw-content);
  color: rgb(252 211 77 / 0.6);
}

.before\:text-amber-300\/70::before{
  content: var(--tw-content);
  color: rgb(252 211 77 / 0.7);
}

.before\:text-amber-300\/75::before{
  content: var(--tw-content);
  color: rgb(252 211 77 / 0.75);
}

.before\:text-amber-300\/80::before{
  content: var(--tw-content);
  color: rgb(252 211 77 / 0.8);
}

.before\:text-amber-300\/90::before{
  content: var(--tw-content);
  color: rgb(252 211 77 / 0.9);
}

.before\:text-amber-300\/95::before{
  content: var(--tw-content);
  color: rgb(252 211 77 / 0.95);
}

.before\:text-amber-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}

.before\:text-amber-400\/0::before{
  content: var(--tw-content);
  color: rgb(251 191 36 / 0);
}

.before\:text-amber-400\/10::before{
  content: var(--tw-content);
  color: rgb(251 191 36 / 0.1);
}

.before\:text-amber-400\/100::before{
  content: var(--tw-content);
  color: rgb(251 191 36 / 1);
}

.before\:text-amber-400\/20::before{
  content: var(--tw-content);
  color: rgb(251 191 36 / 0.2);
}

.before\:text-amber-400\/25::before{
  content: var(--tw-content);
  color: rgb(251 191 36 / 0.25);
}

.before\:text-amber-400\/30::before{
  content: var(--tw-content);
  color: rgb(251 191 36 / 0.3);
}

.before\:text-amber-400\/40::before{
  content: var(--tw-content);
  color: rgb(251 191 36 / 0.4);
}

.before\:text-amber-400\/5::before{
  content: var(--tw-content);
  color: rgb(251 191 36 / 0.05);
}

.before\:text-amber-400\/50::before{
  content: var(--tw-content);
  color: rgb(251 191 36 / 0.5);
}

.before\:text-amber-400\/60::before{
  content: var(--tw-content);
  color: rgb(251 191 36 / 0.6);
}

.before\:text-amber-400\/70::before{
  content: var(--tw-content);
  color: rgb(251 191 36 / 0.7);
}

.before\:text-amber-400\/75::before{
  content: var(--tw-content);
  color: rgb(251 191 36 / 0.75);
}

.before\:text-amber-400\/80::before{
  content: var(--tw-content);
  color: rgb(251 191 36 / 0.8);
}

.before\:text-amber-400\/90::before{
  content: var(--tw-content);
  color: rgb(251 191 36 / 0.9);
}

.before\:text-amber-400\/95::before{
  content: var(--tw-content);
  color: rgb(251 191 36 / 0.95);
}

.before\:text-amber-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}

.before\:text-amber-50\/0::before{
  content: var(--tw-content);
  color: rgb(255 251 235 / 0);
}

.before\:text-amber-50\/10::before{
  content: var(--tw-content);
  color: rgb(255 251 235 / 0.1);
}

.before\:text-amber-50\/100::before{
  content: var(--tw-content);
  color: rgb(255 251 235 / 1);
}

.before\:text-amber-50\/20::before{
  content: var(--tw-content);
  color: rgb(255 251 235 / 0.2);
}

.before\:text-amber-50\/25::before{
  content: var(--tw-content);
  color: rgb(255 251 235 / 0.25);
}

.before\:text-amber-50\/30::before{
  content: var(--tw-content);
  color: rgb(255 251 235 / 0.3);
}

.before\:text-amber-50\/40::before{
  content: var(--tw-content);
  color: rgb(255 251 235 / 0.4);
}

.before\:text-amber-50\/5::before{
  content: var(--tw-content);
  color: rgb(255 251 235 / 0.05);
}

.before\:text-amber-50\/50::before{
  content: var(--tw-content);
  color: rgb(255 251 235 / 0.5);
}

.before\:text-amber-50\/60::before{
  content: var(--tw-content);
  color: rgb(255 251 235 / 0.6);
}

.before\:text-amber-50\/70::before{
  content: var(--tw-content);
  color: rgb(255 251 235 / 0.7);
}

.before\:text-amber-50\/75::before{
  content: var(--tw-content);
  color: rgb(255 251 235 / 0.75);
}

.before\:text-amber-50\/80::before{
  content: var(--tw-content);
  color: rgb(255 251 235 / 0.8);
}

.before\:text-amber-50\/90::before{
  content: var(--tw-content);
  color: rgb(255 251 235 / 0.9);
}

.before\:text-amber-50\/95::before{
  content: var(--tw-content);
  color: rgb(255 251 235 / 0.95);
}

.before\:text-amber-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

.before\:text-amber-500\/0::before{
  content: var(--tw-content);
  color: rgb(245 158 11 / 0);
}

.before\:text-amber-500\/10::before{
  content: var(--tw-content);
  color: rgb(245 158 11 / 0.1);
}

.before\:text-amber-500\/100::before{
  content: var(--tw-content);
  color: rgb(245 158 11 / 1);
}

.before\:text-amber-500\/20::before{
  content: var(--tw-content);
  color: rgb(245 158 11 / 0.2);
}

.before\:text-amber-500\/25::before{
  content: var(--tw-content);
  color: rgb(245 158 11 / 0.25);
}

.before\:text-amber-500\/30::before{
  content: var(--tw-content);
  color: rgb(245 158 11 / 0.3);
}

.before\:text-amber-500\/40::before{
  content: var(--tw-content);
  color: rgb(245 158 11 / 0.4);
}

.before\:text-amber-500\/5::before{
  content: var(--tw-content);
  color: rgb(245 158 11 / 0.05);
}

.before\:text-amber-500\/50::before{
  content: var(--tw-content);
  color: rgb(245 158 11 / 0.5);
}

.before\:text-amber-500\/60::before{
  content: var(--tw-content);
  color: rgb(245 158 11 / 0.6);
}

.before\:text-amber-500\/70::before{
  content: var(--tw-content);
  color: rgb(245 158 11 / 0.7);
}

.before\:text-amber-500\/75::before{
  content: var(--tw-content);
  color: rgb(245 158 11 / 0.75);
}

.before\:text-amber-500\/80::before{
  content: var(--tw-content);
  color: rgb(245 158 11 / 0.8);
}

.before\:text-amber-500\/90::before{
  content: var(--tw-content);
  color: rgb(245 158 11 / 0.9);
}

.before\:text-amber-500\/95::before{
  content: var(--tw-content);
  color: rgb(245 158 11 / 0.95);
}

.before\:text-amber-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

.before\:text-amber-600\/0::before{
  content: var(--tw-content);
  color: rgb(217 119 6 / 0);
}

.before\:text-amber-600\/10::before{
  content: var(--tw-content);
  color: rgb(217 119 6 / 0.1);
}

.before\:text-amber-600\/100::before{
  content: var(--tw-content);
  color: rgb(217 119 6 / 1);
}

.before\:text-amber-600\/20::before{
  content: var(--tw-content);
  color: rgb(217 119 6 / 0.2);
}

.before\:text-amber-600\/25::before{
  content: var(--tw-content);
  color: rgb(217 119 6 / 0.25);
}

.before\:text-amber-600\/30::before{
  content: var(--tw-content);
  color: rgb(217 119 6 / 0.3);
}

.before\:text-amber-600\/40::before{
  content: var(--tw-content);
  color: rgb(217 119 6 / 0.4);
}

.before\:text-amber-600\/5::before{
  content: var(--tw-content);
  color: rgb(217 119 6 / 0.05);
}

.before\:text-amber-600\/50::before{
  content: var(--tw-content);
  color: rgb(217 119 6 / 0.5);
}

.before\:text-amber-600\/60::before{
  content: var(--tw-content);
  color: rgb(217 119 6 / 0.6);
}

.before\:text-amber-600\/70::before{
  content: var(--tw-content);
  color: rgb(217 119 6 / 0.7);
}

.before\:text-amber-600\/75::before{
  content: var(--tw-content);
  color: rgb(217 119 6 / 0.75);
}

.before\:text-amber-600\/80::before{
  content: var(--tw-content);
  color: rgb(217 119 6 / 0.8);
}

.before\:text-amber-600\/90::before{
  content: var(--tw-content);
  color: rgb(217 119 6 / 0.9);
}

.before\:text-amber-600\/95::before{
  content: var(--tw-content);
  color: rgb(217 119 6 / 0.95);
}

.before\:text-amber-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}

.before\:text-amber-700\/0::before{
  content: var(--tw-content);
  color: rgb(180 83 9 / 0);
}

.before\:text-amber-700\/10::before{
  content: var(--tw-content);
  color: rgb(180 83 9 / 0.1);
}

.before\:text-amber-700\/100::before{
  content: var(--tw-content);
  color: rgb(180 83 9 / 1);
}

.before\:text-amber-700\/20::before{
  content: var(--tw-content);
  color: rgb(180 83 9 / 0.2);
}

.before\:text-amber-700\/25::before{
  content: var(--tw-content);
  color: rgb(180 83 9 / 0.25);
}

.before\:text-amber-700\/30::before{
  content: var(--tw-content);
  color: rgb(180 83 9 / 0.3);
}

.before\:text-amber-700\/40::before{
  content: var(--tw-content);
  color: rgb(180 83 9 / 0.4);
}

.before\:text-amber-700\/5::before{
  content: var(--tw-content);
  color: rgb(180 83 9 / 0.05);
}

.before\:text-amber-700\/50::before{
  content: var(--tw-content);
  color: rgb(180 83 9 / 0.5);
}

.before\:text-amber-700\/60::before{
  content: var(--tw-content);
  color: rgb(180 83 9 / 0.6);
}

.before\:text-amber-700\/70::before{
  content: var(--tw-content);
  color: rgb(180 83 9 / 0.7);
}

.before\:text-amber-700\/75::before{
  content: var(--tw-content);
  color: rgb(180 83 9 / 0.75);
}

.before\:text-amber-700\/80::before{
  content: var(--tw-content);
  color: rgb(180 83 9 / 0.8);
}

.before\:text-amber-700\/90::before{
  content: var(--tw-content);
  color: rgb(180 83 9 / 0.9);
}

.before\:text-amber-700\/95::before{
  content: var(--tw-content);
  color: rgb(180 83 9 / 0.95);
}

.before\:text-amber-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}

.before\:text-amber-800\/0::before{
  content: var(--tw-content);
  color: rgb(146 64 14 / 0);
}

.before\:text-amber-800\/10::before{
  content: var(--tw-content);
  color: rgb(146 64 14 / 0.1);
}

.before\:text-amber-800\/100::before{
  content: var(--tw-content);
  color: rgb(146 64 14 / 1);
}

.before\:text-amber-800\/20::before{
  content: var(--tw-content);
  color: rgb(146 64 14 / 0.2);
}

.before\:text-amber-800\/25::before{
  content: var(--tw-content);
  color: rgb(146 64 14 / 0.25);
}

.before\:text-amber-800\/30::before{
  content: var(--tw-content);
  color: rgb(146 64 14 / 0.3);
}

.before\:text-amber-800\/40::before{
  content: var(--tw-content);
  color: rgb(146 64 14 / 0.4);
}

.before\:text-amber-800\/5::before{
  content: var(--tw-content);
  color: rgb(146 64 14 / 0.05);
}

.before\:text-amber-800\/50::before{
  content: var(--tw-content);
  color: rgb(146 64 14 / 0.5);
}

.before\:text-amber-800\/60::before{
  content: var(--tw-content);
  color: rgb(146 64 14 / 0.6);
}

.before\:text-amber-800\/70::before{
  content: var(--tw-content);
  color: rgb(146 64 14 / 0.7);
}

.before\:text-amber-800\/75::before{
  content: var(--tw-content);
  color: rgb(146 64 14 / 0.75);
}

.before\:text-amber-800\/80::before{
  content: var(--tw-content);
  color: rgb(146 64 14 / 0.8);
}

.before\:text-amber-800\/90::before{
  content: var(--tw-content);
  color: rgb(146 64 14 / 0.9);
}

.before\:text-amber-800\/95::before{
  content: var(--tw-content);
  color: rgb(146 64 14 / 0.95);
}

.before\:text-amber-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}

.before\:text-amber-900\/0::before{
  content: var(--tw-content);
  color: rgb(120 53 15 / 0);
}

.before\:text-amber-900\/10::before{
  content: var(--tw-content);
  color: rgb(120 53 15 / 0.1);
}

.before\:text-amber-900\/100::before{
  content: var(--tw-content);
  color: rgb(120 53 15 / 1);
}

.before\:text-amber-900\/20::before{
  content: var(--tw-content);
  color: rgb(120 53 15 / 0.2);
}

.before\:text-amber-900\/25::before{
  content: var(--tw-content);
  color: rgb(120 53 15 / 0.25);
}

.before\:text-amber-900\/30::before{
  content: var(--tw-content);
  color: rgb(120 53 15 / 0.3);
}

.before\:text-amber-900\/40::before{
  content: var(--tw-content);
  color: rgb(120 53 15 / 0.4);
}

.before\:text-amber-900\/5::before{
  content: var(--tw-content);
  color: rgb(120 53 15 / 0.05);
}

.before\:text-amber-900\/50::before{
  content: var(--tw-content);
  color: rgb(120 53 15 / 0.5);
}

.before\:text-amber-900\/60::before{
  content: var(--tw-content);
  color: rgb(120 53 15 / 0.6);
}

.before\:text-amber-900\/70::before{
  content: var(--tw-content);
  color: rgb(120 53 15 / 0.7);
}

.before\:text-amber-900\/75::before{
  content: var(--tw-content);
  color: rgb(120 53 15 / 0.75);
}

.before\:text-amber-900\/80::before{
  content: var(--tw-content);
  color: rgb(120 53 15 / 0.8);
}

.before\:text-amber-900\/90::before{
  content: var(--tw-content);
  color: rgb(120 53 15 / 0.9);
}

.before\:text-amber-900\/95::before{
  content: var(--tw-content);
  color: rgb(120 53 15 / 0.95);
}

.before\:text-blue-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}

.before\:text-blue-100\/0::before{
  content: var(--tw-content);
  color: rgb(219 234 254 / 0);
}

.before\:text-blue-100\/10::before{
  content: var(--tw-content);
  color: rgb(219 234 254 / 0.1);
}

.before\:text-blue-100\/100::before{
  content: var(--tw-content);
  color: rgb(219 234 254 / 1);
}

.before\:text-blue-100\/20::before{
  content: var(--tw-content);
  color: rgb(219 234 254 / 0.2);
}

.before\:text-blue-100\/25::before{
  content: var(--tw-content);
  color: rgb(219 234 254 / 0.25);
}

.before\:text-blue-100\/30::before{
  content: var(--tw-content);
  color: rgb(219 234 254 / 0.3);
}

.before\:text-blue-100\/40::before{
  content: var(--tw-content);
  color: rgb(219 234 254 / 0.4);
}

.before\:text-blue-100\/5::before{
  content: var(--tw-content);
  color: rgb(219 234 254 / 0.05);
}

.before\:text-blue-100\/50::before{
  content: var(--tw-content);
  color: rgb(219 234 254 / 0.5);
}

.before\:text-blue-100\/60::before{
  content: var(--tw-content);
  color: rgb(219 234 254 / 0.6);
}

.before\:text-blue-100\/70::before{
  content: var(--tw-content);
  color: rgb(219 234 254 / 0.7);
}

.before\:text-blue-100\/75::before{
  content: var(--tw-content);
  color: rgb(219 234 254 / 0.75);
}

.before\:text-blue-100\/80::before{
  content: var(--tw-content);
  color: rgb(219 234 254 / 0.8);
}

.before\:text-blue-100\/90::before{
  content: var(--tw-content);
  color: rgb(219 234 254 / 0.9);
}

.before\:text-blue-100\/95::before{
  content: var(--tw-content);
  color: rgb(219 234 254 / 0.95);
}

.before\:text-blue-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

.before\:text-blue-200\/0::before{
  content: var(--tw-content);
  color: rgb(191 219 254 / 0);
}

.before\:text-blue-200\/10::before{
  content: var(--tw-content);
  color: rgb(191 219 254 / 0.1);
}

.before\:text-blue-200\/100::before{
  content: var(--tw-content);
  color: rgb(191 219 254 / 1);
}

.before\:text-blue-200\/20::before{
  content: var(--tw-content);
  color: rgb(191 219 254 / 0.2);
}

.before\:text-blue-200\/25::before{
  content: var(--tw-content);
  color: rgb(191 219 254 / 0.25);
}

.before\:text-blue-200\/30::before{
  content: var(--tw-content);
  color: rgb(191 219 254 / 0.3);
}

.before\:text-blue-200\/40::before{
  content: var(--tw-content);
  color: rgb(191 219 254 / 0.4);
}

.before\:text-blue-200\/5::before{
  content: var(--tw-content);
  color: rgb(191 219 254 / 0.05);
}

.before\:text-blue-200\/50::before{
  content: var(--tw-content);
  color: rgb(191 219 254 / 0.5);
}

.before\:text-blue-200\/60::before{
  content: var(--tw-content);
  color: rgb(191 219 254 / 0.6);
}

.before\:text-blue-200\/70::before{
  content: var(--tw-content);
  color: rgb(191 219 254 / 0.7);
}

.before\:text-blue-200\/75::before{
  content: var(--tw-content);
  color: rgb(191 219 254 / 0.75);
}

.before\:text-blue-200\/80::before{
  content: var(--tw-content);
  color: rgb(191 219 254 / 0.8);
}

.before\:text-blue-200\/90::before{
  content: var(--tw-content);
  color: rgb(191 219 254 / 0.9);
}

.before\:text-blue-200\/95::before{
  content: var(--tw-content);
  color: rgb(191 219 254 / 0.95);
}

.before\:text-blue-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.before\:text-blue-300\/0::before{
  content: var(--tw-content);
  color: rgb(147 197 253 / 0);
}

.before\:text-blue-300\/10::before{
  content: var(--tw-content);
  color: rgb(147 197 253 / 0.1);
}

.before\:text-blue-300\/100::before{
  content: var(--tw-content);
  color: rgb(147 197 253 / 1);
}

.before\:text-blue-300\/20::before{
  content: var(--tw-content);
  color: rgb(147 197 253 / 0.2);
}

.before\:text-blue-300\/25::before{
  content: var(--tw-content);
  color: rgb(147 197 253 / 0.25);
}

.before\:text-blue-300\/30::before{
  content: var(--tw-content);
  color: rgb(147 197 253 / 0.3);
}

.before\:text-blue-300\/40::before{
  content: var(--tw-content);
  color: rgb(147 197 253 / 0.4);
}

.before\:text-blue-300\/5::before{
  content: var(--tw-content);
  color: rgb(147 197 253 / 0.05);
}

.before\:text-blue-300\/50::before{
  content: var(--tw-content);
  color: rgb(147 197 253 / 0.5);
}

.before\:text-blue-300\/60::before{
  content: var(--tw-content);
  color: rgb(147 197 253 / 0.6);
}

.before\:text-blue-300\/70::before{
  content: var(--tw-content);
  color: rgb(147 197 253 / 0.7);
}

.before\:text-blue-300\/75::before{
  content: var(--tw-content);
  color: rgb(147 197 253 / 0.75);
}

.before\:text-blue-300\/80::before{
  content: var(--tw-content);
  color: rgb(147 197 253 / 0.8);
}

.before\:text-blue-300\/90::before{
  content: var(--tw-content);
  color: rgb(147 197 253 / 0.9);
}

.before\:text-blue-300\/95::before{
  content: var(--tw-content);
  color: rgb(147 197 253 / 0.95);
}

.before\:text-blue-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.before\:text-blue-400\/0::before{
  content: var(--tw-content);
  color: rgb(96 165 250 / 0);
}

.before\:text-blue-400\/10::before{
  content: var(--tw-content);
  color: rgb(96 165 250 / 0.1);
}

.before\:text-blue-400\/100::before{
  content: var(--tw-content);
  color: rgb(96 165 250 / 1);
}

.before\:text-blue-400\/20::before{
  content: var(--tw-content);
  color: rgb(96 165 250 / 0.2);
}

.before\:text-blue-400\/25::before{
  content: var(--tw-content);
  color: rgb(96 165 250 / 0.25);
}

.before\:text-blue-400\/30::before{
  content: var(--tw-content);
  color: rgb(96 165 250 / 0.3);
}

.before\:text-blue-400\/40::before{
  content: var(--tw-content);
  color: rgb(96 165 250 / 0.4);
}

.before\:text-blue-400\/5::before{
  content: var(--tw-content);
  color: rgb(96 165 250 / 0.05);
}

.before\:text-blue-400\/50::before{
  content: var(--tw-content);
  color: rgb(96 165 250 / 0.5);
}

.before\:text-blue-400\/60::before{
  content: var(--tw-content);
  color: rgb(96 165 250 / 0.6);
}

.before\:text-blue-400\/70::before{
  content: var(--tw-content);
  color: rgb(96 165 250 / 0.7);
}

.before\:text-blue-400\/75::before{
  content: var(--tw-content);
  color: rgb(96 165 250 / 0.75);
}

.before\:text-blue-400\/80::before{
  content: var(--tw-content);
  color: rgb(96 165 250 / 0.8);
}

.before\:text-blue-400\/90::before{
  content: var(--tw-content);
  color: rgb(96 165 250 / 0.9);
}

.before\:text-blue-400\/95::before{
  content: var(--tw-content);
  color: rgb(96 165 250 / 0.95);
}

.before\:text-blue-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}

.before\:text-blue-50\/0::before{
  content: var(--tw-content);
  color: rgb(239 246 255 / 0);
}

.before\:text-blue-50\/10::before{
  content: var(--tw-content);
  color: rgb(239 246 255 / 0.1);
}

.before\:text-blue-50\/100::before{
  content: var(--tw-content);
  color: rgb(239 246 255 / 1);
}

.before\:text-blue-50\/20::before{
  content: var(--tw-content);
  color: rgb(239 246 255 / 0.2);
}

.before\:text-blue-50\/25::before{
  content: var(--tw-content);
  color: rgb(239 246 255 / 0.25);
}

.before\:text-blue-50\/30::before{
  content: var(--tw-content);
  color: rgb(239 246 255 / 0.3);
}

.before\:text-blue-50\/40::before{
  content: var(--tw-content);
  color: rgb(239 246 255 / 0.4);
}

.before\:text-blue-50\/5::before{
  content: var(--tw-content);
  color: rgb(239 246 255 / 0.05);
}

.before\:text-blue-50\/50::before{
  content: var(--tw-content);
  color: rgb(239 246 255 / 0.5);
}

.before\:text-blue-50\/60::before{
  content: var(--tw-content);
  color: rgb(239 246 255 / 0.6);
}

.before\:text-blue-50\/70::before{
  content: var(--tw-content);
  color: rgb(239 246 255 / 0.7);
}

.before\:text-blue-50\/75::before{
  content: var(--tw-content);
  color: rgb(239 246 255 / 0.75);
}

.before\:text-blue-50\/80::before{
  content: var(--tw-content);
  color: rgb(239 246 255 / 0.8);
}

.before\:text-blue-50\/90::before{
  content: var(--tw-content);
  color: rgb(239 246 255 / 0.9);
}

.before\:text-blue-50\/95::before{
  content: var(--tw-content);
  color: rgb(239 246 255 / 0.95);
}

.before\:text-blue-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.before\:text-blue-500\/0::before{
  content: var(--tw-content);
  color: rgb(59 130 246 / 0);
}

.before\:text-blue-500\/10::before{
  content: var(--tw-content);
  color: rgb(59 130 246 / 0.1);
}

.before\:text-blue-500\/100::before{
  content: var(--tw-content);
  color: rgb(59 130 246 / 1);
}

.before\:text-blue-500\/20::before{
  content: var(--tw-content);
  color: rgb(59 130 246 / 0.2);
}

.before\:text-blue-500\/25::before{
  content: var(--tw-content);
  color: rgb(59 130 246 / 0.25);
}

.before\:text-blue-500\/30::before{
  content: var(--tw-content);
  color: rgb(59 130 246 / 0.3);
}

.before\:text-blue-500\/40::before{
  content: var(--tw-content);
  color: rgb(59 130 246 / 0.4);
}

.before\:text-blue-500\/5::before{
  content: var(--tw-content);
  color: rgb(59 130 246 / 0.05);
}

.before\:text-blue-500\/50::before{
  content: var(--tw-content);
  color: rgb(59 130 246 / 0.5);
}

.before\:text-blue-500\/60::before{
  content: var(--tw-content);
  color: rgb(59 130 246 / 0.6);
}

.before\:text-blue-500\/70::before{
  content: var(--tw-content);
  color: rgb(59 130 246 / 0.7);
}

.before\:text-blue-500\/75::before{
  content: var(--tw-content);
  color: rgb(59 130 246 / 0.75);
}

.before\:text-blue-500\/80::before{
  content: var(--tw-content);
  color: rgb(59 130 246 / 0.8);
}

.before\:text-blue-500\/90::before{
  content: var(--tw-content);
  color: rgb(59 130 246 / 0.9);
}

.before\:text-blue-500\/95::before{
  content: var(--tw-content);
  color: rgb(59 130 246 / 0.95);
}

.before\:text-blue-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.before\:text-blue-600\/0::before{
  content: var(--tw-content);
  color: rgb(37 99 235 / 0);
}

.before\:text-blue-600\/10::before{
  content: var(--tw-content);
  color: rgb(37 99 235 / 0.1);
}

.before\:text-blue-600\/100::before{
  content: var(--tw-content);
  color: rgb(37 99 235 / 1);
}

.before\:text-blue-600\/20::before{
  content: var(--tw-content);
  color: rgb(37 99 235 / 0.2);
}

.before\:text-blue-600\/25::before{
  content: var(--tw-content);
  color: rgb(37 99 235 / 0.25);
}

.before\:text-blue-600\/30::before{
  content: var(--tw-content);
  color: rgb(37 99 235 / 0.3);
}

.before\:text-blue-600\/40::before{
  content: var(--tw-content);
  color: rgb(37 99 235 / 0.4);
}

.before\:text-blue-600\/5::before{
  content: var(--tw-content);
  color: rgb(37 99 235 / 0.05);
}

.before\:text-blue-600\/50::before{
  content: var(--tw-content);
  color: rgb(37 99 235 / 0.5);
}

.before\:text-blue-600\/60::before{
  content: var(--tw-content);
  color: rgb(37 99 235 / 0.6);
}

.before\:text-blue-600\/70::before{
  content: var(--tw-content);
  color: rgb(37 99 235 / 0.7);
}

.before\:text-blue-600\/75::before{
  content: var(--tw-content);
  color: rgb(37 99 235 / 0.75);
}

.before\:text-blue-600\/80::before{
  content: var(--tw-content);
  color: rgb(37 99 235 / 0.8);
}

.before\:text-blue-600\/90::before{
  content: var(--tw-content);
  color: rgb(37 99 235 / 0.9);
}

.before\:text-blue-600\/95::before{
  content: var(--tw-content);
  color: rgb(37 99 235 / 0.95);
}

.before\:text-blue-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.before\:text-blue-700\/0::before{
  content: var(--tw-content);
  color: rgb(29 78 216 / 0);
}

.before\:text-blue-700\/10::before{
  content: var(--tw-content);
  color: rgb(29 78 216 / 0.1);
}

.before\:text-blue-700\/100::before{
  content: var(--tw-content);
  color: rgb(29 78 216 / 1);
}

.before\:text-blue-700\/20::before{
  content: var(--tw-content);
  color: rgb(29 78 216 / 0.2);
}

.before\:text-blue-700\/25::before{
  content: var(--tw-content);
  color: rgb(29 78 216 / 0.25);
}

.before\:text-blue-700\/30::before{
  content: var(--tw-content);
  color: rgb(29 78 216 / 0.3);
}

.before\:text-blue-700\/40::before{
  content: var(--tw-content);
  color: rgb(29 78 216 / 0.4);
}

.before\:text-blue-700\/5::before{
  content: var(--tw-content);
  color: rgb(29 78 216 / 0.05);
}

.before\:text-blue-700\/50::before{
  content: var(--tw-content);
  color: rgb(29 78 216 / 0.5);
}

.before\:text-blue-700\/60::before{
  content: var(--tw-content);
  color: rgb(29 78 216 / 0.6);
}

.before\:text-blue-700\/70::before{
  content: var(--tw-content);
  color: rgb(29 78 216 / 0.7);
}

.before\:text-blue-700\/75::before{
  content: var(--tw-content);
  color: rgb(29 78 216 / 0.75);
}

.before\:text-blue-700\/80::before{
  content: var(--tw-content);
  color: rgb(29 78 216 / 0.8);
}

.before\:text-blue-700\/90::before{
  content: var(--tw-content);
  color: rgb(29 78 216 / 0.9);
}

.before\:text-blue-700\/95::before{
  content: var(--tw-content);
  color: rgb(29 78 216 / 0.95);
}

.before\:text-blue-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.before\:text-blue-800\/0::before{
  content: var(--tw-content);
  color: rgb(30 64 175 / 0);
}

.before\:text-blue-800\/10::before{
  content: var(--tw-content);
  color: rgb(30 64 175 / 0.1);
}

.before\:text-blue-800\/100::before{
  content: var(--tw-content);
  color: rgb(30 64 175 / 1);
}

.before\:text-blue-800\/20::before{
  content: var(--tw-content);
  color: rgb(30 64 175 / 0.2);
}

.before\:text-blue-800\/25::before{
  content: var(--tw-content);
  color: rgb(30 64 175 / 0.25);
}

.before\:text-blue-800\/30::before{
  content: var(--tw-content);
  color: rgb(30 64 175 / 0.3);
}

.before\:text-blue-800\/40::before{
  content: var(--tw-content);
  color: rgb(30 64 175 / 0.4);
}

.before\:text-blue-800\/5::before{
  content: var(--tw-content);
  color: rgb(30 64 175 / 0.05);
}

.before\:text-blue-800\/50::before{
  content: var(--tw-content);
  color: rgb(30 64 175 / 0.5);
}

.before\:text-blue-800\/60::before{
  content: var(--tw-content);
  color: rgb(30 64 175 / 0.6);
}

.before\:text-blue-800\/70::before{
  content: var(--tw-content);
  color: rgb(30 64 175 / 0.7);
}

.before\:text-blue-800\/75::before{
  content: var(--tw-content);
  color: rgb(30 64 175 / 0.75);
}

.before\:text-blue-800\/80::before{
  content: var(--tw-content);
  color: rgb(30 64 175 / 0.8);
}

.before\:text-blue-800\/90::before{
  content: var(--tw-content);
  color: rgb(30 64 175 / 0.9);
}

.before\:text-blue-800\/95::before{
  content: var(--tw-content);
  color: rgb(30 64 175 / 0.95);
}

.before\:text-blue-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.before\:text-blue-900\/0::before{
  content: var(--tw-content);
  color: rgb(30 58 138 / 0);
}

.before\:text-blue-900\/10::before{
  content: var(--tw-content);
  color: rgb(30 58 138 / 0.1);
}

.before\:text-blue-900\/100::before{
  content: var(--tw-content);
  color: rgb(30 58 138 / 1);
}

.before\:text-blue-900\/20::before{
  content: var(--tw-content);
  color: rgb(30 58 138 / 0.2);
}

.before\:text-blue-900\/25::before{
  content: var(--tw-content);
  color: rgb(30 58 138 / 0.25);
}

.before\:text-blue-900\/30::before{
  content: var(--tw-content);
  color: rgb(30 58 138 / 0.3);
}

.before\:text-blue-900\/40::before{
  content: var(--tw-content);
  color: rgb(30 58 138 / 0.4);
}

.before\:text-blue-900\/5::before{
  content: var(--tw-content);
  color: rgb(30 58 138 / 0.05);
}

.before\:text-blue-900\/50::before{
  content: var(--tw-content);
  color: rgb(30 58 138 / 0.5);
}

.before\:text-blue-900\/60::before{
  content: var(--tw-content);
  color: rgb(30 58 138 / 0.6);
}

.before\:text-blue-900\/70::before{
  content: var(--tw-content);
  color: rgb(30 58 138 / 0.7);
}

.before\:text-blue-900\/75::before{
  content: var(--tw-content);
  color: rgb(30 58 138 / 0.75);
}

.before\:text-blue-900\/80::before{
  content: var(--tw-content);
  color: rgb(30 58 138 / 0.8);
}

.before\:text-blue-900\/90::before{
  content: var(--tw-content);
  color: rgb(30 58 138 / 0.9);
}

.before\:text-blue-900\/95::before{
  content: var(--tw-content);
  color: rgb(30 58 138 / 0.95);
}

.before\:text-cyan-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}

.before\:text-cyan-100\/0::before{
  content: var(--tw-content);
  color: rgb(207 250 254 / 0);
}

.before\:text-cyan-100\/10::before{
  content: var(--tw-content);
  color: rgb(207 250 254 / 0.1);
}

.before\:text-cyan-100\/100::before{
  content: var(--tw-content);
  color: rgb(207 250 254 / 1);
}

.before\:text-cyan-100\/20::before{
  content: var(--tw-content);
  color: rgb(207 250 254 / 0.2);
}

.before\:text-cyan-100\/25::before{
  content: var(--tw-content);
  color: rgb(207 250 254 / 0.25);
}

.before\:text-cyan-100\/30::before{
  content: var(--tw-content);
  color: rgb(207 250 254 / 0.3);
}

.before\:text-cyan-100\/40::before{
  content: var(--tw-content);
  color: rgb(207 250 254 / 0.4);
}

.before\:text-cyan-100\/5::before{
  content: var(--tw-content);
  color: rgb(207 250 254 / 0.05);
}

.before\:text-cyan-100\/50::before{
  content: var(--tw-content);
  color: rgb(207 250 254 / 0.5);
}

.before\:text-cyan-100\/60::before{
  content: var(--tw-content);
  color: rgb(207 250 254 / 0.6);
}

.before\:text-cyan-100\/70::before{
  content: var(--tw-content);
  color: rgb(207 250 254 / 0.7);
}

.before\:text-cyan-100\/75::before{
  content: var(--tw-content);
  color: rgb(207 250 254 / 0.75);
}

.before\:text-cyan-100\/80::before{
  content: var(--tw-content);
  color: rgb(207 250 254 / 0.8);
}

.before\:text-cyan-100\/90::before{
  content: var(--tw-content);
  color: rgb(207 250 254 / 0.9);
}

.before\:text-cyan-100\/95::before{
  content: var(--tw-content);
  color: rgb(207 250 254 / 0.95);
}

.before\:text-cyan-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}

.before\:text-cyan-200\/0::before{
  content: var(--tw-content);
  color: rgb(165 243 252 / 0);
}

.before\:text-cyan-200\/10::before{
  content: var(--tw-content);
  color: rgb(165 243 252 / 0.1);
}

.before\:text-cyan-200\/100::before{
  content: var(--tw-content);
  color: rgb(165 243 252 / 1);
}

.before\:text-cyan-200\/20::before{
  content: var(--tw-content);
  color: rgb(165 243 252 / 0.2);
}

.before\:text-cyan-200\/25::before{
  content: var(--tw-content);
  color: rgb(165 243 252 / 0.25);
}

.before\:text-cyan-200\/30::before{
  content: var(--tw-content);
  color: rgb(165 243 252 / 0.3);
}

.before\:text-cyan-200\/40::before{
  content: var(--tw-content);
  color: rgb(165 243 252 / 0.4);
}

.before\:text-cyan-200\/5::before{
  content: var(--tw-content);
  color: rgb(165 243 252 / 0.05);
}

.before\:text-cyan-200\/50::before{
  content: var(--tw-content);
  color: rgb(165 243 252 / 0.5);
}

.before\:text-cyan-200\/60::before{
  content: var(--tw-content);
  color: rgb(165 243 252 / 0.6);
}

.before\:text-cyan-200\/70::before{
  content: var(--tw-content);
  color: rgb(165 243 252 / 0.7);
}

.before\:text-cyan-200\/75::before{
  content: var(--tw-content);
  color: rgb(165 243 252 / 0.75);
}

.before\:text-cyan-200\/80::before{
  content: var(--tw-content);
  color: rgb(165 243 252 / 0.8);
}

.before\:text-cyan-200\/90::before{
  content: var(--tw-content);
  color: rgb(165 243 252 / 0.9);
}

.before\:text-cyan-200\/95::before{
  content: var(--tw-content);
  color: rgb(165 243 252 / 0.95);
}

.before\:text-cyan-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}

.before\:text-cyan-300\/0::before{
  content: var(--tw-content);
  color: rgb(103 232 249 / 0);
}

.before\:text-cyan-300\/10::before{
  content: var(--tw-content);
  color: rgb(103 232 249 / 0.1);
}

.before\:text-cyan-300\/100::before{
  content: var(--tw-content);
  color: rgb(103 232 249 / 1);
}

.before\:text-cyan-300\/20::before{
  content: var(--tw-content);
  color: rgb(103 232 249 / 0.2);
}

.before\:text-cyan-300\/25::before{
  content: var(--tw-content);
  color: rgb(103 232 249 / 0.25);
}

.before\:text-cyan-300\/30::before{
  content: var(--tw-content);
  color: rgb(103 232 249 / 0.3);
}

.before\:text-cyan-300\/40::before{
  content: var(--tw-content);
  color: rgb(103 232 249 / 0.4);
}

.before\:text-cyan-300\/5::before{
  content: var(--tw-content);
  color: rgb(103 232 249 / 0.05);
}

.before\:text-cyan-300\/50::before{
  content: var(--tw-content);
  color: rgb(103 232 249 / 0.5);
}

.before\:text-cyan-300\/60::before{
  content: var(--tw-content);
  color: rgb(103 232 249 / 0.6);
}

.before\:text-cyan-300\/70::before{
  content: var(--tw-content);
  color: rgb(103 232 249 / 0.7);
}

.before\:text-cyan-300\/75::before{
  content: var(--tw-content);
  color: rgb(103 232 249 / 0.75);
}

.before\:text-cyan-300\/80::before{
  content: var(--tw-content);
  color: rgb(103 232 249 / 0.8);
}

.before\:text-cyan-300\/90::before{
  content: var(--tw-content);
  color: rgb(103 232 249 / 0.9);
}

.before\:text-cyan-300\/95::before{
  content: var(--tw-content);
  color: rgb(103 232 249 / 0.95);
}

.before\:text-cyan-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}

.before\:text-cyan-400\/0::before{
  content: var(--tw-content);
  color: rgb(34 211 238 / 0);
}

.before\:text-cyan-400\/10::before{
  content: var(--tw-content);
  color: rgb(34 211 238 / 0.1);
}

.before\:text-cyan-400\/100::before{
  content: var(--tw-content);
  color: rgb(34 211 238 / 1);
}

.before\:text-cyan-400\/20::before{
  content: var(--tw-content);
  color: rgb(34 211 238 / 0.2);
}

.before\:text-cyan-400\/25::before{
  content: var(--tw-content);
  color: rgb(34 211 238 / 0.25);
}

.before\:text-cyan-400\/30::before{
  content: var(--tw-content);
  color: rgb(34 211 238 / 0.3);
}

.before\:text-cyan-400\/40::before{
  content: var(--tw-content);
  color: rgb(34 211 238 / 0.4);
}

.before\:text-cyan-400\/5::before{
  content: var(--tw-content);
  color: rgb(34 211 238 / 0.05);
}

.before\:text-cyan-400\/50::before{
  content: var(--tw-content);
  color: rgb(34 211 238 / 0.5);
}

.before\:text-cyan-400\/60::before{
  content: var(--tw-content);
  color: rgb(34 211 238 / 0.6);
}

.before\:text-cyan-400\/70::before{
  content: var(--tw-content);
  color: rgb(34 211 238 / 0.7);
}

.before\:text-cyan-400\/75::before{
  content: var(--tw-content);
  color: rgb(34 211 238 / 0.75);
}

.before\:text-cyan-400\/80::before{
  content: var(--tw-content);
  color: rgb(34 211 238 / 0.8);
}

.before\:text-cyan-400\/90::before{
  content: var(--tw-content);
  color: rgb(34 211 238 / 0.9);
}

.before\:text-cyan-400\/95::before{
  content: var(--tw-content);
  color: rgb(34 211 238 / 0.95);
}

.before\:text-cyan-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}

.before\:text-cyan-50\/0::before{
  content: var(--tw-content);
  color: rgb(236 254 255 / 0);
}

.before\:text-cyan-50\/10::before{
  content: var(--tw-content);
  color: rgb(236 254 255 / 0.1);
}

.before\:text-cyan-50\/100::before{
  content: var(--tw-content);
  color: rgb(236 254 255 / 1);
}

.before\:text-cyan-50\/20::before{
  content: var(--tw-content);
  color: rgb(236 254 255 / 0.2);
}

.before\:text-cyan-50\/25::before{
  content: var(--tw-content);
  color: rgb(236 254 255 / 0.25);
}

.before\:text-cyan-50\/30::before{
  content: var(--tw-content);
  color: rgb(236 254 255 / 0.3);
}

.before\:text-cyan-50\/40::before{
  content: var(--tw-content);
  color: rgb(236 254 255 / 0.4);
}

.before\:text-cyan-50\/5::before{
  content: var(--tw-content);
  color: rgb(236 254 255 / 0.05);
}

.before\:text-cyan-50\/50::before{
  content: var(--tw-content);
  color: rgb(236 254 255 / 0.5);
}

.before\:text-cyan-50\/60::before{
  content: var(--tw-content);
  color: rgb(236 254 255 / 0.6);
}

.before\:text-cyan-50\/70::before{
  content: var(--tw-content);
  color: rgb(236 254 255 / 0.7);
}

.before\:text-cyan-50\/75::before{
  content: var(--tw-content);
  color: rgb(236 254 255 / 0.75);
}

.before\:text-cyan-50\/80::before{
  content: var(--tw-content);
  color: rgb(236 254 255 / 0.8);
}

.before\:text-cyan-50\/90::before{
  content: var(--tw-content);
  color: rgb(236 254 255 / 0.9);
}

.before\:text-cyan-50\/95::before{
  content: var(--tw-content);
  color: rgb(236 254 255 / 0.95);
}

.before\:text-cyan-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}

.before\:text-cyan-500\/0::before{
  content: var(--tw-content);
  color: rgb(6 182 212 / 0);
}

.before\:text-cyan-500\/10::before{
  content: var(--tw-content);
  color: rgb(6 182 212 / 0.1);
}

.before\:text-cyan-500\/100::before{
  content: var(--tw-content);
  color: rgb(6 182 212 / 1);
}

.before\:text-cyan-500\/20::before{
  content: var(--tw-content);
  color: rgb(6 182 212 / 0.2);
}

.before\:text-cyan-500\/25::before{
  content: var(--tw-content);
  color: rgb(6 182 212 / 0.25);
}

.before\:text-cyan-500\/30::before{
  content: var(--tw-content);
  color: rgb(6 182 212 / 0.3);
}

.before\:text-cyan-500\/40::before{
  content: var(--tw-content);
  color: rgb(6 182 212 / 0.4);
}

.before\:text-cyan-500\/5::before{
  content: var(--tw-content);
  color: rgb(6 182 212 / 0.05);
}

.before\:text-cyan-500\/50::before{
  content: var(--tw-content);
  color: rgb(6 182 212 / 0.5);
}

.before\:text-cyan-500\/60::before{
  content: var(--tw-content);
  color: rgb(6 182 212 / 0.6);
}

.before\:text-cyan-500\/70::before{
  content: var(--tw-content);
  color: rgb(6 182 212 / 0.7);
}

.before\:text-cyan-500\/75::before{
  content: var(--tw-content);
  color: rgb(6 182 212 / 0.75);
}

.before\:text-cyan-500\/80::before{
  content: var(--tw-content);
  color: rgb(6 182 212 / 0.8);
}

.before\:text-cyan-500\/90::before{
  content: var(--tw-content);
  color: rgb(6 182 212 / 0.9);
}

.before\:text-cyan-500\/95::before{
  content: var(--tw-content);
  color: rgb(6 182 212 / 0.95);
}

.before\:text-cyan-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}

.before\:text-cyan-600\/0::before{
  content: var(--tw-content);
  color: rgb(8 145 178 / 0);
}

.before\:text-cyan-600\/10::before{
  content: var(--tw-content);
  color: rgb(8 145 178 / 0.1);
}

.before\:text-cyan-600\/100::before{
  content: var(--tw-content);
  color: rgb(8 145 178 / 1);
}

.before\:text-cyan-600\/20::before{
  content: var(--tw-content);
  color: rgb(8 145 178 / 0.2);
}

.before\:text-cyan-600\/25::before{
  content: var(--tw-content);
  color: rgb(8 145 178 / 0.25);
}

.before\:text-cyan-600\/30::before{
  content: var(--tw-content);
  color: rgb(8 145 178 / 0.3);
}

.before\:text-cyan-600\/40::before{
  content: var(--tw-content);
  color: rgb(8 145 178 / 0.4);
}

.before\:text-cyan-600\/5::before{
  content: var(--tw-content);
  color: rgb(8 145 178 / 0.05);
}

.before\:text-cyan-600\/50::before{
  content: var(--tw-content);
  color: rgb(8 145 178 / 0.5);
}

.before\:text-cyan-600\/60::before{
  content: var(--tw-content);
  color: rgb(8 145 178 / 0.6);
}

.before\:text-cyan-600\/70::before{
  content: var(--tw-content);
  color: rgb(8 145 178 / 0.7);
}

.before\:text-cyan-600\/75::before{
  content: var(--tw-content);
  color: rgb(8 145 178 / 0.75);
}

.before\:text-cyan-600\/80::before{
  content: var(--tw-content);
  color: rgb(8 145 178 / 0.8);
}

.before\:text-cyan-600\/90::before{
  content: var(--tw-content);
  color: rgb(8 145 178 / 0.9);
}

.before\:text-cyan-600\/95::before{
  content: var(--tw-content);
  color: rgb(8 145 178 / 0.95);
}

.before\:text-cyan-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}

.before\:text-cyan-700\/0::before{
  content: var(--tw-content);
  color: rgb(14 116 144 / 0);
}

.before\:text-cyan-700\/10::before{
  content: var(--tw-content);
  color: rgb(14 116 144 / 0.1);
}

.before\:text-cyan-700\/100::before{
  content: var(--tw-content);
  color: rgb(14 116 144 / 1);
}

.before\:text-cyan-700\/20::before{
  content: var(--tw-content);
  color: rgb(14 116 144 / 0.2);
}

.before\:text-cyan-700\/25::before{
  content: var(--tw-content);
  color: rgb(14 116 144 / 0.25);
}

.before\:text-cyan-700\/30::before{
  content: var(--tw-content);
  color: rgb(14 116 144 / 0.3);
}

.before\:text-cyan-700\/40::before{
  content: var(--tw-content);
  color: rgb(14 116 144 / 0.4);
}

.before\:text-cyan-700\/5::before{
  content: var(--tw-content);
  color: rgb(14 116 144 / 0.05);
}

.before\:text-cyan-700\/50::before{
  content: var(--tw-content);
  color: rgb(14 116 144 / 0.5);
}

.before\:text-cyan-700\/60::before{
  content: var(--tw-content);
  color: rgb(14 116 144 / 0.6);
}

.before\:text-cyan-700\/70::before{
  content: var(--tw-content);
  color: rgb(14 116 144 / 0.7);
}

.before\:text-cyan-700\/75::before{
  content: var(--tw-content);
  color: rgb(14 116 144 / 0.75);
}

.before\:text-cyan-700\/80::before{
  content: var(--tw-content);
  color: rgb(14 116 144 / 0.8);
}

.before\:text-cyan-700\/90::before{
  content: var(--tw-content);
  color: rgb(14 116 144 / 0.9);
}

.before\:text-cyan-700\/95::before{
  content: var(--tw-content);
  color: rgb(14 116 144 / 0.95);
}

.before\:text-cyan-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}

.before\:text-cyan-800\/0::before{
  content: var(--tw-content);
  color: rgb(21 94 117 / 0);
}

.before\:text-cyan-800\/10::before{
  content: var(--tw-content);
  color: rgb(21 94 117 / 0.1);
}

.before\:text-cyan-800\/100::before{
  content: var(--tw-content);
  color: rgb(21 94 117 / 1);
}

.before\:text-cyan-800\/20::before{
  content: var(--tw-content);
  color: rgb(21 94 117 / 0.2);
}

.before\:text-cyan-800\/25::before{
  content: var(--tw-content);
  color: rgb(21 94 117 / 0.25);
}

.before\:text-cyan-800\/30::before{
  content: var(--tw-content);
  color: rgb(21 94 117 / 0.3);
}

.before\:text-cyan-800\/40::before{
  content: var(--tw-content);
  color: rgb(21 94 117 / 0.4);
}

.before\:text-cyan-800\/5::before{
  content: var(--tw-content);
  color: rgb(21 94 117 / 0.05);
}

.before\:text-cyan-800\/50::before{
  content: var(--tw-content);
  color: rgb(21 94 117 / 0.5);
}

.before\:text-cyan-800\/60::before{
  content: var(--tw-content);
  color: rgb(21 94 117 / 0.6);
}

.before\:text-cyan-800\/70::before{
  content: var(--tw-content);
  color: rgb(21 94 117 / 0.7);
}

.before\:text-cyan-800\/75::before{
  content: var(--tw-content);
  color: rgb(21 94 117 / 0.75);
}

.before\:text-cyan-800\/80::before{
  content: var(--tw-content);
  color: rgb(21 94 117 / 0.8);
}

.before\:text-cyan-800\/90::before{
  content: var(--tw-content);
  color: rgb(21 94 117 / 0.9);
}

.before\:text-cyan-800\/95::before{
  content: var(--tw-content);
  color: rgb(21 94 117 / 0.95);
}

.before\:text-cyan-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.before\:text-cyan-900\/0::before{
  content: var(--tw-content);
  color: rgb(22 78 99 / 0);
}

.before\:text-cyan-900\/10::before{
  content: var(--tw-content);
  color: rgb(22 78 99 / 0.1);
}

.before\:text-cyan-900\/100::before{
  content: var(--tw-content);
  color: rgb(22 78 99 / 1);
}

.before\:text-cyan-900\/20::before{
  content: var(--tw-content);
  color: rgb(22 78 99 / 0.2);
}

.before\:text-cyan-900\/25::before{
  content: var(--tw-content);
  color: rgb(22 78 99 / 0.25);
}

.before\:text-cyan-900\/30::before{
  content: var(--tw-content);
  color: rgb(22 78 99 / 0.3);
}

.before\:text-cyan-900\/40::before{
  content: var(--tw-content);
  color: rgb(22 78 99 / 0.4);
}

.before\:text-cyan-900\/5::before{
  content: var(--tw-content);
  color: rgb(22 78 99 / 0.05);
}

.before\:text-cyan-900\/50::before{
  content: var(--tw-content);
  color: rgb(22 78 99 / 0.5);
}

.before\:text-cyan-900\/60::before{
  content: var(--tw-content);
  color: rgb(22 78 99 / 0.6);
}

.before\:text-cyan-900\/70::before{
  content: var(--tw-content);
  color: rgb(22 78 99 / 0.7);
}

.before\:text-cyan-900\/75::before{
  content: var(--tw-content);
  color: rgb(22 78 99 / 0.75);
}

.before\:text-cyan-900\/80::before{
  content: var(--tw-content);
  color: rgb(22 78 99 / 0.8);
}

.before\:text-cyan-900\/90::before{
  content: var(--tw-content);
  color: rgb(22 78 99 / 0.9);
}

.before\:text-cyan-900\/95::before{
  content: var(--tw-content);
  color: rgb(22 78 99 / 0.95);
}

.before\:text-emerald-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}

.before\:text-emerald-100\/0::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0);
}

.before\:text-emerald-100\/10::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.1);
}

.before\:text-emerald-100\/100::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 1);
}

.before\:text-emerald-100\/20::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.2);
}

.before\:text-emerald-100\/25::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.25);
}

.before\:text-emerald-100\/30::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.3);
}

.before\:text-emerald-100\/40::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.4);
}

.before\:text-emerald-100\/5::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.05);
}

.before\:text-emerald-100\/50::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.5);
}

.before\:text-emerald-100\/60::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.6);
}

.before\:text-emerald-100\/70::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.7);
}

.before\:text-emerald-100\/75::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.75);
}

.before\:text-emerald-100\/80::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.8);
}

.before\:text-emerald-100\/90::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.9);
}

.before\:text-emerald-100\/95::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.95);
}

.before\:text-emerald-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}

.before\:text-emerald-200\/0::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0);
}

.before\:text-emerald-200\/10::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.1);
}

.before\:text-emerald-200\/100::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 1);
}

.before\:text-emerald-200\/20::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.2);
}

.before\:text-emerald-200\/25::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.25);
}

.before\:text-emerald-200\/30::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.3);
}

.before\:text-emerald-200\/40::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.4);
}

.before\:text-emerald-200\/5::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.05);
}

.before\:text-emerald-200\/50::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.5);
}

.before\:text-emerald-200\/60::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.6);
}

.before\:text-emerald-200\/70::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.7);
}

.before\:text-emerald-200\/75::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.75);
}

.before\:text-emerald-200\/80::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.8);
}

.before\:text-emerald-200\/90::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.9);
}

.before\:text-emerald-200\/95::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.95);
}

.before\:text-emerald-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}

.before\:text-emerald-300\/0::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0);
}

.before\:text-emerald-300\/10::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.1);
}

.before\:text-emerald-300\/100::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 1);
}

.before\:text-emerald-300\/20::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.2);
}

.before\:text-emerald-300\/25::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.25);
}

.before\:text-emerald-300\/30::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.3);
}

.before\:text-emerald-300\/40::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.4);
}

.before\:text-emerald-300\/5::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.05);
}

.before\:text-emerald-300\/50::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.5);
}

.before\:text-emerald-300\/60::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.6);
}

.before\:text-emerald-300\/70::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.7);
}

.before\:text-emerald-300\/75::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.75);
}

.before\:text-emerald-300\/80::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.8);
}

.before\:text-emerald-300\/90::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.9);
}

.before\:text-emerald-300\/95::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.95);
}

.before\:text-emerald-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}

.before\:text-emerald-400\/0::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0);
}

.before\:text-emerald-400\/10::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.1);
}

.before\:text-emerald-400\/100::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 1);
}

.before\:text-emerald-400\/20::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.2);
}

.before\:text-emerald-400\/25::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.25);
}

.before\:text-emerald-400\/30::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.3);
}

.before\:text-emerald-400\/40::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.4);
}

.before\:text-emerald-400\/5::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.05);
}

.before\:text-emerald-400\/50::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.5);
}

.before\:text-emerald-400\/60::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.6);
}

.before\:text-emerald-400\/70::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.7);
}

.before\:text-emerald-400\/75::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.75);
}

.before\:text-emerald-400\/80::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.8);
}

.before\:text-emerald-400\/90::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.9);
}

.before\:text-emerald-400\/95::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.95);
}

.before\:text-emerald-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}

.before\:text-emerald-50\/0::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0);
}

.before\:text-emerald-50\/10::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.1);
}

.before\:text-emerald-50\/100::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 1);
}

.before\:text-emerald-50\/20::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.2);
}

.before\:text-emerald-50\/25::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.25);
}

.before\:text-emerald-50\/30::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.3);
}

.before\:text-emerald-50\/40::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.4);
}

.before\:text-emerald-50\/5::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.05);
}

.before\:text-emerald-50\/50::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.5);
}

.before\:text-emerald-50\/60::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.6);
}

.before\:text-emerald-50\/70::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.7);
}

.before\:text-emerald-50\/75::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.75);
}

.before\:text-emerald-50\/80::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.8);
}

.before\:text-emerald-50\/90::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.9);
}

.before\:text-emerald-50\/95::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.95);
}

.before\:text-emerald-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.before\:text-emerald-500\/0::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0);
}

.before\:text-emerald-500\/10::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.1);
}

.before\:text-emerald-500\/100::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 1);
}

.before\:text-emerald-500\/20::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.2);
}

.before\:text-emerald-500\/25::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.25);
}

.before\:text-emerald-500\/30::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.3);
}

.before\:text-emerald-500\/40::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.4);
}

.before\:text-emerald-500\/5::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.05);
}

.before\:text-emerald-500\/50::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.5);
}

.before\:text-emerald-500\/60::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.6);
}

.before\:text-emerald-500\/70::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.7);
}

.before\:text-emerald-500\/75::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.75);
}

.before\:text-emerald-500\/80::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.8);
}

.before\:text-emerald-500\/90::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.9);
}

.before\:text-emerald-500\/95::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.95);
}

.before\:text-emerald-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.before\:text-emerald-600\/0::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0);
}

.before\:text-emerald-600\/10::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.1);
}

.before\:text-emerald-600\/100::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 1);
}

.before\:text-emerald-600\/20::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.2);
}

.before\:text-emerald-600\/25::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.25);
}

.before\:text-emerald-600\/30::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.3);
}

.before\:text-emerald-600\/40::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.4);
}

.before\:text-emerald-600\/5::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.05);
}

.before\:text-emerald-600\/50::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.5);
}

.before\:text-emerald-600\/60::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.6);
}

.before\:text-emerald-600\/70::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.7);
}

.before\:text-emerald-600\/75::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.75);
}

.before\:text-emerald-600\/80::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.8);
}

.before\:text-emerald-600\/90::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.9);
}

.before\:text-emerald-600\/95::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.95);
}

.before\:text-emerald-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.before\:text-emerald-700\/0::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0);
}

.before\:text-emerald-700\/10::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.1);
}

.before\:text-emerald-700\/100::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 1);
}

.before\:text-emerald-700\/20::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.2);
}

.before\:text-emerald-700\/25::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.25);
}

.before\:text-emerald-700\/30::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.3);
}

.before\:text-emerald-700\/40::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.4);
}

.before\:text-emerald-700\/5::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.05);
}

.before\:text-emerald-700\/50::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.5);
}

.before\:text-emerald-700\/60::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.6);
}

.before\:text-emerald-700\/70::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.7);
}

.before\:text-emerald-700\/75::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.75);
}

.before\:text-emerald-700\/80::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.8);
}

.before\:text-emerald-700\/90::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.9);
}

.before\:text-emerald-700\/95::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.95);
}

.before\:text-emerald-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}

.before\:text-emerald-800\/0::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0);
}

.before\:text-emerald-800\/10::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.1);
}

.before\:text-emerald-800\/100::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 1);
}

.before\:text-emerald-800\/20::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.2);
}

.before\:text-emerald-800\/25::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.25);
}

.before\:text-emerald-800\/30::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.3);
}

.before\:text-emerald-800\/40::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.4);
}

.before\:text-emerald-800\/5::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.05);
}

.before\:text-emerald-800\/50::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.5);
}

.before\:text-emerald-800\/60::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.6);
}

.before\:text-emerald-800\/70::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.7);
}

.before\:text-emerald-800\/75::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.75);
}

.before\:text-emerald-800\/80::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.8);
}

.before\:text-emerald-800\/90::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.9);
}

.before\:text-emerald-800\/95::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.95);
}

.before\:text-emerald-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}

.before\:text-emerald-900\/0::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0);
}

.before\:text-emerald-900\/10::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.1);
}

.before\:text-emerald-900\/100::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 1);
}

.before\:text-emerald-900\/20::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.2);
}

.before\:text-emerald-900\/25::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.25);
}

.before\:text-emerald-900\/30::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.3);
}

.before\:text-emerald-900\/40::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.4);
}

.before\:text-emerald-900\/5::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.05);
}

.before\:text-emerald-900\/50::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.5);
}

.before\:text-emerald-900\/60::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.6);
}

.before\:text-emerald-900\/70::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.7);
}

.before\:text-emerald-900\/75::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.75);
}

.before\:text-emerald-900\/80::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.8);
}

.before\:text-emerald-900\/90::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.9);
}

.before\:text-emerald-900\/95::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.95);
}

.before\:text-fuchsia-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}

.before\:text-fuchsia-100\/0::before{
  content: var(--tw-content);
  color: rgb(250 232 255 / 0);
}

.before\:text-fuchsia-100\/10::before{
  content: var(--tw-content);
  color: rgb(250 232 255 / 0.1);
}

.before\:text-fuchsia-100\/100::before{
  content: var(--tw-content);
  color: rgb(250 232 255 / 1);
}

.before\:text-fuchsia-100\/20::before{
  content: var(--tw-content);
  color: rgb(250 232 255 / 0.2);
}

.before\:text-fuchsia-100\/25::before{
  content: var(--tw-content);
  color: rgb(250 232 255 / 0.25);
}

.before\:text-fuchsia-100\/30::before{
  content: var(--tw-content);
  color: rgb(250 232 255 / 0.3);
}

.before\:text-fuchsia-100\/40::before{
  content: var(--tw-content);
  color: rgb(250 232 255 / 0.4);
}

.before\:text-fuchsia-100\/5::before{
  content: var(--tw-content);
  color: rgb(250 232 255 / 0.05);
}

.before\:text-fuchsia-100\/50::before{
  content: var(--tw-content);
  color: rgb(250 232 255 / 0.5);
}

.before\:text-fuchsia-100\/60::before{
  content: var(--tw-content);
  color: rgb(250 232 255 / 0.6);
}

.before\:text-fuchsia-100\/70::before{
  content: var(--tw-content);
  color: rgb(250 232 255 / 0.7);
}

.before\:text-fuchsia-100\/75::before{
  content: var(--tw-content);
  color: rgb(250 232 255 / 0.75);
}

.before\:text-fuchsia-100\/80::before{
  content: var(--tw-content);
  color: rgb(250 232 255 / 0.8);
}

.before\:text-fuchsia-100\/90::before{
  content: var(--tw-content);
  color: rgb(250 232 255 / 0.9);
}

.before\:text-fuchsia-100\/95::before{
  content: var(--tw-content);
  color: rgb(250 232 255 / 0.95);
}

.before\:text-fuchsia-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}

.before\:text-fuchsia-200\/0::before{
  content: var(--tw-content);
  color: rgb(245 208 254 / 0);
}

.before\:text-fuchsia-200\/10::before{
  content: var(--tw-content);
  color: rgb(245 208 254 / 0.1);
}

.before\:text-fuchsia-200\/100::before{
  content: var(--tw-content);
  color: rgb(245 208 254 / 1);
}

.before\:text-fuchsia-200\/20::before{
  content: var(--tw-content);
  color: rgb(245 208 254 / 0.2);
}

.before\:text-fuchsia-200\/25::before{
  content: var(--tw-content);
  color: rgb(245 208 254 / 0.25);
}

.before\:text-fuchsia-200\/30::before{
  content: var(--tw-content);
  color: rgb(245 208 254 / 0.3);
}

.before\:text-fuchsia-200\/40::before{
  content: var(--tw-content);
  color: rgb(245 208 254 / 0.4);
}

.before\:text-fuchsia-200\/5::before{
  content: var(--tw-content);
  color: rgb(245 208 254 / 0.05);
}

.before\:text-fuchsia-200\/50::before{
  content: var(--tw-content);
  color: rgb(245 208 254 / 0.5);
}

.before\:text-fuchsia-200\/60::before{
  content: var(--tw-content);
  color: rgb(245 208 254 / 0.6);
}

.before\:text-fuchsia-200\/70::before{
  content: var(--tw-content);
  color: rgb(245 208 254 / 0.7);
}

.before\:text-fuchsia-200\/75::before{
  content: var(--tw-content);
  color: rgb(245 208 254 / 0.75);
}

.before\:text-fuchsia-200\/80::before{
  content: var(--tw-content);
  color: rgb(245 208 254 / 0.8);
}

.before\:text-fuchsia-200\/90::before{
  content: var(--tw-content);
  color: rgb(245 208 254 / 0.9);
}

.before\:text-fuchsia-200\/95::before{
  content: var(--tw-content);
  color: rgb(245 208 254 / 0.95);
}

.before\:text-fuchsia-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}

.before\:text-fuchsia-300\/0::before{
  content: var(--tw-content);
  color: rgb(240 171 252 / 0);
}

.before\:text-fuchsia-300\/10::before{
  content: var(--tw-content);
  color: rgb(240 171 252 / 0.1);
}

.before\:text-fuchsia-300\/100::before{
  content: var(--tw-content);
  color: rgb(240 171 252 / 1);
}

.before\:text-fuchsia-300\/20::before{
  content: var(--tw-content);
  color: rgb(240 171 252 / 0.2);
}

.before\:text-fuchsia-300\/25::before{
  content: var(--tw-content);
  color: rgb(240 171 252 / 0.25);
}

.before\:text-fuchsia-300\/30::before{
  content: var(--tw-content);
  color: rgb(240 171 252 / 0.3);
}

.before\:text-fuchsia-300\/40::before{
  content: var(--tw-content);
  color: rgb(240 171 252 / 0.4);
}

.before\:text-fuchsia-300\/5::before{
  content: var(--tw-content);
  color: rgb(240 171 252 / 0.05);
}

.before\:text-fuchsia-300\/50::before{
  content: var(--tw-content);
  color: rgb(240 171 252 / 0.5);
}

.before\:text-fuchsia-300\/60::before{
  content: var(--tw-content);
  color: rgb(240 171 252 / 0.6);
}

.before\:text-fuchsia-300\/70::before{
  content: var(--tw-content);
  color: rgb(240 171 252 / 0.7);
}

.before\:text-fuchsia-300\/75::before{
  content: var(--tw-content);
  color: rgb(240 171 252 / 0.75);
}

.before\:text-fuchsia-300\/80::before{
  content: var(--tw-content);
  color: rgb(240 171 252 / 0.8);
}

.before\:text-fuchsia-300\/90::before{
  content: var(--tw-content);
  color: rgb(240 171 252 / 0.9);
}

.before\:text-fuchsia-300\/95::before{
  content: var(--tw-content);
  color: rgb(240 171 252 / 0.95);
}

.before\:text-fuchsia-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}

.before\:text-fuchsia-400\/0::before{
  content: var(--tw-content);
  color: rgb(232 121 249 / 0);
}

.before\:text-fuchsia-400\/10::before{
  content: var(--tw-content);
  color: rgb(232 121 249 / 0.1);
}

.before\:text-fuchsia-400\/100::before{
  content: var(--tw-content);
  color: rgb(232 121 249 / 1);
}

.before\:text-fuchsia-400\/20::before{
  content: var(--tw-content);
  color: rgb(232 121 249 / 0.2);
}

.before\:text-fuchsia-400\/25::before{
  content: var(--tw-content);
  color: rgb(232 121 249 / 0.25);
}

.before\:text-fuchsia-400\/30::before{
  content: var(--tw-content);
  color: rgb(232 121 249 / 0.3);
}

.before\:text-fuchsia-400\/40::before{
  content: var(--tw-content);
  color: rgb(232 121 249 / 0.4);
}

.before\:text-fuchsia-400\/5::before{
  content: var(--tw-content);
  color: rgb(232 121 249 / 0.05);
}

.before\:text-fuchsia-400\/50::before{
  content: var(--tw-content);
  color: rgb(232 121 249 / 0.5);
}

.before\:text-fuchsia-400\/60::before{
  content: var(--tw-content);
  color: rgb(232 121 249 / 0.6);
}

.before\:text-fuchsia-400\/70::before{
  content: var(--tw-content);
  color: rgb(232 121 249 / 0.7);
}

.before\:text-fuchsia-400\/75::before{
  content: var(--tw-content);
  color: rgb(232 121 249 / 0.75);
}

.before\:text-fuchsia-400\/80::before{
  content: var(--tw-content);
  color: rgb(232 121 249 / 0.8);
}

.before\:text-fuchsia-400\/90::before{
  content: var(--tw-content);
  color: rgb(232 121 249 / 0.9);
}

.before\:text-fuchsia-400\/95::before{
  content: var(--tw-content);
  color: rgb(232 121 249 / 0.95);
}

.before\:text-fuchsia-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}

.before\:text-fuchsia-50\/0::before{
  content: var(--tw-content);
  color: rgb(253 244 255 / 0);
}

.before\:text-fuchsia-50\/10::before{
  content: var(--tw-content);
  color: rgb(253 244 255 / 0.1);
}

.before\:text-fuchsia-50\/100::before{
  content: var(--tw-content);
  color: rgb(253 244 255 / 1);
}

.before\:text-fuchsia-50\/20::before{
  content: var(--tw-content);
  color: rgb(253 244 255 / 0.2);
}

.before\:text-fuchsia-50\/25::before{
  content: var(--tw-content);
  color: rgb(253 244 255 / 0.25);
}

.before\:text-fuchsia-50\/30::before{
  content: var(--tw-content);
  color: rgb(253 244 255 / 0.3);
}

.before\:text-fuchsia-50\/40::before{
  content: var(--tw-content);
  color: rgb(253 244 255 / 0.4);
}

.before\:text-fuchsia-50\/5::before{
  content: var(--tw-content);
  color: rgb(253 244 255 / 0.05);
}

.before\:text-fuchsia-50\/50::before{
  content: var(--tw-content);
  color: rgb(253 244 255 / 0.5);
}

.before\:text-fuchsia-50\/60::before{
  content: var(--tw-content);
  color: rgb(253 244 255 / 0.6);
}

.before\:text-fuchsia-50\/70::before{
  content: var(--tw-content);
  color: rgb(253 244 255 / 0.7);
}

.before\:text-fuchsia-50\/75::before{
  content: var(--tw-content);
  color: rgb(253 244 255 / 0.75);
}

.before\:text-fuchsia-50\/80::before{
  content: var(--tw-content);
  color: rgb(253 244 255 / 0.8);
}

.before\:text-fuchsia-50\/90::before{
  content: var(--tw-content);
  color: rgb(253 244 255 / 0.9);
}

.before\:text-fuchsia-50\/95::before{
  content: var(--tw-content);
  color: rgb(253 244 255 / 0.95);
}

.before\:text-fuchsia-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}

.before\:text-fuchsia-500\/0::before{
  content: var(--tw-content);
  color: rgb(217 70 239 / 0);
}

.before\:text-fuchsia-500\/10::before{
  content: var(--tw-content);
  color: rgb(217 70 239 / 0.1);
}

.before\:text-fuchsia-500\/100::before{
  content: var(--tw-content);
  color: rgb(217 70 239 / 1);
}

.before\:text-fuchsia-500\/20::before{
  content: var(--tw-content);
  color: rgb(217 70 239 / 0.2);
}

.before\:text-fuchsia-500\/25::before{
  content: var(--tw-content);
  color: rgb(217 70 239 / 0.25);
}

.before\:text-fuchsia-500\/30::before{
  content: var(--tw-content);
  color: rgb(217 70 239 / 0.3);
}

.before\:text-fuchsia-500\/40::before{
  content: var(--tw-content);
  color: rgb(217 70 239 / 0.4);
}

.before\:text-fuchsia-500\/5::before{
  content: var(--tw-content);
  color: rgb(217 70 239 / 0.05);
}

.before\:text-fuchsia-500\/50::before{
  content: var(--tw-content);
  color: rgb(217 70 239 / 0.5);
}

.before\:text-fuchsia-500\/60::before{
  content: var(--tw-content);
  color: rgb(217 70 239 / 0.6);
}

.before\:text-fuchsia-500\/70::before{
  content: var(--tw-content);
  color: rgb(217 70 239 / 0.7);
}

.before\:text-fuchsia-500\/75::before{
  content: var(--tw-content);
  color: rgb(217 70 239 / 0.75);
}

.before\:text-fuchsia-500\/80::before{
  content: var(--tw-content);
  color: rgb(217 70 239 / 0.8);
}

.before\:text-fuchsia-500\/90::before{
  content: var(--tw-content);
  color: rgb(217 70 239 / 0.9);
}

.before\:text-fuchsia-500\/95::before{
  content: var(--tw-content);
  color: rgb(217 70 239 / 0.95);
}

.before\:text-fuchsia-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}

.before\:text-fuchsia-600\/0::before{
  content: var(--tw-content);
  color: rgb(192 38 211 / 0);
}

.before\:text-fuchsia-600\/10::before{
  content: var(--tw-content);
  color: rgb(192 38 211 / 0.1);
}

.before\:text-fuchsia-600\/100::before{
  content: var(--tw-content);
  color: rgb(192 38 211 / 1);
}

.before\:text-fuchsia-600\/20::before{
  content: var(--tw-content);
  color: rgb(192 38 211 / 0.2);
}

.before\:text-fuchsia-600\/25::before{
  content: var(--tw-content);
  color: rgb(192 38 211 / 0.25);
}

.before\:text-fuchsia-600\/30::before{
  content: var(--tw-content);
  color: rgb(192 38 211 / 0.3);
}

.before\:text-fuchsia-600\/40::before{
  content: var(--tw-content);
  color: rgb(192 38 211 / 0.4);
}

.before\:text-fuchsia-600\/5::before{
  content: var(--tw-content);
  color: rgb(192 38 211 / 0.05);
}

.before\:text-fuchsia-600\/50::before{
  content: var(--tw-content);
  color: rgb(192 38 211 / 0.5);
}

.before\:text-fuchsia-600\/60::before{
  content: var(--tw-content);
  color: rgb(192 38 211 / 0.6);
}

.before\:text-fuchsia-600\/70::before{
  content: var(--tw-content);
  color: rgb(192 38 211 / 0.7);
}

.before\:text-fuchsia-600\/75::before{
  content: var(--tw-content);
  color: rgb(192 38 211 / 0.75);
}

.before\:text-fuchsia-600\/80::before{
  content: var(--tw-content);
  color: rgb(192 38 211 / 0.8);
}

.before\:text-fuchsia-600\/90::before{
  content: var(--tw-content);
  color: rgb(192 38 211 / 0.9);
}

.before\:text-fuchsia-600\/95::before{
  content: var(--tw-content);
  color: rgb(192 38 211 / 0.95);
}

.before\:text-fuchsia-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}

.before\:text-fuchsia-700\/0::before{
  content: var(--tw-content);
  color: rgb(162 28 175 / 0);
}

.before\:text-fuchsia-700\/10::before{
  content: var(--tw-content);
  color: rgb(162 28 175 / 0.1);
}

.before\:text-fuchsia-700\/100::before{
  content: var(--tw-content);
  color: rgb(162 28 175 / 1);
}

.before\:text-fuchsia-700\/20::before{
  content: var(--tw-content);
  color: rgb(162 28 175 / 0.2);
}

.before\:text-fuchsia-700\/25::before{
  content: var(--tw-content);
  color: rgb(162 28 175 / 0.25);
}

.before\:text-fuchsia-700\/30::before{
  content: var(--tw-content);
  color: rgb(162 28 175 / 0.3);
}

.before\:text-fuchsia-700\/40::before{
  content: var(--tw-content);
  color: rgb(162 28 175 / 0.4);
}

.before\:text-fuchsia-700\/5::before{
  content: var(--tw-content);
  color: rgb(162 28 175 / 0.05);
}

.before\:text-fuchsia-700\/50::before{
  content: var(--tw-content);
  color: rgb(162 28 175 / 0.5);
}

.before\:text-fuchsia-700\/60::before{
  content: var(--tw-content);
  color: rgb(162 28 175 / 0.6);
}

.before\:text-fuchsia-700\/70::before{
  content: var(--tw-content);
  color: rgb(162 28 175 / 0.7);
}

.before\:text-fuchsia-700\/75::before{
  content: var(--tw-content);
  color: rgb(162 28 175 / 0.75);
}

.before\:text-fuchsia-700\/80::before{
  content: var(--tw-content);
  color: rgb(162 28 175 / 0.8);
}

.before\:text-fuchsia-700\/90::before{
  content: var(--tw-content);
  color: rgb(162 28 175 / 0.9);
}

.before\:text-fuchsia-700\/95::before{
  content: var(--tw-content);
  color: rgb(162 28 175 / 0.95);
}

.before\:text-fuchsia-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}

.before\:text-fuchsia-800\/0::before{
  content: var(--tw-content);
  color: rgb(134 25 143 / 0);
}

.before\:text-fuchsia-800\/10::before{
  content: var(--tw-content);
  color: rgb(134 25 143 / 0.1);
}

.before\:text-fuchsia-800\/100::before{
  content: var(--tw-content);
  color: rgb(134 25 143 / 1);
}

.before\:text-fuchsia-800\/20::before{
  content: var(--tw-content);
  color: rgb(134 25 143 / 0.2);
}

.before\:text-fuchsia-800\/25::before{
  content: var(--tw-content);
  color: rgb(134 25 143 / 0.25);
}

.before\:text-fuchsia-800\/30::before{
  content: var(--tw-content);
  color: rgb(134 25 143 / 0.3);
}

.before\:text-fuchsia-800\/40::before{
  content: var(--tw-content);
  color: rgb(134 25 143 / 0.4);
}

.before\:text-fuchsia-800\/5::before{
  content: var(--tw-content);
  color: rgb(134 25 143 / 0.05);
}

.before\:text-fuchsia-800\/50::before{
  content: var(--tw-content);
  color: rgb(134 25 143 / 0.5);
}

.before\:text-fuchsia-800\/60::before{
  content: var(--tw-content);
  color: rgb(134 25 143 / 0.6);
}

.before\:text-fuchsia-800\/70::before{
  content: var(--tw-content);
  color: rgb(134 25 143 / 0.7);
}

.before\:text-fuchsia-800\/75::before{
  content: var(--tw-content);
  color: rgb(134 25 143 / 0.75);
}

.before\:text-fuchsia-800\/80::before{
  content: var(--tw-content);
  color: rgb(134 25 143 / 0.8);
}

.before\:text-fuchsia-800\/90::before{
  content: var(--tw-content);
  color: rgb(134 25 143 / 0.9);
}

.before\:text-fuchsia-800\/95::before{
  content: var(--tw-content);
  color: rgb(134 25 143 / 0.95);
}

.before\:text-fuchsia-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}

.before\:text-fuchsia-900\/0::before{
  content: var(--tw-content);
  color: rgb(112 26 117 / 0);
}

.before\:text-fuchsia-900\/10::before{
  content: var(--tw-content);
  color: rgb(112 26 117 / 0.1);
}

.before\:text-fuchsia-900\/100::before{
  content: var(--tw-content);
  color: rgb(112 26 117 / 1);
}

.before\:text-fuchsia-900\/20::before{
  content: var(--tw-content);
  color: rgb(112 26 117 / 0.2);
}

.before\:text-fuchsia-900\/25::before{
  content: var(--tw-content);
  color: rgb(112 26 117 / 0.25);
}

.before\:text-fuchsia-900\/30::before{
  content: var(--tw-content);
  color: rgb(112 26 117 / 0.3);
}

.before\:text-fuchsia-900\/40::before{
  content: var(--tw-content);
  color: rgb(112 26 117 / 0.4);
}

.before\:text-fuchsia-900\/5::before{
  content: var(--tw-content);
  color: rgb(112 26 117 / 0.05);
}

.before\:text-fuchsia-900\/50::before{
  content: var(--tw-content);
  color: rgb(112 26 117 / 0.5);
}

.before\:text-fuchsia-900\/60::before{
  content: var(--tw-content);
  color: rgb(112 26 117 / 0.6);
}

.before\:text-fuchsia-900\/70::before{
  content: var(--tw-content);
  color: rgb(112 26 117 / 0.7);
}

.before\:text-fuchsia-900\/75::before{
  content: var(--tw-content);
  color: rgb(112 26 117 / 0.75);
}

.before\:text-fuchsia-900\/80::before{
  content: var(--tw-content);
  color: rgb(112 26 117 / 0.8);
}

.before\:text-fuchsia-900\/90::before{
  content: var(--tw-content);
  color: rgb(112 26 117 / 0.9);
}

.before\:text-fuchsia-900\/95::before{
  content: var(--tw-content);
  color: rgb(112 26 117 / 0.95);
}

.before\:text-gray-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.before\:text-gray-100\/0::before{
  content: var(--tw-content);
  color: rgb(245 245 245 / 0);
}

.before\:text-gray-100\/10::before{
  content: var(--tw-content);
  color: rgb(245 245 245 / 0.1);
}

.before\:text-gray-100\/100::before{
  content: var(--tw-content);
  color: rgb(245 245 245 / 1);
}

.before\:text-gray-100\/20::before{
  content: var(--tw-content);
  color: rgb(245 245 245 / 0.2);
}

.before\:text-gray-100\/25::before{
  content: var(--tw-content);
  color: rgb(245 245 245 / 0.25);
}

.before\:text-gray-100\/30::before{
  content: var(--tw-content);
  color: rgb(245 245 245 / 0.3);
}

.before\:text-gray-100\/40::before{
  content: var(--tw-content);
  color: rgb(245 245 245 / 0.4);
}

.before\:text-gray-100\/5::before{
  content: var(--tw-content);
  color: rgb(245 245 245 / 0.05);
}

.before\:text-gray-100\/50::before{
  content: var(--tw-content);
  color: rgb(245 245 245 / 0.5);
}

.before\:text-gray-100\/60::before{
  content: var(--tw-content);
  color: rgb(245 245 245 / 0.6);
}

.before\:text-gray-100\/70::before{
  content: var(--tw-content);
  color: rgb(245 245 245 / 0.7);
}

.before\:text-gray-100\/75::before{
  content: var(--tw-content);
  color: rgb(245 245 245 / 0.75);
}

.before\:text-gray-100\/80::before{
  content: var(--tw-content);
  color: rgb(245 245 245 / 0.8);
}

.before\:text-gray-100\/90::before{
  content: var(--tw-content);
  color: rgb(245 245 245 / 0.9);
}

.before\:text-gray-100\/95::before{
  content: var(--tw-content);
  color: rgb(245 245 245 / 0.95);
}

.before\:text-gray-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

.before\:text-gray-200\/0::before{
  content: var(--tw-content);
  color: rgb(229 229 229 / 0);
}

.before\:text-gray-200\/10::before{
  content: var(--tw-content);
  color: rgb(229 229 229 / 0.1);
}

.before\:text-gray-200\/100::before{
  content: var(--tw-content);
  color: rgb(229 229 229 / 1);
}

.before\:text-gray-200\/20::before{
  content: var(--tw-content);
  color: rgb(229 229 229 / 0.2);
}

.before\:text-gray-200\/25::before{
  content: var(--tw-content);
  color: rgb(229 229 229 / 0.25);
}

.before\:text-gray-200\/30::before{
  content: var(--tw-content);
  color: rgb(229 229 229 / 0.3);
}

.before\:text-gray-200\/40::before{
  content: var(--tw-content);
  color: rgb(229 229 229 / 0.4);
}

.before\:text-gray-200\/5::before{
  content: var(--tw-content);
  color: rgb(229 229 229 / 0.05);
}

.before\:text-gray-200\/50::before{
  content: var(--tw-content);
  color: rgb(229 229 229 / 0.5);
}

.before\:text-gray-200\/60::before{
  content: var(--tw-content);
  color: rgb(229 229 229 / 0.6);
}

.before\:text-gray-200\/70::before{
  content: var(--tw-content);
  color: rgb(229 229 229 / 0.7);
}

.before\:text-gray-200\/75::before{
  content: var(--tw-content);
  color: rgb(229 229 229 / 0.75);
}

.before\:text-gray-200\/80::before{
  content: var(--tw-content);
  color: rgb(229 229 229 / 0.8);
}

.before\:text-gray-200\/90::before{
  content: var(--tw-content);
  color: rgb(229 229 229 / 0.9);
}

.before\:text-gray-200\/95::before{
  content: var(--tw-content);
  color: rgb(229 229 229 / 0.95);
}

.before\:text-gray-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.before\:text-gray-300\/0::before{
  content: var(--tw-content);
  color: rgb(212 212 212 / 0);
}

.before\:text-gray-300\/10::before{
  content: var(--tw-content);
  color: rgb(212 212 212 / 0.1);
}

.before\:text-gray-300\/100::before{
  content: var(--tw-content);
  color: rgb(212 212 212 / 1);
}

.before\:text-gray-300\/20::before{
  content: var(--tw-content);
  color: rgb(212 212 212 / 0.2);
}

.before\:text-gray-300\/25::before{
  content: var(--tw-content);
  color: rgb(212 212 212 / 0.25);
}

.before\:text-gray-300\/30::before{
  content: var(--tw-content);
  color: rgb(212 212 212 / 0.3);
}

.before\:text-gray-300\/40::before{
  content: var(--tw-content);
  color: rgb(212 212 212 / 0.4);
}

.before\:text-gray-300\/5::before{
  content: var(--tw-content);
  color: rgb(212 212 212 / 0.05);
}

.before\:text-gray-300\/50::before{
  content: var(--tw-content);
  color: rgb(212 212 212 / 0.5);
}

.before\:text-gray-300\/60::before{
  content: var(--tw-content);
  color: rgb(212 212 212 / 0.6);
}

.before\:text-gray-300\/70::before{
  content: var(--tw-content);
  color: rgb(212 212 212 / 0.7);
}

.before\:text-gray-300\/75::before{
  content: var(--tw-content);
  color: rgb(212 212 212 / 0.75);
}

.before\:text-gray-300\/80::before{
  content: var(--tw-content);
  color: rgb(212 212 212 / 0.8);
}

.before\:text-gray-300\/90::before{
  content: var(--tw-content);
  color: rgb(212 212 212 / 0.9);
}

.before\:text-gray-300\/95::before{
  content: var(--tw-content);
  color: rgb(212 212 212 / 0.95);
}

.before\:text-gray-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.before\:text-gray-400\/0::before{
  content: var(--tw-content);
  color: rgb(163 163 163 / 0);
}

.before\:text-gray-400\/10::before{
  content: var(--tw-content);
  color: rgb(163 163 163 / 0.1);
}

.before\:text-gray-400\/100::before{
  content: var(--tw-content);
  color: rgb(163 163 163 / 1);
}

.before\:text-gray-400\/20::before{
  content: var(--tw-content);
  color: rgb(163 163 163 / 0.2);
}

.before\:text-gray-400\/25::before{
  content: var(--tw-content);
  color: rgb(163 163 163 / 0.25);
}

.before\:text-gray-400\/30::before{
  content: var(--tw-content);
  color: rgb(163 163 163 / 0.3);
}

.before\:text-gray-400\/40::before{
  content: var(--tw-content);
  color: rgb(163 163 163 / 0.4);
}

.before\:text-gray-400\/5::before{
  content: var(--tw-content);
  color: rgb(163 163 163 / 0.05);
}

.before\:text-gray-400\/50::before{
  content: var(--tw-content);
  color: rgb(163 163 163 / 0.5);
}

.before\:text-gray-400\/60::before{
  content: var(--tw-content);
  color: rgb(163 163 163 / 0.6);
}

.before\:text-gray-400\/70::before{
  content: var(--tw-content);
  color: rgb(163 163 163 / 0.7);
}

.before\:text-gray-400\/75::before{
  content: var(--tw-content);
  color: rgb(163 163 163 / 0.75);
}

.before\:text-gray-400\/80::before{
  content: var(--tw-content);
  color: rgb(163 163 163 / 0.8);
}

.before\:text-gray-400\/90::before{
  content: var(--tw-content);
  color: rgb(163 163 163 / 0.9);
}

.before\:text-gray-400\/95::before{
  content: var(--tw-content);
  color: rgb(163 163 163 / 0.95);
}

.before\:text-gray-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.before\:text-gray-50\/0::before{
  content: var(--tw-content);
  color: rgb(250 250 250 / 0);
}

.before\:text-gray-50\/10::before{
  content: var(--tw-content);
  color: rgb(250 250 250 / 0.1);
}

.before\:text-gray-50\/100::before{
  content: var(--tw-content);
  color: rgb(250 250 250 / 1);
}

.before\:text-gray-50\/20::before{
  content: var(--tw-content);
  color: rgb(250 250 250 / 0.2);
}

.before\:text-gray-50\/25::before{
  content: var(--tw-content);
  color: rgb(250 250 250 / 0.25);
}

.before\:text-gray-50\/30::before{
  content: var(--tw-content);
  color: rgb(250 250 250 / 0.3);
}

.before\:text-gray-50\/40::before{
  content: var(--tw-content);
  color: rgb(250 250 250 / 0.4);
}

.before\:text-gray-50\/5::before{
  content: var(--tw-content);
  color: rgb(250 250 250 / 0.05);
}

.before\:text-gray-50\/50::before{
  content: var(--tw-content);
  color: rgb(250 250 250 / 0.5);
}

.before\:text-gray-50\/60::before{
  content: var(--tw-content);
  color: rgb(250 250 250 / 0.6);
}

.before\:text-gray-50\/70::before{
  content: var(--tw-content);
  color: rgb(250 250 250 / 0.7);
}

.before\:text-gray-50\/75::before{
  content: var(--tw-content);
  color: rgb(250 250 250 / 0.75);
}

.before\:text-gray-50\/80::before{
  content: var(--tw-content);
  color: rgb(250 250 250 / 0.8);
}

.before\:text-gray-50\/90::before{
  content: var(--tw-content);
  color: rgb(250 250 250 / 0.9);
}

.before\:text-gray-50\/95::before{
  content: var(--tw-content);
  color: rgb(250 250 250 / 0.95);
}

.before\:text-gray-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.before\:text-gray-500\/0::before{
  content: var(--tw-content);
  color: rgb(115 115 115 / 0);
}

.before\:text-gray-500\/10::before{
  content: var(--tw-content);
  color: rgb(115 115 115 / 0.1);
}

.before\:text-gray-500\/100::before{
  content: var(--tw-content);
  color: rgb(115 115 115 / 1);
}

.before\:text-gray-500\/20::before{
  content: var(--tw-content);
  color: rgb(115 115 115 / 0.2);
}

.before\:text-gray-500\/25::before{
  content: var(--tw-content);
  color: rgb(115 115 115 / 0.25);
}

.before\:text-gray-500\/30::before{
  content: var(--tw-content);
  color: rgb(115 115 115 / 0.3);
}

.before\:text-gray-500\/40::before{
  content: var(--tw-content);
  color: rgb(115 115 115 / 0.4);
}

.before\:text-gray-500\/5::before{
  content: var(--tw-content);
  color: rgb(115 115 115 / 0.05);
}

.before\:text-gray-500\/50::before{
  content: var(--tw-content);
  color: rgb(115 115 115 / 0.5);
}

.before\:text-gray-500\/60::before{
  content: var(--tw-content);
  color: rgb(115 115 115 / 0.6);
}

.before\:text-gray-500\/70::before{
  content: var(--tw-content);
  color: rgb(115 115 115 / 0.7);
}

.before\:text-gray-500\/75::before{
  content: var(--tw-content);
  color: rgb(115 115 115 / 0.75);
}

.before\:text-gray-500\/80::before{
  content: var(--tw-content);
  color: rgb(115 115 115 / 0.8);
}

.before\:text-gray-500\/90::before{
  content: var(--tw-content);
  color: rgb(115 115 115 / 0.9);
}

.before\:text-gray-500\/95::before{
  content: var(--tw-content);
  color: rgb(115 115 115 / 0.95);
}

.before\:text-gray-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.before\:text-gray-600\/0::before{
  content: var(--tw-content);
  color: rgb(82 82 82 / 0);
}

.before\:text-gray-600\/10::before{
  content: var(--tw-content);
  color: rgb(82 82 82 / 0.1);
}

.before\:text-gray-600\/100::before{
  content: var(--tw-content);
  color: rgb(82 82 82 / 1);
}

.before\:text-gray-600\/20::before{
  content: var(--tw-content);
  color: rgb(82 82 82 / 0.2);
}

.before\:text-gray-600\/25::before{
  content: var(--tw-content);
  color: rgb(82 82 82 / 0.25);
}

.before\:text-gray-600\/30::before{
  content: var(--tw-content);
  color: rgb(82 82 82 / 0.3);
}

.before\:text-gray-600\/40::before{
  content: var(--tw-content);
  color: rgb(82 82 82 / 0.4);
}

.before\:text-gray-600\/5::before{
  content: var(--tw-content);
  color: rgb(82 82 82 / 0.05);
}

.before\:text-gray-600\/50::before{
  content: var(--tw-content);
  color: rgb(82 82 82 / 0.5);
}

.before\:text-gray-600\/60::before{
  content: var(--tw-content);
  color: rgb(82 82 82 / 0.6);
}

.before\:text-gray-600\/70::before{
  content: var(--tw-content);
  color: rgb(82 82 82 / 0.7);
}

.before\:text-gray-600\/75::before{
  content: var(--tw-content);
  color: rgb(82 82 82 / 0.75);
}

.before\:text-gray-600\/80::before{
  content: var(--tw-content);
  color: rgb(82 82 82 / 0.8);
}

.before\:text-gray-600\/90::before{
  content: var(--tw-content);
  color: rgb(82 82 82 / 0.9);
}

.before\:text-gray-600\/95::before{
  content: var(--tw-content);
  color: rgb(82 82 82 / 0.95);
}

.before\:text-gray-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.before\:text-gray-700\/0::before{
  content: var(--tw-content);
  color: rgb(64 64 64 / 0);
}

.before\:text-gray-700\/10::before{
  content: var(--tw-content);
  color: rgb(64 64 64 / 0.1);
}

.before\:text-gray-700\/100::before{
  content: var(--tw-content);
  color: rgb(64 64 64 / 1);
}

.before\:text-gray-700\/20::before{
  content: var(--tw-content);
  color: rgb(64 64 64 / 0.2);
}

.before\:text-gray-700\/25::before{
  content: var(--tw-content);
  color: rgb(64 64 64 / 0.25);
}

.before\:text-gray-700\/30::before{
  content: var(--tw-content);
  color: rgb(64 64 64 / 0.3);
}

.before\:text-gray-700\/40::before{
  content: var(--tw-content);
  color: rgb(64 64 64 / 0.4);
}

.before\:text-gray-700\/5::before{
  content: var(--tw-content);
  color: rgb(64 64 64 / 0.05);
}

.before\:text-gray-700\/50::before{
  content: var(--tw-content);
  color: rgb(64 64 64 / 0.5);
}

.before\:text-gray-700\/60::before{
  content: var(--tw-content);
  color: rgb(64 64 64 / 0.6);
}

.before\:text-gray-700\/70::before{
  content: var(--tw-content);
  color: rgb(64 64 64 / 0.7);
}

.before\:text-gray-700\/75::before{
  content: var(--tw-content);
  color: rgb(64 64 64 / 0.75);
}

.before\:text-gray-700\/80::before{
  content: var(--tw-content);
  color: rgb(64 64 64 / 0.8);
}

.before\:text-gray-700\/90::before{
  content: var(--tw-content);
  color: rgb(64 64 64 / 0.9);
}

.before\:text-gray-700\/95::before{
  content: var(--tw-content);
  color: rgb(64 64 64 / 0.95);
}

.before\:text-gray-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.before\:text-gray-800\/0::before{
  content: var(--tw-content);
  color: rgb(38 38 38 / 0);
}

.before\:text-gray-800\/10::before{
  content: var(--tw-content);
  color: rgb(38 38 38 / 0.1);
}

.before\:text-gray-800\/100::before{
  content: var(--tw-content);
  color: rgb(38 38 38 / 1);
}

.before\:text-gray-800\/20::before{
  content: var(--tw-content);
  color: rgb(38 38 38 / 0.2);
}

.before\:text-gray-800\/25::before{
  content: var(--tw-content);
  color: rgb(38 38 38 / 0.25);
}

.before\:text-gray-800\/30::before{
  content: var(--tw-content);
  color: rgb(38 38 38 / 0.3);
}

.before\:text-gray-800\/40::before{
  content: var(--tw-content);
  color: rgb(38 38 38 / 0.4);
}

.before\:text-gray-800\/5::before{
  content: var(--tw-content);
  color: rgb(38 38 38 / 0.05);
}

.before\:text-gray-800\/50::before{
  content: var(--tw-content);
  color: rgb(38 38 38 / 0.5);
}

.before\:text-gray-800\/60::before{
  content: var(--tw-content);
  color: rgb(38 38 38 / 0.6);
}

.before\:text-gray-800\/70::before{
  content: var(--tw-content);
  color: rgb(38 38 38 / 0.7);
}

.before\:text-gray-800\/75::before{
  content: var(--tw-content);
  color: rgb(38 38 38 / 0.75);
}

.before\:text-gray-800\/80::before{
  content: var(--tw-content);
  color: rgb(38 38 38 / 0.8);
}

.before\:text-gray-800\/90::before{
  content: var(--tw-content);
  color: rgb(38 38 38 / 0.9);
}

.before\:text-gray-800\/95::before{
  content: var(--tw-content);
  color: rgb(38 38 38 / 0.95);
}

.before\:text-gray-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.before\:text-gray-900\/0::before{
  content: var(--tw-content);
  color: rgb(23 23 23 / 0);
}

.before\:text-gray-900\/10::before{
  content: var(--tw-content);
  color: rgb(23 23 23 / 0.1);
}

.before\:text-gray-900\/100::before{
  content: var(--tw-content);
  color: rgb(23 23 23 / 1);
}

.before\:text-gray-900\/20::before{
  content: var(--tw-content);
  color: rgb(23 23 23 / 0.2);
}

.before\:text-gray-900\/25::before{
  content: var(--tw-content);
  color: rgb(23 23 23 / 0.25);
}

.before\:text-gray-900\/30::before{
  content: var(--tw-content);
  color: rgb(23 23 23 / 0.3);
}

.before\:text-gray-900\/40::before{
  content: var(--tw-content);
  color: rgb(23 23 23 / 0.4);
}

.before\:text-gray-900\/5::before{
  content: var(--tw-content);
  color: rgb(23 23 23 / 0.05);
}

.before\:text-gray-900\/50::before{
  content: var(--tw-content);
  color: rgb(23 23 23 / 0.5);
}

.before\:text-gray-900\/60::before{
  content: var(--tw-content);
  color: rgb(23 23 23 / 0.6);
}

.before\:text-gray-900\/70::before{
  content: var(--tw-content);
  color: rgb(23 23 23 / 0.7);
}

.before\:text-gray-900\/75::before{
  content: var(--tw-content);
  color: rgb(23 23 23 / 0.75);
}

.before\:text-gray-900\/80::before{
  content: var(--tw-content);
  color: rgb(23 23 23 / 0.8);
}

.before\:text-gray-900\/90::before{
  content: var(--tw-content);
  color: rgb(23 23 23 / 0.9);
}

.before\:text-gray-900\/95::before{
  content: var(--tw-content);
  color: rgb(23 23 23 / 0.95);
}

.before\:text-green-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}

.before\:text-green-100\/0::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0);
}

.before\:text-green-100\/10::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.1);
}

.before\:text-green-100\/100::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 1);
}

.before\:text-green-100\/20::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.2);
}

.before\:text-green-100\/25::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.25);
}

.before\:text-green-100\/30::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.3);
}

.before\:text-green-100\/40::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.4);
}

.before\:text-green-100\/5::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.05);
}

.before\:text-green-100\/50::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.5);
}

.before\:text-green-100\/60::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.6);
}

.before\:text-green-100\/70::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.7);
}

.before\:text-green-100\/75::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.75);
}

.before\:text-green-100\/80::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.8);
}

.before\:text-green-100\/90::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.9);
}

.before\:text-green-100\/95::before{
  content: var(--tw-content);
  color: rgb(209 250 229 / 0.95);
}

.before\:text-green-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}

.before\:text-green-200\/0::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0);
}

.before\:text-green-200\/10::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.1);
}

.before\:text-green-200\/100::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 1);
}

.before\:text-green-200\/20::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.2);
}

.before\:text-green-200\/25::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.25);
}

.before\:text-green-200\/30::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.3);
}

.before\:text-green-200\/40::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.4);
}

.before\:text-green-200\/5::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.05);
}

.before\:text-green-200\/50::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.5);
}

.before\:text-green-200\/60::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.6);
}

.before\:text-green-200\/70::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.7);
}

.before\:text-green-200\/75::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.75);
}

.before\:text-green-200\/80::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.8);
}

.before\:text-green-200\/90::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.9);
}

.before\:text-green-200\/95::before{
  content: var(--tw-content);
  color: rgb(167 243 208 / 0.95);
}

.before\:text-green-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}

.before\:text-green-300\/0::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0);
}

.before\:text-green-300\/10::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.1);
}

.before\:text-green-300\/100::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 1);
}

.before\:text-green-300\/20::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.2);
}

.before\:text-green-300\/25::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.25);
}

.before\:text-green-300\/30::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.3);
}

.before\:text-green-300\/40::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.4);
}

.before\:text-green-300\/5::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.05);
}

.before\:text-green-300\/50::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.5);
}

.before\:text-green-300\/60::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.6);
}

.before\:text-green-300\/70::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.7);
}

.before\:text-green-300\/75::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.75);
}

.before\:text-green-300\/80::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.8);
}

.before\:text-green-300\/90::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.9);
}

.before\:text-green-300\/95::before{
  content: var(--tw-content);
  color: rgb(110 231 183 / 0.95);
}

.before\:text-green-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}

.before\:text-green-400\/0::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0);
}

.before\:text-green-400\/10::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.1);
}

.before\:text-green-400\/100::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 1);
}

.before\:text-green-400\/20::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.2);
}

.before\:text-green-400\/25::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.25);
}

.before\:text-green-400\/30::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.3);
}

.before\:text-green-400\/40::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.4);
}

.before\:text-green-400\/5::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.05);
}

.before\:text-green-400\/50::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.5);
}

.before\:text-green-400\/60::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.6);
}

.before\:text-green-400\/70::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.7);
}

.before\:text-green-400\/75::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.75);
}

.before\:text-green-400\/80::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.8);
}

.before\:text-green-400\/90::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.9);
}

.before\:text-green-400\/95::before{
  content: var(--tw-content);
  color: rgb(52 211 153 / 0.95);
}

.before\:text-green-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}

.before\:text-green-50\/0::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0);
}

.before\:text-green-50\/10::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.1);
}

.before\:text-green-50\/100::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 1);
}

.before\:text-green-50\/20::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.2);
}

.before\:text-green-50\/25::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.25);
}

.before\:text-green-50\/30::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.3);
}

.before\:text-green-50\/40::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.4);
}

.before\:text-green-50\/5::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.05);
}

.before\:text-green-50\/50::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.5);
}

.before\:text-green-50\/60::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.6);
}

.before\:text-green-50\/70::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.7);
}

.before\:text-green-50\/75::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.75);
}

.before\:text-green-50\/80::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.8);
}

.before\:text-green-50\/90::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.9);
}

.before\:text-green-50\/95::before{
  content: var(--tw-content);
  color: rgb(236 253 245 / 0.95);
}

.before\:text-green-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.before\:text-green-500\/0::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0);
}

.before\:text-green-500\/10::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.1);
}

.before\:text-green-500\/100::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 1);
}

.before\:text-green-500\/20::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.2);
}

.before\:text-green-500\/25::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.25);
}

.before\:text-green-500\/30::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.3);
}

.before\:text-green-500\/40::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.4);
}

.before\:text-green-500\/5::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.05);
}

.before\:text-green-500\/50::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.5);
}

.before\:text-green-500\/60::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.6);
}

.before\:text-green-500\/70::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.7);
}

.before\:text-green-500\/75::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.75);
}

.before\:text-green-500\/80::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.8);
}

.before\:text-green-500\/90::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.9);
}

.before\:text-green-500\/95::before{
  content: var(--tw-content);
  color: rgb(16 185 129 / 0.95);
}

.before\:text-green-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.before\:text-green-600\/0::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0);
}

.before\:text-green-600\/10::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.1);
}

.before\:text-green-600\/100::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 1);
}

.before\:text-green-600\/20::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.2);
}

.before\:text-green-600\/25::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.25);
}

.before\:text-green-600\/30::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.3);
}

.before\:text-green-600\/40::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.4);
}

.before\:text-green-600\/5::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.05);
}

.before\:text-green-600\/50::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.5);
}

.before\:text-green-600\/60::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.6);
}

.before\:text-green-600\/70::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.7);
}

.before\:text-green-600\/75::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.75);
}

.before\:text-green-600\/80::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.8);
}

.before\:text-green-600\/90::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.9);
}

.before\:text-green-600\/95::before{
  content: var(--tw-content);
  color: rgb(5 150 105 / 0.95);
}

.before\:text-green-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.before\:text-green-700\/0::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0);
}

.before\:text-green-700\/10::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.1);
}

.before\:text-green-700\/100::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 1);
}

.before\:text-green-700\/20::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.2);
}

.before\:text-green-700\/25::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.25);
}

.before\:text-green-700\/30::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.3);
}

.before\:text-green-700\/40::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.4);
}

.before\:text-green-700\/5::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.05);
}

.before\:text-green-700\/50::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.5);
}

.before\:text-green-700\/60::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.6);
}

.before\:text-green-700\/70::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.7);
}

.before\:text-green-700\/75::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.75);
}

.before\:text-green-700\/80::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.8);
}

.before\:text-green-700\/90::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.9);
}

.before\:text-green-700\/95::before{
  content: var(--tw-content);
  color: rgb(4 120 87 / 0.95);
}

.before\:text-green-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}

.before\:text-green-800\/0::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0);
}

.before\:text-green-800\/10::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.1);
}

.before\:text-green-800\/100::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 1);
}

.before\:text-green-800\/20::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.2);
}

.before\:text-green-800\/25::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.25);
}

.before\:text-green-800\/30::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.3);
}

.before\:text-green-800\/40::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.4);
}

.before\:text-green-800\/5::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.05);
}

.before\:text-green-800\/50::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.5);
}

.before\:text-green-800\/60::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.6);
}

.before\:text-green-800\/70::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.7);
}

.before\:text-green-800\/75::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.75);
}

.before\:text-green-800\/80::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.8);
}

.before\:text-green-800\/90::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.9);
}

.before\:text-green-800\/95::before{
  content: var(--tw-content);
  color: rgb(6 95 70 / 0.95);
}

.before\:text-green-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}

.before\:text-green-900\/0::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0);
}

.before\:text-green-900\/10::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.1);
}

.before\:text-green-900\/100::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 1);
}

.before\:text-green-900\/20::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.2);
}

.before\:text-green-900\/25::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.25);
}

.before\:text-green-900\/30::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.3);
}

.before\:text-green-900\/40::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.4);
}

.before\:text-green-900\/5::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.05);
}

.before\:text-green-900\/50::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.5);
}

.before\:text-green-900\/60::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.6);
}

.before\:text-green-900\/70::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.7);
}

.before\:text-green-900\/75::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.75);
}

.before\:text-green-900\/80::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.8);
}

.before\:text-green-900\/90::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.9);
}

.before\:text-green-900\/95::before{
  content: var(--tw-content);
  color: rgb(6 78 59 / 0.95);
}

.before\:text-indigo-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}

.before\:text-indigo-100\/0::before{
  content: var(--tw-content);
  color: rgb(224 231 255 / 0);
}

.before\:text-indigo-100\/10::before{
  content: var(--tw-content);
  color: rgb(224 231 255 / 0.1);
}

.before\:text-indigo-100\/100::before{
  content: var(--tw-content);
  color: rgb(224 231 255 / 1);
}

.before\:text-indigo-100\/20::before{
  content: var(--tw-content);
  color: rgb(224 231 255 / 0.2);
}

.before\:text-indigo-100\/25::before{
  content: var(--tw-content);
  color: rgb(224 231 255 / 0.25);
}

.before\:text-indigo-100\/30::before{
  content: var(--tw-content);
  color: rgb(224 231 255 / 0.3);
}

.before\:text-indigo-100\/40::before{
  content: var(--tw-content);
  color: rgb(224 231 255 / 0.4);
}

.before\:text-indigo-100\/5::before{
  content: var(--tw-content);
  color: rgb(224 231 255 / 0.05);
}

.before\:text-indigo-100\/50::before{
  content: var(--tw-content);
  color: rgb(224 231 255 / 0.5);
}

.before\:text-indigo-100\/60::before{
  content: var(--tw-content);
  color: rgb(224 231 255 / 0.6);
}

.before\:text-indigo-100\/70::before{
  content: var(--tw-content);
  color: rgb(224 231 255 / 0.7);
}

.before\:text-indigo-100\/75::before{
  content: var(--tw-content);
  color: rgb(224 231 255 / 0.75);
}

.before\:text-indigo-100\/80::before{
  content: var(--tw-content);
  color: rgb(224 231 255 / 0.8);
}

.before\:text-indigo-100\/90::before{
  content: var(--tw-content);
  color: rgb(224 231 255 / 0.9);
}

.before\:text-indigo-100\/95::before{
  content: var(--tw-content);
  color: rgb(224 231 255 / 0.95);
}

.before\:text-indigo-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}

.before\:text-indigo-200\/0::before{
  content: var(--tw-content);
  color: rgb(199 210 254 / 0);
}

.before\:text-indigo-200\/10::before{
  content: var(--tw-content);
  color: rgb(199 210 254 / 0.1);
}

.before\:text-indigo-200\/100::before{
  content: var(--tw-content);
  color: rgb(199 210 254 / 1);
}

.before\:text-indigo-200\/20::before{
  content: var(--tw-content);
  color: rgb(199 210 254 / 0.2);
}

.before\:text-indigo-200\/25::before{
  content: var(--tw-content);
  color: rgb(199 210 254 / 0.25);
}

.before\:text-indigo-200\/30::before{
  content: var(--tw-content);
  color: rgb(199 210 254 / 0.3);
}

.before\:text-indigo-200\/40::before{
  content: var(--tw-content);
  color: rgb(199 210 254 / 0.4);
}

.before\:text-indigo-200\/5::before{
  content: var(--tw-content);
  color: rgb(199 210 254 / 0.05);
}

.before\:text-indigo-200\/50::before{
  content: var(--tw-content);
  color: rgb(199 210 254 / 0.5);
}

.before\:text-indigo-200\/60::before{
  content: var(--tw-content);
  color: rgb(199 210 254 / 0.6);
}

.before\:text-indigo-200\/70::before{
  content: var(--tw-content);
  color: rgb(199 210 254 / 0.7);
}

.before\:text-indigo-200\/75::before{
  content: var(--tw-content);
  color: rgb(199 210 254 / 0.75);
}

.before\:text-indigo-200\/80::before{
  content: var(--tw-content);
  color: rgb(199 210 254 / 0.8);
}

.before\:text-indigo-200\/90::before{
  content: var(--tw-content);
  color: rgb(199 210 254 / 0.9);
}

.before\:text-indigo-200\/95::before{
  content: var(--tw-content);
  color: rgb(199 210 254 / 0.95);
}

.before\:text-indigo-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}

.before\:text-indigo-300\/0::before{
  content: var(--tw-content);
  color: rgb(165 180 252 / 0);
}

.before\:text-indigo-300\/10::before{
  content: var(--tw-content);
  color: rgb(165 180 252 / 0.1);
}

.before\:text-indigo-300\/100::before{
  content: var(--tw-content);
  color: rgb(165 180 252 / 1);
}

.before\:text-indigo-300\/20::before{
  content: var(--tw-content);
  color: rgb(165 180 252 / 0.2);
}

.before\:text-indigo-300\/25::before{
  content: var(--tw-content);
  color: rgb(165 180 252 / 0.25);
}

.before\:text-indigo-300\/30::before{
  content: var(--tw-content);
  color: rgb(165 180 252 / 0.3);
}

.before\:text-indigo-300\/40::before{
  content: var(--tw-content);
  color: rgb(165 180 252 / 0.4);
}

.before\:text-indigo-300\/5::before{
  content: var(--tw-content);
  color: rgb(165 180 252 / 0.05);
}

.before\:text-indigo-300\/50::before{
  content: var(--tw-content);
  color: rgb(165 180 252 / 0.5);
}

.before\:text-indigo-300\/60::before{
  content: var(--tw-content);
  color: rgb(165 180 252 / 0.6);
}

.before\:text-indigo-300\/70::before{
  content: var(--tw-content);
  color: rgb(165 180 252 / 0.7);
}

.before\:text-indigo-300\/75::before{
  content: var(--tw-content);
  color: rgb(165 180 252 / 0.75);
}

.before\:text-indigo-300\/80::before{
  content: var(--tw-content);
  color: rgb(165 180 252 / 0.8);
}

.before\:text-indigo-300\/90::before{
  content: var(--tw-content);
  color: rgb(165 180 252 / 0.9);
}

.before\:text-indigo-300\/95::before{
  content: var(--tw-content);
  color: rgb(165 180 252 / 0.95);
}

.before\:text-indigo-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.before\:text-indigo-400\/0::before{
  content: var(--tw-content);
  color: rgb(129 140 248 / 0);
}

.before\:text-indigo-400\/10::before{
  content: var(--tw-content);
  color: rgb(129 140 248 / 0.1);
}

.before\:text-indigo-400\/100::before{
  content: var(--tw-content);
  color: rgb(129 140 248 / 1);
}

.before\:text-indigo-400\/20::before{
  content: var(--tw-content);
  color: rgb(129 140 248 / 0.2);
}

.before\:text-indigo-400\/25::before{
  content: var(--tw-content);
  color: rgb(129 140 248 / 0.25);
}

.before\:text-indigo-400\/30::before{
  content: var(--tw-content);
  color: rgb(129 140 248 / 0.3);
}

.before\:text-indigo-400\/40::before{
  content: var(--tw-content);
  color: rgb(129 140 248 / 0.4);
}

.before\:text-indigo-400\/5::before{
  content: var(--tw-content);
  color: rgb(129 140 248 / 0.05);
}

.before\:text-indigo-400\/50::before{
  content: var(--tw-content);
  color: rgb(129 140 248 / 0.5);
}

.before\:text-indigo-400\/60::before{
  content: var(--tw-content);
  color: rgb(129 140 248 / 0.6);
}

.before\:text-indigo-400\/70::before{
  content: var(--tw-content);
  color: rgb(129 140 248 / 0.7);
}

.before\:text-indigo-400\/75::before{
  content: var(--tw-content);
  color: rgb(129 140 248 / 0.75);
}

.before\:text-indigo-400\/80::before{
  content: var(--tw-content);
  color: rgb(129 140 248 / 0.8);
}

.before\:text-indigo-400\/90::before{
  content: var(--tw-content);
  color: rgb(129 140 248 / 0.9);
}

.before\:text-indigo-400\/95::before{
  content: var(--tw-content);
  color: rgb(129 140 248 / 0.95);
}

.before\:text-indigo-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}

.before\:text-indigo-50\/0::before{
  content: var(--tw-content);
  color: rgb(238 242 255 / 0);
}

.before\:text-indigo-50\/10::before{
  content: var(--tw-content);
  color: rgb(238 242 255 / 0.1);
}

.before\:text-indigo-50\/100::before{
  content: var(--tw-content);
  color: rgb(238 242 255 / 1);
}

.before\:text-indigo-50\/20::before{
  content: var(--tw-content);
  color: rgb(238 242 255 / 0.2);
}

.before\:text-indigo-50\/25::before{
  content: var(--tw-content);
  color: rgb(238 242 255 / 0.25);
}

.before\:text-indigo-50\/30::before{
  content: var(--tw-content);
  color: rgb(238 242 255 / 0.3);
}

.before\:text-indigo-50\/40::before{
  content: var(--tw-content);
  color: rgb(238 242 255 / 0.4);
}

.before\:text-indigo-50\/5::before{
  content: var(--tw-content);
  color: rgb(238 242 255 / 0.05);
}

.before\:text-indigo-50\/50::before{
  content: var(--tw-content);
  color: rgb(238 242 255 / 0.5);
}

.before\:text-indigo-50\/60::before{
  content: var(--tw-content);
  color: rgb(238 242 255 / 0.6);
}

.before\:text-indigo-50\/70::before{
  content: var(--tw-content);
  color: rgb(238 242 255 / 0.7);
}

.before\:text-indigo-50\/75::before{
  content: var(--tw-content);
  color: rgb(238 242 255 / 0.75);
}

.before\:text-indigo-50\/80::before{
  content: var(--tw-content);
  color: rgb(238 242 255 / 0.8);
}

.before\:text-indigo-50\/90::before{
  content: var(--tw-content);
  color: rgb(238 242 255 / 0.9);
}

.before\:text-indigo-50\/95::before{
  content: var(--tw-content);
  color: rgb(238 242 255 / 0.95);
}

.before\:text-indigo-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.before\:text-indigo-500\/0::before{
  content: var(--tw-content);
  color: rgb(99 102 241 / 0);
}

.before\:text-indigo-500\/10::before{
  content: var(--tw-content);
  color: rgb(99 102 241 / 0.1);
}

.before\:text-indigo-500\/100::before{
  content: var(--tw-content);
  color: rgb(99 102 241 / 1);
}

.before\:text-indigo-500\/20::before{
  content: var(--tw-content);
  color: rgb(99 102 241 / 0.2);
}

.before\:text-indigo-500\/25::before{
  content: var(--tw-content);
  color: rgb(99 102 241 / 0.25);
}

.before\:text-indigo-500\/30::before{
  content: var(--tw-content);
  color: rgb(99 102 241 / 0.3);
}

.before\:text-indigo-500\/40::before{
  content: var(--tw-content);
  color: rgb(99 102 241 / 0.4);
}

.before\:text-indigo-500\/5::before{
  content: var(--tw-content);
  color: rgb(99 102 241 / 0.05);
}

.before\:text-indigo-500\/50::before{
  content: var(--tw-content);
  color: rgb(99 102 241 / 0.5);
}

.before\:text-indigo-500\/60::before{
  content: var(--tw-content);
  color: rgb(99 102 241 / 0.6);
}

.before\:text-indigo-500\/70::before{
  content: var(--tw-content);
  color: rgb(99 102 241 / 0.7);
}

.before\:text-indigo-500\/75::before{
  content: var(--tw-content);
  color: rgb(99 102 241 / 0.75);
}

.before\:text-indigo-500\/80::before{
  content: var(--tw-content);
  color: rgb(99 102 241 / 0.8);
}

.before\:text-indigo-500\/90::before{
  content: var(--tw-content);
  color: rgb(99 102 241 / 0.9);
}

.before\:text-indigo-500\/95::before{
  content: var(--tw-content);
  color: rgb(99 102 241 / 0.95);
}

.before\:text-indigo-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.before\:text-indigo-600\/0::before{
  content: var(--tw-content);
  color: rgb(79 70 229 / 0);
}

.before\:text-indigo-600\/10::before{
  content: var(--tw-content);
  color: rgb(79 70 229 / 0.1);
}

.before\:text-indigo-600\/100::before{
  content: var(--tw-content);
  color: rgb(79 70 229 / 1);
}

.before\:text-indigo-600\/20::before{
  content: var(--tw-content);
  color: rgb(79 70 229 / 0.2);
}

.before\:text-indigo-600\/25::before{
  content: var(--tw-content);
  color: rgb(79 70 229 / 0.25);
}

.before\:text-indigo-600\/30::before{
  content: var(--tw-content);
  color: rgb(79 70 229 / 0.3);
}

.before\:text-indigo-600\/40::before{
  content: var(--tw-content);
  color: rgb(79 70 229 / 0.4);
}

.before\:text-indigo-600\/5::before{
  content: var(--tw-content);
  color: rgb(79 70 229 / 0.05);
}

.before\:text-indigo-600\/50::before{
  content: var(--tw-content);
  color: rgb(79 70 229 / 0.5);
}

.before\:text-indigo-600\/60::before{
  content: var(--tw-content);
  color: rgb(79 70 229 / 0.6);
}

.before\:text-indigo-600\/70::before{
  content: var(--tw-content);
  color: rgb(79 70 229 / 0.7);
}

.before\:text-indigo-600\/75::before{
  content: var(--tw-content);
  color: rgb(79 70 229 / 0.75);
}

.before\:text-indigo-600\/80::before{
  content: var(--tw-content);
  color: rgb(79 70 229 / 0.8);
}

.before\:text-indigo-600\/90::before{
  content: var(--tw-content);
  color: rgb(79 70 229 / 0.9);
}

.before\:text-indigo-600\/95::before{
  content: var(--tw-content);
  color: rgb(79 70 229 / 0.95);
}

.before\:text-indigo-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.before\:text-indigo-700\/0::before{
  content: var(--tw-content);
  color: rgb(67 56 202 / 0);
}

.before\:text-indigo-700\/10::before{
  content: var(--tw-content);
  color: rgb(67 56 202 / 0.1);
}

.before\:text-indigo-700\/100::before{
  content: var(--tw-content);
  color: rgb(67 56 202 / 1);
}

.before\:text-indigo-700\/20::before{
  content: var(--tw-content);
  color: rgb(67 56 202 / 0.2);
}

.before\:text-indigo-700\/25::before{
  content: var(--tw-content);
  color: rgb(67 56 202 / 0.25);
}

.before\:text-indigo-700\/30::before{
  content: var(--tw-content);
  color: rgb(67 56 202 / 0.3);
}

.before\:text-indigo-700\/40::before{
  content: var(--tw-content);
  color: rgb(67 56 202 / 0.4);
}

.before\:text-indigo-700\/5::before{
  content: var(--tw-content);
  color: rgb(67 56 202 / 0.05);
}

.before\:text-indigo-700\/50::before{
  content: var(--tw-content);
  color: rgb(67 56 202 / 0.5);
}

.before\:text-indigo-700\/60::before{
  content: var(--tw-content);
  color: rgb(67 56 202 / 0.6);
}

.before\:text-indigo-700\/70::before{
  content: var(--tw-content);
  color: rgb(67 56 202 / 0.7);
}

.before\:text-indigo-700\/75::before{
  content: var(--tw-content);
  color: rgb(67 56 202 / 0.75);
}

.before\:text-indigo-700\/80::before{
  content: var(--tw-content);
  color: rgb(67 56 202 / 0.8);
}

.before\:text-indigo-700\/90::before{
  content: var(--tw-content);
  color: rgb(67 56 202 / 0.9);
}

.before\:text-indigo-700\/95::before{
  content: var(--tw-content);
  color: rgb(67 56 202 / 0.95);
}

.before\:text-indigo-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.before\:text-indigo-800\/0::before{
  content: var(--tw-content);
  color: rgb(55 48 163 / 0);
}

.before\:text-indigo-800\/10::before{
  content: var(--tw-content);
  color: rgb(55 48 163 / 0.1);
}

.before\:text-indigo-800\/100::before{
  content: var(--tw-content);
  color: rgb(55 48 163 / 1);
}

.before\:text-indigo-800\/20::before{
  content: var(--tw-content);
  color: rgb(55 48 163 / 0.2);
}

.before\:text-indigo-800\/25::before{
  content: var(--tw-content);
  color: rgb(55 48 163 / 0.25);
}

.before\:text-indigo-800\/30::before{
  content: var(--tw-content);
  color: rgb(55 48 163 / 0.3);
}

.before\:text-indigo-800\/40::before{
  content: var(--tw-content);
  color: rgb(55 48 163 / 0.4);
}

.before\:text-indigo-800\/5::before{
  content: var(--tw-content);
  color: rgb(55 48 163 / 0.05);
}

.before\:text-indigo-800\/50::before{
  content: var(--tw-content);
  color: rgb(55 48 163 / 0.5);
}

.before\:text-indigo-800\/60::before{
  content: var(--tw-content);
  color: rgb(55 48 163 / 0.6);
}

.before\:text-indigo-800\/70::before{
  content: var(--tw-content);
  color: rgb(55 48 163 / 0.7);
}

.before\:text-indigo-800\/75::before{
  content: var(--tw-content);
  color: rgb(55 48 163 / 0.75);
}

.before\:text-indigo-800\/80::before{
  content: var(--tw-content);
  color: rgb(55 48 163 / 0.8);
}

.before\:text-indigo-800\/90::before{
  content: var(--tw-content);
  color: rgb(55 48 163 / 0.9);
}

.before\:text-indigo-800\/95::before{
  content: var(--tw-content);
  color: rgb(55 48 163 / 0.95);
}

.before\:text-indigo-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.before\:text-indigo-900\/0::before{
  content: var(--tw-content);
  color: rgb(49 46 129 / 0);
}

.before\:text-indigo-900\/10::before{
  content: var(--tw-content);
  color: rgb(49 46 129 / 0.1);
}

.before\:text-indigo-900\/100::before{
  content: var(--tw-content);
  color: rgb(49 46 129 / 1);
}

.before\:text-indigo-900\/20::before{
  content: var(--tw-content);
  color: rgb(49 46 129 / 0.2);
}

.before\:text-indigo-900\/25::before{
  content: var(--tw-content);
  color: rgb(49 46 129 / 0.25);
}

.before\:text-indigo-900\/30::before{
  content: var(--tw-content);
  color: rgb(49 46 129 / 0.3);
}

.before\:text-indigo-900\/40::before{
  content: var(--tw-content);
  color: rgb(49 46 129 / 0.4);
}

.before\:text-indigo-900\/5::before{
  content: var(--tw-content);
  color: rgb(49 46 129 / 0.05);
}

.before\:text-indigo-900\/50::before{
  content: var(--tw-content);
  color: rgb(49 46 129 / 0.5);
}

.before\:text-indigo-900\/60::before{
  content: var(--tw-content);
  color: rgb(49 46 129 / 0.6);
}

.before\:text-indigo-900\/70::before{
  content: var(--tw-content);
  color: rgb(49 46 129 / 0.7);
}

.before\:text-indigo-900\/75::before{
  content: var(--tw-content);
  color: rgb(49 46 129 / 0.75);
}

.before\:text-indigo-900\/80::before{
  content: var(--tw-content);
  color: rgb(49 46 129 / 0.8);
}

.before\:text-indigo-900\/90::before{
  content: var(--tw-content);
  color: rgb(49 46 129 / 0.9);
}

.before\:text-indigo-900\/95::before{
  content: var(--tw-content);
  color: rgb(49 46 129 / 0.95);
}

.before\:text-lime-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}

.before\:text-lime-100\/0::before{
  content: var(--tw-content);
  color: rgb(236 252 203 / 0);
}

.before\:text-lime-100\/10::before{
  content: var(--tw-content);
  color: rgb(236 252 203 / 0.1);
}

.before\:text-lime-100\/100::before{
  content: var(--tw-content);
  color: rgb(236 252 203 / 1);
}

.before\:text-lime-100\/20::before{
  content: var(--tw-content);
  color: rgb(236 252 203 / 0.2);
}

.before\:text-lime-100\/25::before{
  content: var(--tw-content);
  color: rgb(236 252 203 / 0.25);
}

.before\:text-lime-100\/30::before{
  content: var(--tw-content);
  color: rgb(236 252 203 / 0.3);
}

.before\:text-lime-100\/40::before{
  content: var(--tw-content);
  color: rgb(236 252 203 / 0.4);
}

.before\:text-lime-100\/5::before{
  content: var(--tw-content);
  color: rgb(236 252 203 / 0.05);
}

.before\:text-lime-100\/50::before{
  content: var(--tw-content);
  color: rgb(236 252 203 / 0.5);
}

.before\:text-lime-100\/60::before{
  content: var(--tw-content);
  color: rgb(236 252 203 / 0.6);
}

.before\:text-lime-100\/70::before{
  content: var(--tw-content);
  color: rgb(236 252 203 / 0.7);
}

.before\:text-lime-100\/75::before{
  content: var(--tw-content);
  color: rgb(236 252 203 / 0.75);
}

.before\:text-lime-100\/80::before{
  content: var(--tw-content);
  color: rgb(236 252 203 / 0.8);
}

.before\:text-lime-100\/90::before{
  content: var(--tw-content);
  color: rgb(236 252 203 / 0.9);
}

.before\:text-lime-100\/95::before{
  content: var(--tw-content);
  color: rgb(236 252 203 / 0.95);
}

.before\:text-lime-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}

.before\:text-lime-200\/0::before{
  content: var(--tw-content);
  color: rgb(217 249 157 / 0);
}

.before\:text-lime-200\/10::before{
  content: var(--tw-content);
  color: rgb(217 249 157 / 0.1);
}

.before\:text-lime-200\/100::before{
  content: var(--tw-content);
  color: rgb(217 249 157 / 1);
}

.before\:text-lime-200\/20::before{
  content: var(--tw-content);
  color: rgb(217 249 157 / 0.2);
}

.before\:text-lime-200\/25::before{
  content: var(--tw-content);
  color: rgb(217 249 157 / 0.25);
}

.before\:text-lime-200\/30::before{
  content: var(--tw-content);
  color: rgb(217 249 157 / 0.3);
}

.before\:text-lime-200\/40::before{
  content: var(--tw-content);
  color: rgb(217 249 157 / 0.4);
}

.before\:text-lime-200\/5::before{
  content: var(--tw-content);
  color: rgb(217 249 157 / 0.05);
}

.before\:text-lime-200\/50::before{
  content: var(--tw-content);
  color: rgb(217 249 157 / 0.5);
}

.before\:text-lime-200\/60::before{
  content: var(--tw-content);
  color: rgb(217 249 157 / 0.6);
}

.before\:text-lime-200\/70::before{
  content: var(--tw-content);
  color: rgb(217 249 157 / 0.7);
}

.before\:text-lime-200\/75::before{
  content: var(--tw-content);
  color: rgb(217 249 157 / 0.75);
}

.before\:text-lime-200\/80::before{
  content: var(--tw-content);
  color: rgb(217 249 157 / 0.8);
}

.before\:text-lime-200\/90::before{
  content: var(--tw-content);
  color: rgb(217 249 157 / 0.9);
}

.before\:text-lime-200\/95::before{
  content: var(--tw-content);
  color: rgb(217 249 157 / 0.95);
}

.before\:text-lime-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}

.before\:text-lime-300\/0::before{
  content: var(--tw-content);
  color: rgb(190 242 100 / 0);
}

.before\:text-lime-300\/10::before{
  content: var(--tw-content);
  color: rgb(190 242 100 / 0.1);
}

.before\:text-lime-300\/100::before{
  content: var(--tw-content);
  color: rgb(190 242 100 / 1);
}

.before\:text-lime-300\/20::before{
  content: var(--tw-content);
  color: rgb(190 242 100 / 0.2);
}

.before\:text-lime-300\/25::before{
  content: var(--tw-content);
  color: rgb(190 242 100 / 0.25);
}

.before\:text-lime-300\/30::before{
  content: var(--tw-content);
  color: rgb(190 242 100 / 0.3);
}

.before\:text-lime-300\/40::before{
  content: var(--tw-content);
  color: rgb(190 242 100 / 0.4);
}

.before\:text-lime-300\/5::before{
  content: var(--tw-content);
  color: rgb(190 242 100 / 0.05);
}

.before\:text-lime-300\/50::before{
  content: var(--tw-content);
  color: rgb(190 242 100 / 0.5);
}

.before\:text-lime-300\/60::before{
  content: var(--tw-content);
  color: rgb(190 242 100 / 0.6);
}

.before\:text-lime-300\/70::before{
  content: var(--tw-content);
  color: rgb(190 242 100 / 0.7);
}

.before\:text-lime-300\/75::before{
  content: var(--tw-content);
  color: rgb(190 242 100 / 0.75);
}

.before\:text-lime-300\/80::before{
  content: var(--tw-content);
  color: rgb(190 242 100 / 0.8);
}

.before\:text-lime-300\/90::before{
  content: var(--tw-content);
  color: rgb(190 242 100 / 0.9);
}

.before\:text-lime-300\/95::before{
  content: var(--tw-content);
  color: rgb(190 242 100 / 0.95);
}

.before\:text-lime-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}

.before\:text-lime-400\/0::before{
  content: var(--tw-content);
  color: rgb(163 230 53 / 0);
}

.before\:text-lime-400\/10::before{
  content: var(--tw-content);
  color: rgb(163 230 53 / 0.1);
}

.before\:text-lime-400\/100::before{
  content: var(--tw-content);
  color: rgb(163 230 53 / 1);
}

.before\:text-lime-400\/20::before{
  content: var(--tw-content);
  color: rgb(163 230 53 / 0.2);
}

.before\:text-lime-400\/25::before{
  content: var(--tw-content);
  color: rgb(163 230 53 / 0.25);
}

.before\:text-lime-400\/30::before{
  content: var(--tw-content);
  color: rgb(163 230 53 / 0.3);
}

.before\:text-lime-400\/40::before{
  content: var(--tw-content);
  color: rgb(163 230 53 / 0.4);
}

.before\:text-lime-400\/5::before{
  content: var(--tw-content);
  color: rgb(163 230 53 / 0.05);
}

.before\:text-lime-400\/50::before{
  content: var(--tw-content);
  color: rgb(163 230 53 / 0.5);
}

.before\:text-lime-400\/60::before{
  content: var(--tw-content);
  color: rgb(163 230 53 / 0.6);
}

.before\:text-lime-400\/70::before{
  content: var(--tw-content);
  color: rgb(163 230 53 / 0.7);
}

.before\:text-lime-400\/75::before{
  content: var(--tw-content);
  color: rgb(163 230 53 / 0.75);
}

.before\:text-lime-400\/80::before{
  content: var(--tw-content);
  color: rgb(163 230 53 / 0.8);
}

.before\:text-lime-400\/90::before{
  content: var(--tw-content);
  color: rgb(163 230 53 / 0.9);
}

.before\:text-lime-400\/95::before{
  content: var(--tw-content);
  color: rgb(163 230 53 / 0.95);
}

.before\:text-lime-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}

.before\:text-lime-50\/0::before{
  content: var(--tw-content);
  color: rgb(247 254 231 / 0);
}

.before\:text-lime-50\/10::before{
  content: var(--tw-content);
  color: rgb(247 254 231 / 0.1);
}

.before\:text-lime-50\/100::before{
  content: var(--tw-content);
  color: rgb(247 254 231 / 1);
}

.before\:text-lime-50\/20::before{
  content: var(--tw-content);
  color: rgb(247 254 231 / 0.2);
}

.before\:text-lime-50\/25::before{
  content: var(--tw-content);
  color: rgb(247 254 231 / 0.25);
}

.before\:text-lime-50\/30::before{
  content: var(--tw-content);
  color: rgb(247 254 231 / 0.3);
}

.before\:text-lime-50\/40::before{
  content: var(--tw-content);
  color: rgb(247 254 231 / 0.4);
}

.before\:text-lime-50\/5::before{
  content: var(--tw-content);
  color: rgb(247 254 231 / 0.05);
}

.before\:text-lime-50\/50::before{
  content: var(--tw-content);
  color: rgb(247 254 231 / 0.5);
}

.before\:text-lime-50\/60::before{
  content: var(--tw-content);
  color: rgb(247 254 231 / 0.6);
}

.before\:text-lime-50\/70::before{
  content: var(--tw-content);
  color: rgb(247 254 231 / 0.7);
}

.before\:text-lime-50\/75::before{
  content: var(--tw-content);
  color: rgb(247 254 231 / 0.75);
}

.before\:text-lime-50\/80::before{
  content: var(--tw-content);
  color: rgb(247 254 231 / 0.8);
}

.before\:text-lime-50\/90::before{
  content: var(--tw-content);
  color: rgb(247 254 231 / 0.9);
}

.before\:text-lime-50\/95::before{
  content: var(--tw-content);
  color: rgb(247 254 231 / 0.95);
}

.before\:text-lime-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

.before\:text-lime-500\/0::before{
  content: var(--tw-content);
  color: rgb(132 204 22 / 0);
}

.before\:text-lime-500\/10::before{
  content: var(--tw-content);
  color: rgb(132 204 22 / 0.1);
}

.before\:text-lime-500\/100::before{
  content: var(--tw-content);
  color: rgb(132 204 22 / 1);
}

.before\:text-lime-500\/20::before{
  content: var(--tw-content);
  color: rgb(132 204 22 / 0.2);
}

.before\:text-lime-500\/25::before{
  content: var(--tw-content);
  color: rgb(132 204 22 / 0.25);
}

.before\:text-lime-500\/30::before{
  content: var(--tw-content);
  color: rgb(132 204 22 / 0.3);
}

.before\:text-lime-500\/40::before{
  content: var(--tw-content);
  color: rgb(132 204 22 / 0.4);
}

.before\:text-lime-500\/5::before{
  content: var(--tw-content);
  color: rgb(132 204 22 / 0.05);
}

.before\:text-lime-500\/50::before{
  content: var(--tw-content);
  color: rgb(132 204 22 / 0.5);
}

.before\:text-lime-500\/60::before{
  content: var(--tw-content);
  color: rgb(132 204 22 / 0.6);
}

.before\:text-lime-500\/70::before{
  content: var(--tw-content);
  color: rgb(132 204 22 / 0.7);
}

.before\:text-lime-500\/75::before{
  content: var(--tw-content);
  color: rgb(132 204 22 / 0.75);
}

.before\:text-lime-500\/80::before{
  content: var(--tw-content);
  color: rgb(132 204 22 / 0.8);
}

.before\:text-lime-500\/90::before{
  content: var(--tw-content);
  color: rgb(132 204 22 / 0.9);
}

.before\:text-lime-500\/95::before{
  content: var(--tw-content);
  color: rgb(132 204 22 / 0.95);
}

.before\:text-lime-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.before\:text-lime-600\/0::before{
  content: var(--tw-content);
  color: rgb(101 163 13 / 0);
}

.before\:text-lime-600\/10::before{
  content: var(--tw-content);
  color: rgb(101 163 13 / 0.1);
}

.before\:text-lime-600\/100::before{
  content: var(--tw-content);
  color: rgb(101 163 13 / 1);
}

.before\:text-lime-600\/20::before{
  content: var(--tw-content);
  color: rgb(101 163 13 / 0.2);
}

.before\:text-lime-600\/25::before{
  content: var(--tw-content);
  color: rgb(101 163 13 / 0.25);
}

.before\:text-lime-600\/30::before{
  content: var(--tw-content);
  color: rgb(101 163 13 / 0.3);
}

.before\:text-lime-600\/40::before{
  content: var(--tw-content);
  color: rgb(101 163 13 / 0.4);
}

.before\:text-lime-600\/5::before{
  content: var(--tw-content);
  color: rgb(101 163 13 / 0.05);
}

.before\:text-lime-600\/50::before{
  content: var(--tw-content);
  color: rgb(101 163 13 / 0.5);
}

.before\:text-lime-600\/60::before{
  content: var(--tw-content);
  color: rgb(101 163 13 / 0.6);
}

.before\:text-lime-600\/70::before{
  content: var(--tw-content);
  color: rgb(101 163 13 / 0.7);
}

.before\:text-lime-600\/75::before{
  content: var(--tw-content);
  color: rgb(101 163 13 / 0.75);
}

.before\:text-lime-600\/80::before{
  content: var(--tw-content);
  color: rgb(101 163 13 / 0.8);
}

.before\:text-lime-600\/90::before{
  content: var(--tw-content);
  color: rgb(101 163 13 / 0.9);
}

.before\:text-lime-600\/95::before{
  content: var(--tw-content);
  color: rgb(101 163 13 / 0.95);
}

.before\:text-lime-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}

.before\:text-lime-700\/0::before{
  content: var(--tw-content);
  color: rgb(77 124 15 / 0);
}

.before\:text-lime-700\/10::before{
  content: var(--tw-content);
  color: rgb(77 124 15 / 0.1);
}

.before\:text-lime-700\/100::before{
  content: var(--tw-content);
  color: rgb(77 124 15 / 1);
}

.before\:text-lime-700\/20::before{
  content: var(--tw-content);
  color: rgb(77 124 15 / 0.2);
}

.before\:text-lime-700\/25::before{
  content: var(--tw-content);
  color: rgb(77 124 15 / 0.25);
}

.before\:text-lime-700\/30::before{
  content: var(--tw-content);
  color: rgb(77 124 15 / 0.3);
}

.before\:text-lime-700\/40::before{
  content: var(--tw-content);
  color: rgb(77 124 15 / 0.4);
}

.before\:text-lime-700\/5::before{
  content: var(--tw-content);
  color: rgb(77 124 15 / 0.05);
}

.before\:text-lime-700\/50::before{
  content: var(--tw-content);
  color: rgb(77 124 15 / 0.5);
}

.before\:text-lime-700\/60::before{
  content: var(--tw-content);
  color: rgb(77 124 15 / 0.6);
}

.before\:text-lime-700\/70::before{
  content: var(--tw-content);
  color: rgb(77 124 15 / 0.7);
}

.before\:text-lime-700\/75::before{
  content: var(--tw-content);
  color: rgb(77 124 15 / 0.75);
}

.before\:text-lime-700\/80::before{
  content: var(--tw-content);
  color: rgb(77 124 15 / 0.8);
}

.before\:text-lime-700\/90::before{
  content: var(--tw-content);
  color: rgb(77 124 15 / 0.9);
}

.before\:text-lime-700\/95::before{
  content: var(--tw-content);
  color: rgb(77 124 15 / 0.95);
}

.before\:text-lime-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}

.before\:text-lime-800\/0::before{
  content: var(--tw-content);
  color: rgb(63 98 18 / 0);
}

.before\:text-lime-800\/10::before{
  content: var(--tw-content);
  color: rgb(63 98 18 / 0.1);
}

.before\:text-lime-800\/100::before{
  content: var(--tw-content);
  color: rgb(63 98 18 / 1);
}

.before\:text-lime-800\/20::before{
  content: var(--tw-content);
  color: rgb(63 98 18 / 0.2);
}

.before\:text-lime-800\/25::before{
  content: var(--tw-content);
  color: rgb(63 98 18 / 0.25);
}

.before\:text-lime-800\/30::before{
  content: var(--tw-content);
  color: rgb(63 98 18 / 0.3);
}

.before\:text-lime-800\/40::before{
  content: var(--tw-content);
  color: rgb(63 98 18 / 0.4);
}

.before\:text-lime-800\/5::before{
  content: var(--tw-content);
  color: rgb(63 98 18 / 0.05);
}

.before\:text-lime-800\/50::before{
  content: var(--tw-content);
  color: rgb(63 98 18 / 0.5);
}

.before\:text-lime-800\/60::before{
  content: var(--tw-content);
  color: rgb(63 98 18 / 0.6);
}

.before\:text-lime-800\/70::before{
  content: var(--tw-content);
  color: rgb(63 98 18 / 0.7);
}

.before\:text-lime-800\/75::before{
  content: var(--tw-content);
  color: rgb(63 98 18 / 0.75);
}

.before\:text-lime-800\/80::before{
  content: var(--tw-content);
  color: rgb(63 98 18 / 0.8);
}

.before\:text-lime-800\/90::before{
  content: var(--tw-content);
  color: rgb(63 98 18 / 0.9);
}

.before\:text-lime-800\/95::before{
  content: var(--tw-content);
  color: rgb(63 98 18 / 0.95);
}

.before\:text-lime-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}

.before\:text-lime-900\/0::before{
  content: var(--tw-content);
  color: rgb(54 83 20 / 0);
}

.before\:text-lime-900\/10::before{
  content: var(--tw-content);
  color: rgb(54 83 20 / 0.1);
}

.before\:text-lime-900\/100::before{
  content: var(--tw-content);
  color: rgb(54 83 20 / 1);
}

.before\:text-lime-900\/20::before{
  content: var(--tw-content);
  color: rgb(54 83 20 / 0.2);
}

.before\:text-lime-900\/25::before{
  content: var(--tw-content);
  color: rgb(54 83 20 / 0.25);
}

.before\:text-lime-900\/30::before{
  content: var(--tw-content);
  color: rgb(54 83 20 / 0.3);
}

.before\:text-lime-900\/40::before{
  content: var(--tw-content);
  color: rgb(54 83 20 / 0.4);
}

.before\:text-lime-900\/5::before{
  content: var(--tw-content);
  color: rgb(54 83 20 / 0.05);
}

.before\:text-lime-900\/50::before{
  content: var(--tw-content);
  color: rgb(54 83 20 / 0.5);
}

.before\:text-lime-900\/60::before{
  content: var(--tw-content);
  color: rgb(54 83 20 / 0.6);
}

.before\:text-lime-900\/70::before{
  content: var(--tw-content);
  color: rgb(54 83 20 / 0.7);
}

.before\:text-lime-900\/75::before{
  content: var(--tw-content);
  color: rgb(54 83 20 / 0.75);
}

.before\:text-lime-900\/80::before{
  content: var(--tw-content);
  color: rgb(54 83 20 / 0.8);
}

.before\:text-lime-900\/90::before{
  content: var(--tw-content);
  color: rgb(54 83 20 / 0.9);
}

.before\:text-lime-900\/95::before{
  content: var(--tw-content);
  color: rgb(54 83 20 / 0.95);
}

.before\:text-orange-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}

.before\:text-orange-100\/0::before{
  content: var(--tw-content);
  color: rgb(255 237 213 / 0);
}

.before\:text-orange-100\/10::before{
  content: var(--tw-content);
  color: rgb(255 237 213 / 0.1);
}

.before\:text-orange-100\/100::before{
  content: var(--tw-content);
  color: rgb(255 237 213 / 1);
}

.before\:text-orange-100\/20::before{
  content: var(--tw-content);
  color: rgb(255 237 213 / 0.2);
}

.before\:text-orange-100\/25::before{
  content: var(--tw-content);
  color: rgb(255 237 213 / 0.25);
}

.before\:text-orange-100\/30::before{
  content: var(--tw-content);
  color: rgb(255 237 213 / 0.3);
}

.before\:text-orange-100\/40::before{
  content: var(--tw-content);
  color: rgb(255 237 213 / 0.4);
}

.before\:text-orange-100\/5::before{
  content: var(--tw-content);
  color: rgb(255 237 213 / 0.05);
}

.before\:text-orange-100\/50::before{
  content: var(--tw-content);
  color: rgb(255 237 213 / 0.5);
}

.before\:text-orange-100\/60::before{
  content: var(--tw-content);
  color: rgb(255 237 213 / 0.6);
}

.before\:text-orange-100\/70::before{
  content: var(--tw-content);
  color: rgb(255 237 213 / 0.7);
}

.before\:text-orange-100\/75::before{
  content: var(--tw-content);
  color: rgb(255 237 213 / 0.75);
}

.before\:text-orange-100\/80::before{
  content: var(--tw-content);
  color: rgb(255 237 213 / 0.8);
}

.before\:text-orange-100\/90::before{
  content: var(--tw-content);
  color: rgb(255 237 213 / 0.9);
}

.before\:text-orange-100\/95::before{
  content: var(--tw-content);
  color: rgb(255 237 213 / 0.95);
}

.before\:text-orange-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}

.before\:text-orange-200\/0::before{
  content: var(--tw-content);
  color: rgb(254 215 170 / 0);
}

.before\:text-orange-200\/10::before{
  content: var(--tw-content);
  color: rgb(254 215 170 / 0.1);
}

.before\:text-orange-200\/100::before{
  content: var(--tw-content);
  color: rgb(254 215 170 / 1);
}

.before\:text-orange-200\/20::before{
  content: var(--tw-content);
  color: rgb(254 215 170 / 0.2);
}

.before\:text-orange-200\/25::before{
  content: var(--tw-content);
  color: rgb(254 215 170 / 0.25);
}

.before\:text-orange-200\/30::before{
  content: var(--tw-content);
  color: rgb(254 215 170 / 0.3);
}

.before\:text-orange-200\/40::before{
  content: var(--tw-content);
  color: rgb(254 215 170 / 0.4);
}

.before\:text-orange-200\/5::before{
  content: var(--tw-content);
  color: rgb(254 215 170 / 0.05);
}

.before\:text-orange-200\/50::before{
  content: var(--tw-content);
  color: rgb(254 215 170 / 0.5);
}

.before\:text-orange-200\/60::before{
  content: var(--tw-content);
  color: rgb(254 215 170 / 0.6);
}

.before\:text-orange-200\/70::before{
  content: var(--tw-content);
  color: rgb(254 215 170 / 0.7);
}

.before\:text-orange-200\/75::before{
  content: var(--tw-content);
  color: rgb(254 215 170 / 0.75);
}

.before\:text-orange-200\/80::before{
  content: var(--tw-content);
  color: rgb(254 215 170 / 0.8);
}

.before\:text-orange-200\/90::before{
  content: var(--tw-content);
  color: rgb(254 215 170 / 0.9);
}

.before\:text-orange-200\/95::before{
  content: var(--tw-content);
  color: rgb(254 215 170 / 0.95);
}

.before\:text-orange-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}

.before\:text-orange-300\/0::before{
  content: var(--tw-content);
  color: rgb(253 186 116 / 0);
}

.before\:text-orange-300\/10::before{
  content: var(--tw-content);
  color: rgb(253 186 116 / 0.1);
}

.before\:text-orange-300\/100::before{
  content: var(--tw-content);
  color: rgb(253 186 116 / 1);
}

.before\:text-orange-300\/20::before{
  content: var(--tw-content);
  color: rgb(253 186 116 / 0.2);
}

.before\:text-orange-300\/25::before{
  content: var(--tw-content);
  color: rgb(253 186 116 / 0.25);
}

.before\:text-orange-300\/30::before{
  content: var(--tw-content);
  color: rgb(253 186 116 / 0.3);
}

.before\:text-orange-300\/40::before{
  content: var(--tw-content);
  color: rgb(253 186 116 / 0.4);
}

.before\:text-orange-300\/5::before{
  content: var(--tw-content);
  color: rgb(253 186 116 / 0.05);
}

.before\:text-orange-300\/50::before{
  content: var(--tw-content);
  color: rgb(253 186 116 / 0.5);
}

.before\:text-orange-300\/60::before{
  content: var(--tw-content);
  color: rgb(253 186 116 / 0.6);
}

.before\:text-orange-300\/70::before{
  content: var(--tw-content);
  color: rgb(253 186 116 / 0.7);
}

.before\:text-orange-300\/75::before{
  content: var(--tw-content);
  color: rgb(253 186 116 / 0.75);
}

.before\:text-orange-300\/80::before{
  content: var(--tw-content);
  color: rgb(253 186 116 / 0.8);
}

.before\:text-orange-300\/90::before{
  content: var(--tw-content);
  color: rgb(253 186 116 / 0.9);
}

.before\:text-orange-300\/95::before{
  content: var(--tw-content);
  color: rgb(253 186 116 / 0.95);
}

.before\:text-orange-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.before\:text-orange-400\/0::before{
  content: var(--tw-content);
  color: rgb(251 146 60 / 0);
}

.before\:text-orange-400\/10::before{
  content: var(--tw-content);
  color: rgb(251 146 60 / 0.1);
}

.before\:text-orange-400\/100::before{
  content: var(--tw-content);
  color: rgb(251 146 60 / 1);
}

.before\:text-orange-400\/20::before{
  content: var(--tw-content);
  color: rgb(251 146 60 / 0.2);
}

.before\:text-orange-400\/25::before{
  content: var(--tw-content);
  color: rgb(251 146 60 / 0.25);
}

.before\:text-orange-400\/30::before{
  content: var(--tw-content);
  color: rgb(251 146 60 / 0.3);
}

.before\:text-orange-400\/40::before{
  content: var(--tw-content);
  color: rgb(251 146 60 / 0.4);
}

.before\:text-orange-400\/5::before{
  content: var(--tw-content);
  color: rgb(251 146 60 / 0.05);
}

.before\:text-orange-400\/50::before{
  content: var(--tw-content);
  color: rgb(251 146 60 / 0.5);
}

.before\:text-orange-400\/60::before{
  content: var(--tw-content);
  color: rgb(251 146 60 / 0.6);
}

.before\:text-orange-400\/70::before{
  content: var(--tw-content);
  color: rgb(251 146 60 / 0.7);
}

.before\:text-orange-400\/75::before{
  content: var(--tw-content);
  color: rgb(251 146 60 / 0.75);
}

.before\:text-orange-400\/80::before{
  content: var(--tw-content);
  color: rgb(251 146 60 / 0.8);
}

.before\:text-orange-400\/90::before{
  content: var(--tw-content);
  color: rgb(251 146 60 / 0.9);
}

.before\:text-orange-400\/95::before{
  content: var(--tw-content);
  color: rgb(251 146 60 / 0.95);
}

.before\:text-orange-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}

.before\:text-orange-50\/0::before{
  content: var(--tw-content);
  color: rgb(255 247 237 / 0);
}

.before\:text-orange-50\/10::before{
  content: var(--tw-content);
  color: rgb(255 247 237 / 0.1);
}

.before\:text-orange-50\/100::before{
  content: var(--tw-content);
  color: rgb(255 247 237 / 1);
}

.before\:text-orange-50\/20::before{
  content: var(--tw-content);
  color: rgb(255 247 237 / 0.2);
}

.before\:text-orange-50\/25::before{
  content: var(--tw-content);
  color: rgb(255 247 237 / 0.25);
}

.before\:text-orange-50\/30::before{
  content: var(--tw-content);
  color: rgb(255 247 237 / 0.3);
}

.before\:text-orange-50\/40::before{
  content: var(--tw-content);
  color: rgb(255 247 237 / 0.4);
}

.before\:text-orange-50\/5::before{
  content: var(--tw-content);
  color: rgb(255 247 237 / 0.05);
}

.before\:text-orange-50\/50::before{
  content: var(--tw-content);
  color: rgb(255 247 237 / 0.5);
}

.before\:text-orange-50\/60::before{
  content: var(--tw-content);
  color: rgb(255 247 237 / 0.6);
}

.before\:text-orange-50\/70::before{
  content: var(--tw-content);
  color: rgb(255 247 237 / 0.7);
}

.before\:text-orange-50\/75::before{
  content: var(--tw-content);
  color: rgb(255 247 237 / 0.75);
}

.before\:text-orange-50\/80::before{
  content: var(--tw-content);
  color: rgb(255 247 237 / 0.8);
}

.before\:text-orange-50\/90::before{
  content: var(--tw-content);
  color: rgb(255 247 237 / 0.9);
}

.before\:text-orange-50\/95::before{
  content: var(--tw-content);
  color: rgb(255 247 237 / 0.95);
}

.before\:text-orange-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.before\:text-orange-500\/0::before{
  content: var(--tw-content);
  color: rgb(249 115 22 / 0);
}

.before\:text-orange-500\/10::before{
  content: var(--tw-content);
  color: rgb(249 115 22 / 0.1);
}

.before\:text-orange-500\/100::before{
  content: var(--tw-content);
  color: rgb(249 115 22 / 1);
}

.before\:text-orange-500\/20::before{
  content: var(--tw-content);
  color: rgb(249 115 22 / 0.2);
}

.before\:text-orange-500\/25::before{
  content: var(--tw-content);
  color: rgb(249 115 22 / 0.25);
}

.before\:text-orange-500\/30::before{
  content: var(--tw-content);
  color: rgb(249 115 22 / 0.3);
}

.before\:text-orange-500\/40::before{
  content: var(--tw-content);
  color: rgb(249 115 22 / 0.4);
}

.before\:text-orange-500\/5::before{
  content: var(--tw-content);
  color: rgb(249 115 22 / 0.05);
}

.before\:text-orange-500\/50::before{
  content: var(--tw-content);
  color: rgb(249 115 22 / 0.5);
}

.before\:text-orange-500\/60::before{
  content: var(--tw-content);
  color: rgb(249 115 22 / 0.6);
}

.before\:text-orange-500\/70::before{
  content: var(--tw-content);
  color: rgb(249 115 22 / 0.7);
}

.before\:text-orange-500\/75::before{
  content: var(--tw-content);
  color: rgb(249 115 22 / 0.75);
}

.before\:text-orange-500\/80::before{
  content: var(--tw-content);
  color: rgb(249 115 22 / 0.8);
}

.before\:text-orange-500\/90::before{
  content: var(--tw-content);
  color: rgb(249 115 22 / 0.9);
}

.before\:text-orange-500\/95::before{
  content: var(--tw-content);
  color: rgb(249 115 22 / 0.95);
}

.before\:text-orange-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.before\:text-orange-600\/0::before{
  content: var(--tw-content);
  color: rgb(234 88 12 / 0);
}

.before\:text-orange-600\/10::before{
  content: var(--tw-content);
  color: rgb(234 88 12 / 0.1);
}

.before\:text-orange-600\/100::before{
  content: var(--tw-content);
  color: rgb(234 88 12 / 1);
}

.before\:text-orange-600\/20::before{
  content: var(--tw-content);
  color: rgb(234 88 12 / 0.2);
}

.before\:text-orange-600\/25::before{
  content: var(--tw-content);
  color: rgb(234 88 12 / 0.25);
}

.before\:text-orange-600\/30::before{
  content: var(--tw-content);
  color: rgb(234 88 12 / 0.3);
}

.before\:text-orange-600\/40::before{
  content: var(--tw-content);
  color: rgb(234 88 12 / 0.4);
}

.before\:text-orange-600\/5::before{
  content: var(--tw-content);
  color: rgb(234 88 12 / 0.05);
}

.before\:text-orange-600\/50::before{
  content: var(--tw-content);
  color: rgb(234 88 12 / 0.5);
}

.before\:text-orange-600\/60::before{
  content: var(--tw-content);
  color: rgb(234 88 12 / 0.6);
}

.before\:text-orange-600\/70::before{
  content: var(--tw-content);
  color: rgb(234 88 12 / 0.7);
}

.before\:text-orange-600\/75::before{
  content: var(--tw-content);
  color: rgb(234 88 12 / 0.75);
}

.before\:text-orange-600\/80::before{
  content: var(--tw-content);
  color: rgb(234 88 12 / 0.8);
}

.before\:text-orange-600\/90::before{
  content: var(--tw-content);
  color: rgb(234 88 12 / 0.9);
}

.before\:text-orange-600\/95::before{
  content: var(--tw-content);
  color: rgb(234 88 12 / 0.95);
}

.before\:text-orange-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}

.before\:text-orange-700\/0::before{
  content: var(--tw-content);
  color: rgb(194 65 12 / 0);
}

.before\:text-orange-700\/10::before{
  content: var(--tw-content);
  color: rgb(194 65 12 / 0.1);
}

.before\:text-orange-700\/100::before{
  content: var(--tw-content);
  color: rgb(194 65 12 / 1);
}

.before\:text-orange-700\/20::before{
  content: var(--tw-content);
  color: rgb(194 65 12 / 0.2);
}

.before\:text-orange-700\/25::before{
  content: var(--tw-content);
  color: rgb(194 65 12 / 0.25);
}

.before\:text-orange-700\/30::before{
  content: var(--tw-content);
  color: rgb(194 65 12 / 0.3);
}

.before\:text-orange-700\/40::before{
  content: var(--tw-content);
  color: rgb(194 65 12 / 0.4);
}

.before\:text-orange-700\/5::before{
  content: var(--tw-content);
  color: rgb(194 65 12 / 0.05);
}

.before\:text-orange-700\/50::before{
  content: var(--tw-content);
  color: rgb(194 65 12 / 0.5);
}

.before\:text-orange-700\/60::before{
  content: var(--tw-content);
  color: rgb(194 65 12 / 0.6);
}

.before\:text-orange-700\/70::before{
  content: var(--tw-content);
  color: rgb(194 65 12 / 0.7);
}

.before\:text-orange-700\/75::before{
  content: var(--tw-content);
  color: rgb(194 65 12 / 0.75);
}

.before\:text-orange-700\/80::before{
  content: var(--tw-content);
  color: rgb(194 65 12 / 0.8);
}

.before\:text-orange-700\/90::before{
  content: var(--tw-content);
  color: rgb(194 65 12 / 0.9);
}

.before\:text-orange-700\/95::before{
  content: var(--tw-content);
  color: rgb(194 65 12 / 0.95);
}

.before\:text-orange-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}

.before\:text-orange-800\/0::before{
  content: var(--tw-content);
  color: rgb(154 52 18 / 0);
}

.before\:text-orange-800\/10::before{
  content: var(--tw-content);
  color: rgb(154 52 18 / 0.1);
}

.before\:text-orange-800\/100::before{
  content: var(--tw-content);
  color: rgb(154 52 18 / 1);
}

.before\:text-orange-800\/20::before{
  content: var(--tw-content);
  color: rgb(154 52 18 / 0.2);
}

.before\:text-orange-800\/25::before{
  content: var(--tw-content);
  color: rgb(154 52 18 / 0.25);
}

.before\:text-orange-800\/30::before{
  content: var(--tw-content);
  color: rgb(154 52 18 / 0.3);
}

.before\:text-orange-800\/40::before{
  content: var(--tw-content);
  color: rgb(154 52 18 / 0.4);
}

.before\:text-orange-800\/5::before{
  content: var(--tw-content);
  color: rgb(154 52 18 / 0.05);
}

.before\:text-orange-800\/50::before{
  content: var(--tw-content);
  color: rgb(154 52 18 / 0.5);
}

.before\:text-orange-800\/60::before{
  content: var(--tw-content);
  color: rgb(154 52 18 / 0.6);
}

.before\:text-orange-800\/70::before{
  content: var(--tw-content);
  color: rgb(154 52 18 / 0.7);
}

.before\:text-orange-800\/75::before{
  content: var(--tw-content);
  color: rgb(154 52 18 / 0.75);
}

.before\:text-orange-800\/80::before{
  content: var(--tw-content);
  color: rgb(154 52 18 / 0.8);
}

.before\:text-orange-800\/90::before{
  content: var(--tw-content);
  color: rgb(154 52 18 / 0.9);
}

.before\:text-orange-800\/95::before{
  content: var(--tw-content);
  color: rgb(154 52 18 / 0.95);
}

.before\:text-orange-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}

.before\:text-orange-900\/0::before{
  content: var(--tw-content);
  color: rgb(124 45 18 / 0);
}

.before\:text-orange-900\/10::before{
  content: var(--tw-content);
  color: rgb(124 45 18 / 0.1);
}

.before\:text-orange-900\/100::before{
  content: var(--tw-content);
  color: rgb(124 45 18 / 1);
}

.before\:text-orange-900\/20::before{
  content: var(--tw-content);
  color: rgb(124 45 18 / 0.2);
}

.before\:text-orange-900\/25::before{
  content: var(--tw-content);
  color: rgb(124 45 18 / 0.25);
}

.before\:text-orange-900\/30::before{
  content: var(--tw-content);
  color: rgb(124 45 18 / 0.3);
}

.before\:text-orange-900\/40::before{
  content: var(--tw-content);
  color: rgb(124 45 18 / 0.4);
}

.before\:text-orange-900\/5::before{
  content: var(--tw-content);
  color: rgb(124 45 18 / 0.05);
}

.before\:text-orange-900\/50::before{
  content: var(--tw-content);
  color: rgb(124 45 18 / 0.5);
}

.before\:text-orange-900\/60::before{
  content: var(--tw-content);
  color: rgb(124 45 18 / 0.6);
}

.before\:text-orange-900\/70::before{
  content: var(--tw-content);
  color: rgb(124 45 18 / 0.7);
}

.before\:text-orange-900\/75::before{
  content: var(--tw-content);
  color: rgb(124 45 18 / 0.75);
}

.before\:text-orange-900\/80::before{
  content: var(--tw-content);
  color: rgb(124 45 18 / 0.8);
}

.before\:text-orange-900\/90::before{
  content: var(--tw-content);
  color: rgb(124 45 18 / 0.9);
}

.before\:text-orange-900\/95::before{
  content: var(--tw-content);
  color: rgb(124 45 18 / 0.95);
}

.before\:text-pink-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}

.before\:text-pink-100\/0::before{
  content: var(--tw-content);
  color: rgb(252 231 243 / 0);
}

.before\:text-pink-100\/10::before{
  content: var(--tw-content);
  color: rgb(252 231 243 / 0.1);
}

.before\:text-pink-100\/100::before{
  content: var(--tw-content);
  color: rgb(252 231 243 / 1);
}

.before\:text-pink-100\/20::before{
  content: var(--tw-content);
  color: rgb(252 231 243 / 0.2);
}

.before\:text-pink-100\/25::before{
  content: var(--tw-content);
  color: rgb(252 231 243 / 0.25);
}

.before\:text-pink-100\/30::before{
  content: var(--tw-content);
  color: rgb(252 231 243 / 0.3);
}

.before\:text-pink-100\/40::before{
  content: var(--tw-content);
  color: rgb(252 231 243 / 0.4);
}

.before\:text-pink-100\/5::before{
  content: var(--tw-content);
  color: rgb(252 231 243 / 0.05);
}

.before\:text-pink-100\/50::before{
  content: var(--tw-content);
  color: rgb(252 231 243 / 0.5);
}

.before\:text-pink-100\/60::before{
  content: var(--tw-content);
  color: rgb(252 231 243 / 0.6);
}

.before\:text-pink-100\/70::before{
  content: var(--tw-content);
  color: rgb(252 231 243 / 0.7);
}

.before\:text-pink-100\/75::before{
  content: var(--tw-content);
  color: rgb(252 231 243 / 0.75);
}

.before\:text-pink-100\/80::before{
  content: var(--tw-content);
  color: rgb(252 231 243 / 0.8);
}

.before\:text-pink-100\/90::before{
  content: var(--tw-content);
  color: rgb(252 231 243 / 0.9);
}

.before\:text-pink-100\/95::before{
  content: var(--tw-content);
  color: rgb(252 231 243 / 0.95);
}

.before\:text-pink-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity));
}

.before\:text-pink-200\/0::before{
  content: var(--tw-content);
  color: rgb(251 207 232 / 0);
}

.before\:text-pink-200\/10::before{
  content: var(--tw-content);
  color: rgb(251 207 232 / 0.1);
}

.before\:text-pink-200\/100::before{
  content: var(--tw-content);
  color: rgb(251 207 232 / 1);
}

.before\:text-pink-200\/20::before{
  content: var(--tw-content);
  color: rgb(251 207 232 / 0.2);
}

.before\:text-pink-200\/25::before{
  content: var(--tw-content);
  color: rgb(251 207 232 / 0.25);
}

.before\:text-pink-200\/30::before{
  content: var(--tw-content);
  color: rgb(251 207 232 / 0.3);
}

.before\:text-pink-200\/40::before{
  content: var(--tw-content);
  color: rgb(251 207 232 / 0.4);
}

.before\:text-pink-200\/5::before{
  content: var(--tw-content);
  color: rgb(251 207 232 / 0.05);
}

.before\:text-pink-200\/50::before{
  content: var(--tw-content);
  color: rgb(251 207 232 / 0.5);
}

.before\:text-pink-200\/60::before{
  content: var(--tw-content);
  color: rgb(251 207 232 / 0.6);
}

.before\:text-pink-200\/70::before{
  content: var(--tw-content);
  color: rgb(251 207 232 / 0.7);
}

.before\:text-pink-200\/75::before{
  content: var(--tw-content);
  color: rgb(251 207 232 / 0.75);
}

.before\:text-pink-200\/80::before{
  content: var(--tw-content);
  color: rgb(251 207 232 / 0.8);
}

.before\:text-pink-200\/90::before{
  content: var(--tw-content);
  color: rgb(251 207 232 / 0.9);
}

.before\:text-pink-200\/95::before{
  content: var(--tw-content);
  color: rgb(251 207 232 / 0.95);
}

.before\:text-pink-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity));
}

.before\:text-pink-300\/0::before{
  content: var(--tw-content);
  color: rgb(249 168 212 / 0);
}

.before\:text-pink-300\/10::before{
  content: var(--tw-content);
  color: rgb(249 168 212 / 0.1);
}

.before\:text-pink-300\/100::before{
  content: var(--tw-content);
  color: rgb(249 168 212 / 1);
}

.before\:text-pink-300\/20::before{
  content: var(--tw-content);
  color: rgb(249 168 212 / 0.2);
}

.before\:text-pink-300\/25::before{
  content: var(--tw-content);
  color: rgb(249 168 212 / 0.25);
}

.before\:text-pink-300\/30::before{
  content: var(--tw-content);
  color: rgb(249 168 212 / 0.3);
}

.before\:text-pink-300\/40::before{
  content: var(--tw-content);
  color: rgb(249 168 212 / 0.4);
}

.before\:text-pink-300\/5::before{
  content: var(--tw-content);
  color: rgb(249 168 212 / 0.05);
}

.before\:text-pink-300\/50::before{
  content: var(--tw-content);
  color: rgb(249 168 212 / 0.5);
}

.before\:text-pink-300\/60::before{
  content: var(--tw-content);
  color: rgb(249 168 212 / 0.6);
}

.before\:text-pink-300\/70::before{
  content: var(--tw-content);
  color: rgb(249 168 212 / 0.7);
}

.before\:text-pink-300\/75::before{
  content: var(--tw-content);
  color: rgb(249 168 212 / 0.75);
}

.before\:text-pink-300\/80::before{
  content: var(--tw-content);
  color: rgb(249 168 212 / 0.8);
}

.before\:text-pink-300\/90::before{
  content: var(--tw-content);
  color: rgb(249 168 212 / 0.9);
}

.before\:text-pink-300\/95::before{
  content: var(--tw-content);
  color: rgb(249 168 212 / 0.95);
}

.before\:text-pink-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}

.before\:text-pink-400\/0::before{
  content: var(--tw-content);
  color: rgb(244 114 182 / 0);
}

.before\:text-pink-400\/10::before{
  content: var(--tw-content);
  color: rgb(244 114 182 / 0.1);
}

.before\:text-pink-400\/100::before{
  content: var(--tw-content);
  color: rgb(244 114 182 / 1);
}

.before\:text-pink-400\/20::before{
  content: var(--tw-content);
  color: rgb(244 114 182 / 0.2);
}

.before\:text-pink-400\/25::before{
  content: var(--tw-content);
  color: rgb(244 114 182 / 0.25);
}

.before\:text-pink-400\/30::before{
  content: var(--tw-content);
  color: rgb(244 114 182 / 0.3);
}

.before\:text-pink-400\/40::before{
  content: var(--tw-content);
  color: rgb(244 114 182 / 0.4);
}

.before\:text-pink-400\/5::before{
  content: var(--tw-content);
  color: rgb(244 114 182 / 0.05);
}

.before\:text-pink-400\/50::before{
  content: var(--tw-content);
  color: rgb(244 114 182 / 0.5);
}

.before\:text-pink-400\/60::before{
  content: var(--tw-content);
  color: rgb(244 114 182 / 0.6);
}

.before\:text-pink-400\/70::before{
  content: var(--tw-content);
  color: rgb(244 114 182 / 0.7);
}

.before\:text-pink-400\/75::before{
  content: var(--tw-content);
  color: rgb(244 114 182 / 0.75);
}

.before\:text-pink-400\/80::before{
  content: var(--tw-content);
  color: rgb(244 114 182 / 0.8);
}

.before\:text-pink-400\/90::before{
  content: var(--tw-content);
  color: rgb(244 114 182 / 0.9);
}

.before\:text-pink-400\/95::before{
  content: var(--tw-content);
  color: rgb(244 114 182 / 0.95);
}

.before\:text-pink-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity));
}

.before\:text-pink-50\/0::before{
  content: var(--tw-content);
  color: rgb(253 242 248 / 0);
}

.before\:text-pink-50\/10::before{
  content: var(--tw-content);
  color: rgb(253 242 248 / 0.1);
}

.before\:text-pink-50\/100::before{
  content: var(--tw-content);
  color: rgb(253 242 248 / 1);
}

.before\:text-pink-50\/20::before{
  content: var(--tw-content);
  color: rgb(253 242 248 / 0.2);
}

.before\:text-pink-50\/25::before{
  content: var(--tw-content);
  color: rgb(253 242 248 / 0.25);
}

.before\:text-pink-50\/30::before{
  content: var(--tw-content);
  color: rgb(253 242 248 / 0.3);
}

.before\:text-pink-50\/40::before{
  content: var(--tw-content);
  color: rgb(253 242 248 / 0.4);
}

.before\:text-pink-50\/5::before{
  content: var(--tw-content);
  color: rgb(253 242 248 / 0.05);
}

.before\:text-pink-50\/50::before{
  content: var(--tw-content);
  color: rgb(253 242 248 / 0.5);
}

.before\:text-pink-50\/60::before{
  content: var(--tw-content);
  color: rgb(253 242 248 / 0.6);
}

.before\:text-pink-50\/70::before{
  content: var(--tw-content);
  color: rgb(253 242 248 / 0.7);
}

.before\:text-pink-50\/75::before{
  content: var(--tw-content);
  color: rgb(253 242 248 / 0.75);
}

.before\:text-pink-50\/80::before{
  content: var(--tw-content);
  color: rgb(253 242 248 / 0.8);
}

.before\:text-pink-50\/90::before{
  content: var(--tw-content);
  color: rgb(253 242 248 / 0.9);
}

.before\:text-pink-50\/95::before{
  content: var(--tw-content);
  color: rgb(253 242 248 / 0.95);
}

.before\:text-pink-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}

.before\:text-pink-500\/0::before{
  content: var(--tw-content);
  color: rgb(236 72 153 / 0);
}

.before\:text-pink-500\/10::before{
  content: var(--tw-content);
  color: rgb(236 72 153 / 0.1);
}

.before\:text-pink-500\/100::before{
  content: var(--tw-content);
  color: rgb(236 72 153 / 1);
}

.before\:text-pink-500\/20::before{
  content: var(--tw-content);
  color: rgb(236 72 153 / 0.2);
}

.before\:text-pink-500\/25::before{
  content: var(--tw-content);
  color: rgb(236 72 153 / 0.25);
}

.before\:text-pink-500\/30::before{
  content: var(--tw-content);
  color: rgb(236 72 153 / 0.3);
}

.before\:text-pink-500\/40::before{
  content: var(--tw-content);
  color: rgb(236 72 153 / 0.4);
}

.before\:text-pink-500\/5::before{
  content: var(--tw-content);
  color: rgb(236 72 153 / 0.05);
}

.before\:text-pink-500\/50::before{
  content: var(--tw-content);
  color: rgb(236 72 153 / 0.5);
}

.before\:text-pink-500\/60::before{
  content: var(--tw-content);
  color: rgb(236 72 153 / 0.6);
}

.before\:text-pink-500\/70::before{
  content: var(--tw-content);
  color: rgb(236 72 153 / 0.7);
}

.before\:text-pink-500\/75::before{
  content: var(--tw-content);
  color: rgb(236 72 153 / 0.75);
}

.before\:text-pink-500\/80::before{
  content: var(--tw-content);
  color: rgb(236 72 153 / 0.8);
}

.before\:text-pink-500\/90::before{
  content: var(--tw-content);
  color: rgb(236 72 153 / 0.9);
}

.before\:text-pink-500\/95::before{
  content: var(--tw-content);
  color: rgb(236 72 153 / 0.95);
}

.before\:text-pink-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}

.before\:text-pink-600\/0::before{
  content: var(--tw-content);
  color: rgb(219 39 119 / 0);
}

.before\:text-pink-600\/10::before{
  content: var(--tw-content);
  color: rgb(219 39 119 / 0.1);
}

.before\:text-pink-600\/100::before{
  content: var(--tw-content);
  color: rgb(219 39 119 / 1);
}

.before\:text-pink-600\/20::before{
  content: var(--tw-content);
  color: rgb(219 39 119 / 0.2);
}

.before\:text-pink-600\/25::before{
  content: var(--tw-content);
  color: rgb(219 39 119 / 0.25);
}

.before\:text-pink-600\/30::before{
  content: var(--tw-content);
  color: rgb(219 39 119 / 0.3);
}

.before\:text-pink-600\/40::before{
  content: var(--tw-content);
  color: rgb(219 39 119 / 0.4);
}

.before\:text-pink-600\/5::before{
  content: var(--tw-content);
  color: rgb(219 39 119 / 0.05);
}

.before\:text-pink-600\/50::before{
  content: var(--tw-content);
  color: rgb(219 39 119 / 0.5);
}

.before\:text-pink-600\/60::before{
  content: var(--tw-content);
  color: rgb(219 39 119 / 0.6);
}

.before\:text-pink-600\/70::before{
  content: var(--tw-content);
  color: rgb(219 39 119 / 0.7);
}

.before\:text-pink-600\/75::before{
  content: var(--tw-content);
  color: rgb(219 39 119 / 0.75);
}

.before\:text-pink-600\/80::before{
  content: var(--tw-content);
  color: rgb(219 39 119 / 0.8);
}

.before\:text-pink-600\/90::before{
  content: var(--tw-content);
  color: rgb(219 39 119 / 0.9);
}

.before\:text-pink-600\/95::before{
  content: var(--tw-content);
  color: rgb(219 39 119 / 0.95);
}

.before\:text-pink-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}

.before\:text-pink-700\/0::before{
  content: var(--tw-content);
  color: rgb(190 24 93 / 0);
}

.before\:text-pink-700\/10::before{
  content: var(--tw-content);
  color: rgb(190 24 93 / 0.1);
}

.before\:text-pink-700\/100::before{
  content: var(--tw-content);
  color: rgb(190 24 93 / 1);
}

.before\:text-pink-700\/20::before{
  content: var(--tw-content);
  color: rgb(190 24 93 / 0.2);
}

.before\:text-pink-700\/25::before{
  content: var(--tw-content);
  color: rgb(190 24 93 / 0.25);
}

.before\:text-pink-700\/30::before{
  content: var(--tw-content);
  color: rgb(190 24 93 / 0.3);
}

.before\:text-pink-700\/40::before{
  content: var(--tw-content);
  color: rgb(190 24 93 / 0.4);
}

.before\:text-pink-700\/5::before{
  content: var(--tw-content);
  color: rgb(190 24 93 / 0.05);
}

.before\:text-pink-700\/50::before{
  content: var(--tw-content);
  color: rgb(190 24 93 / 0.5);
}

.before\:text-pink-700\/60::before{
  content: var(--tw-content);
  color: rgb(190 24 93 / 0.6);
}

.before\:text-pink-700\/70::before{
  content: var(--tw-content);
  color: rgb(190 24 93 / 0.7);
}

.before\:text-pink-700\/75::before{
  content: var(--tw-content);
  color: rgb(190 24 93 / 0.75);
}

.before\:text-pink-700\/80::before{
  content: var(--tw-content);
  color: rgb(190 24 93 / 0.8);
}

.before\:text-pink-700\/90::before{
  content: var(--tw-content);
  color: rgb(190 24 93 / 0.9);
}

.before\:text-pink-700\/95::before{
  content: var(--tw-content);
  color: rgb(190 24 93 / 0.95);
}

.before\:text-pink-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
}

.before\:text-pink-800\/0::before{
  content: var(--tw-content);
  color: rgb(157 23 77 / 0);
}

.before\:text-pink-800\/10::before{
  content: var(--tw-content);
  color: rgb(157 23 77 / 0.1);
}

.before\:text-pink-800\/100::before{
  content: var(--tw-content);
  color: rgb(157 23 77 / 1);
}

.before\:text-pink-800\/20::before{
  content: var(--tw-content);
  color: rgb(157 23 77 / 0.2);
}

.before\:text-pink-800\/25::before{
  content: var(--tw-content);
  color: rgb(157 23 77 / 0.25);
}

.before\:text-pink-800\/30::before{
  content: var(--tw-content);
  color: rgb(157 23 77 / 0.3);
}

.before\:text-pink-800\/40::before{
  content: var(--tw-content);
  color: rgb(157 23 77 / 0.4);
}

.before\:text-pink-800\/5::before{
  content: var(--tw-content);
  color: rgb(157 23 77 / 0.05);
}

.before\:text-pink-800\/50::before{
  content: var(--tw-content);
  color: rgb(157 23 77 / 0.5);
}

.before\:text-pink-800\/60::before{
  content: var(--tw-content);
  color: rgb(157 23 77 / 0.6);
}

.before\:text-pink-800\/70::before{
  content: var(--tw-content);
  color: rgb(157 23 77 / 0.7);
}

.before\:text-pink-800\/75::before{
  content: var(--tw-content);
  color: rgb(157 23 77 / 0.75);
}

.before\:text-pink-800\/80::before{
  content: var(--tw-content);
  color: rgb(157 23 77 / 0.8);
}

.before\:text-pink-800\/90::before{
  content: var(--tw-content);
  color: rgb(157 23 77 / 0.9);
}

.before\:text-pink-800\/95::before{
  content: var(--tw-content);
  color: rgb(157 23 77 / 0.95);
}

.before\:text-pink-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity));
}

.before\:text-pink-900\/0::before{
  content: var(--tw-content);
  color: rgb(131 24 67 / 0);
}

.before\:text-pink-900\/10::before{
  content: var(--tw-content);
  color: rgb(131 24 67 / 0.1);
}

.before\:text-pink-900\/100::before{
  content: var(--tw-content);
  color: rgb(131 24 67 / 1);
}

.before\:text-pink-900\/20::before{
  content: var(--tw-content);
  color: rgb(131 24 67 / 0.2);
}

.before\:text-pink-900\/25::before{
  content: var(--tw-content);
  color: rgb(131 24 67 / 0.25);
}

.before\:text-pink-900\/30::before{
  content: var(--tw-content);
  color: rgb(131 24 67 / 0.3);
}

.before\:text-pink-900\/40::before{
  content: var(--tw-content);
  color: rgb(131 24 67 / 0.4);
}

.before\:text-pink-900\/5::before{
  content: var(--tw-content);
  color: rgb(131 24 67 / 0.05);
}

.before\:text-pink-900\/50::before{
  content: var(--tw-content);
  color: rgb(131 24 67 / 0.5);
}

.before\:text-pink-900\/60::before{
  content: var(--tw-content);
  color: rgb(131 24 67 / 0.6);
}

.before\:text-pink-900\/70::before{
  content: var(--tw-content);
  color: rgb(131 24 67 / 0.7);
}

.before\:text-pink-900\/75::before{
  content: var(--tw-content);
  color: rgb(131 24 67 / 0.75);
}

.before\:text-pink-900\/80::before{
  content: var(--tw-content);
  color: rgb(131 24 67 / 0.8);
}

.before\:text-pink-900\/90::before{
  content: var(--tw-content);
  color: rgb(131 24 67 / 0.9);
}

.before\:text-pink-900\/95::before{
  content: var(--tw-content);
  color: rgb(131 24 67 / 0.95);
}

.before\:text-purple-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}

.before\:text-purple-100\/0::before{
  content: var(--tw-content);
  color: rgb(243 232 255 / 0);
}

.before\:text-purple-100\/10::before{
  content: var(--tw-content);
  color: rgb(243 232 255 / 0.1);
}

.before\:text-purple-100\/100::before{
  content: var(--tw-content);
  color: rgb(243 232 255 / 1);
}

.before\:text-purple-100\/20::before{
  content: var(--tw-content);
  color: rgb(243 232 255 / 0.2);
}

.before\:text-purple-100\/25::before{
  content: var(--tw-content);
  color: rgb(243 232 255 / 0.25);
}

.before\:text-purple-100\/30::before{
  content: var(--tw-content);
  color: rgb(243 232 255 / 0.3);
}

.before\:text-purple-100\/40::before{
  content: var(--tw-content);
  color: rgb(243 232 255 / 0.4);
}

.before\:text-purple-100\/5::before{
  content: var(--tw-content);
  color: rgb(243 232 255 / 0.05);
}

.before\:text-purple-100\/50::before{
  content: var(--tw-content);
  color: rgb(243 232 255 / 0.5);
}

.before\:text-purple-100\/60::before{
  content: var(--tw-content);
  color: rgb(243 232 255 / 0.6);
}

.before\:text-purple-100\/70::before{
  content: var(--tw-content);
  color: rgb(243 232 255 / 0.7);
}

.before\:text-purple-100\/75::before{
  content: var(--tw-content);
  color: rgb(243 232 255 / 0.75);
}

.before\:text-purple-100\/80::before{
  content: var(--tw-content);
  color: rgb(243 232 255 / 0.8);
}

.before\:text-purple-100\/90::before{
  content: var(--tw-content);
  color: rgb(243 232 255 / 0.9);
}

.before\:text-purple-100\/95::before{
  content: var(--tw-content);
  color: rgb(243 232 255 / 0.95);
}

.before\:text-purple-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}

.before\:text-purple-200\/0::before{
  content: var(--tw-content);
  color: rgb(233 213 255 / 0);
}

.before\:text-purple-200\/10::before{
  content: var(--tw-content);
  color: rgb(233 213 255 / 0.1);
}

.before\:text-purple-200\/100::before{
  content: var(--tw-content);
  color: rgb(233 213 255 / 1);
}

.before\:text-purple-200\/20::before{
  content: var(--tw-content);
  color: rgb(233 213 255 / 0.2);
}

.before\:text-purple-200\/25::before{
  content: var(--tw-content);
  color: rgb(233 213 255 / 0.25);
}

.before\:text-purple-200\/30::before{
  content: var(--tw-content);
  color: rgb(233 213 255 / 0.3);
}

.before\:text-purple-200\/40::before{
  content: var(--tw-content);
  color: rgb(233 213 255 / 0.4);
}

.before\:text-purple-200\/5::before{
  content: var(--tw-content);
  color: rgb(233 213 255 / 0.05);
}

.before\:text-purple-200\/50::before{
  content: var(--tw-content);
  color: rgb(233 213 255 / 0.5);
}

.before\:text-purple-200\/60::before{
  content: var(--tw-content);
  color: rgb(233 213 255 / 0.6);
}

.before\:text-purple-200\/70::before{
  content: var(--tw-content);
  color: rgb(233 213 255 / 0.7);
}

.before\:text-purple-200\/75::before{
  content: var(--tw-content);
  color: rgb(233 213 255 / 0.75);
}

.before\:text-purple-200\/80::before{
  content: var(--tw-content);
  color: rgb(233 213 255 / 0.8);
}

.before\:text-purple-200\/90::before{
  content: var(--tw-content);
  color: rgb(233 213 255 / 0.9);
}

.before\:text-purple-200\/95::before{
  content: var(--tw-content);
  color: rgb(233 213 255 / 0.95);
}

.before\:text-purple-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}

.before\:text-purple-300\/0::before{
  content: var(--tw-content);
  color: rgb(216 180 254 / 0);
}

.before\:text-purple-300\/10::before{
  content: var(--tw-content);
  color: rgb(216 180 254 / 0.1);
}

.before\:text-purple-300\/100::before{
  content: var(--tw-content);
  color: rgb(216 180 254 / 1);
}

.before\:text-purple-300\/20::before{
  content: var(--tw-content);
  color: rgb(216 180 254 / 0.2);
}

.before\:text-purple-300\/25::before{
  content: var(--tw-content);
  color: rgb(216 180 254 / 0.25);
}

.before\:text-purple-300\/30::before{
  content: var(--tw-content);
  color: rgb(216 180 254 / 0.3);
}

.before\:text-purple-300\/40::before{
  content: var(--tw-content);
  color: rgb(216 180 254 / 0.4);
}

.before\:text-purple-300\/5::before{
  content: var(--tw-content);
  color: rgb(216 180 254 / 0.05);
}

.before\:text-purple-300\/50::before{
  content: var(--tw-content);
  color: rgb(216 180 254 / 0.5);
}

.before\:text-purple-300\/60::before{
  content: var(--tw-content);
  color: rgb(216 180 254 / 0.6);
}

.before\:text-purple-300\/70::before{
  content: var(--tw-content);
  color: rgb(216 180 254 / 0.7);
}

.before\:text-purple-300\/75::before{
  content: var(--tw-content);
  color: rgb(216 180 254 / 0.75);
}

.before\:text-purple-300\/80::before{
  content: var(--tw-content);
  color: rgb(216 180 254 / 0.8);
}

.before\:text-purple-300\/90::before{
  content: var(--tw-content);
  color: rgb(216 180 254 / 0.9);
}

.before\:text-purple-300\/95::before{
  content: var(--tw-content);
  color: rgb(216 180 254 / 0.95);
}

.before\:text-purple-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}

.before\:text-purple-400\/0::before{
  content: var(--tw-content);
  color: rgb(192 132 252 / 0);
}

.before\:text-purple-400\/10::before{
  content: var(--tw-content);
  color: rgb(192 132 252 / 0.1);
}

.before\:text-purple-400\/100::before{
  content: var(--tw-content);
  color: rgb(192 132 252 / 1);
}

.before\:text-purple-400\/20::before{
  content: var(--tw-content);
  color: rgb(192 132 252 / 0.2);
}

.before\:text-purple-400\/25::before{
  content: var(--tw-content);
  color: rgb(192 132 252 / 0.25);
}

.before\:text-purple-400\/30::before{
  content: var(--tw-content);
  color: rgb(192 132 252 / 0.3);
}

.before\:text-purple-400\/40::before{
  content: var(--tw-content);
  color: rgb(192 132 252 / 0.4);
}

.before\:text-purple-400\/5::before{
  content: var(--tw-content);
  color: rgb(192 132 252 / 0.05);
}

.before\:text-purple-400\/50::before{
  content: var(--tw-content);
  color: rgb(192 132 252 / 0.5);
}

.before\:text-purple-400\/60::before{
  content: var(--tw-content);
  color: rgb(192 132 252 / 0.6);
}

.before\:text-purple-400\/70::before{
  content: var(--tw-content);
  color: rgb(192 132 252 / 0.7);
}

.before\:text-purple-400\/75::before{
  content: var(--tw-content);
  color: rgb(192 132 252 / 0.75);
}

.before\:text-purple-400\/80::before{
  content: var(--tw-content);
  color: rgb(192 132 252 / 0.8);
}

.before\:text-purple-400\/90::before{
  content: var(--tw-content);
  color: rgb(192 132 252 / 0.9);
}

.before\:text-purple-400\/95::before{
  content: var(--tw-content);
  color: rgb(192 132 252 / 0.95);
}

.before\:text-purple-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity));
}

.before\:text-purple-50\/0::before{
  content: var(--tw-content);
  color: rgb(250 245 255 / 0);
}

.before\:text-purple-50\/10::before{
  content: var(--tw-content);
  color: rgb(250 245 255 / 0.1);
}

.before\:text-purple-50\/100::before{
  content: var(--tw-content);
  color: rgb(250 245 255 / 1);
}

.before\:text-purple-50\/20::before{
  content: var(--tw-content);
  color: rgb(250 245 255 / 0.2);
}

.before\:text-purple-50\/25::before{
  content: var(--tw-content);
  color: rgb(250 245 255 / 0.25);
}

.before\:text-purple-50\/30::before{
  content: var(--tw-content);
  color: rgb(250 245 255 / 0.3);
}

.before\:text-purple-50\/40::before{
  content: var(--tw-content);
  color: rgb(250 245 255 / 0.4);
}

.before\:text-purple-50\/5::before{
  content: var(--tw-content);
  color: rgb(250 245 255 / 0.05);
}

.before\:text-purple-50\/50::before{
  content: var(--tw-content);
  color: rgb(250 245 255 / 0.5);
}

.before\:text-purple-50\/60::before{
  content: var(--tw-content);
  color: rgb(250 245 255 / 0.6);
}

.before\:text-purple-50\/70::before{
  content: var(--tw-content);
  color: rgb(250 245 255 / 0.7);
}

.before\:text-purple-50\/75::before{
  content: var(--tw-content);
  color: rgb(250 245 255 / 0.75);
}

.before\:text-purple-50\/80::before{
  content: var(--tw-content);
  color: rgb(250 245 255 / 0.8);
}

.before\:text-purple-50\/90::before{
  content: var(--tw-content);
  color: rgb(250 245 255 / 0.9);
}

.before\:text-purple-50\/95::before{
  content: var(--tw-content);
  color: rgb(250 245 255 / 0.95);
}

.before\:text-purple-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}

.before\:text-purple-500\/0::before{
  content: var(--tw-content);
  color: rgb(168 85 247 / 0);
}

.before\:text-purple-500\/10::before{
  content: var(--tw-content);
  color: rgb(168 85 247 / 0.1);
}

.before\:text-purple-500\/100::before{
  content: var(--tw-content);
  color: rgb(168 85 247 / 1);
}

.before\:text-purple-500\/20::before{
  content: var(--tw-content);
  color: rgb(168 85 247 / 0.2);
}

.before\:text-purple-500\/25::before{
  content: var(--tw-content);
  color: rgb(168 85 247 / 0.25);
}

.before\:text-purple-500\/30::before{
  content: var(--tw-content);
  color: rgb(168 85 247 / 0.3);
}

.before\:text-purple-500\/40::before{
  content: var(--tw-content);
  color: rgb(168 85 247 / 0.4);
}

.before\:text-purple-500\/5::before{
  content: var(--tw-content);
  color: rgb(168 85 247 / 0.05);
}

.before\:text-purple-500\/50::before{
  content: var(--tw-content);
  color: rgb(168 85 247 / 0.5);
}

.before\:text-purple-500\/60::before{
  content: var(--tw-content);
  color: rgb(168 85 247 / 0.6);
}

.before\:text-purple-500\/70::before{
  content: var(--tw-content);
  color: rgb(168 85 247 / 0.7);
}

.before\:text-purple-500\/75::before{
  content: var(--tw-content);
  color: rgb(168 85 247 / 0.75);
}

.before\:text-purple-500\/80::before{
  content: var(--tw-content);
  color: rgb(168 85 247 / 0.8);
}

.before\:text-purple-500\/90::before{
  content: var(--tw-content);
  color: rgb(168 85 247 / 0.9);
}

.before\:text-purple-500\/95::before{
  content: var(--tw-content);
  color: rgb(168 85 247 / 0.95);
}

.before\:text-purple-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}

.before\:text-purple-600\/0::before{
  content: var(--tw-content);
  color: rgb(147 51 234 / 0);
}

.before\:text-purple-600\/10::before{
  content: var(--tw-content);
  color: rgb(147 51 234 / 0.1);
}

.before\:text-purple-600\/100::before{
  content: var(--tw-content);
  color: rgb(147 51 234 / 1);
}

.before\:text-purple-600\/20::before{
  content: var(--tw-content);
  color: rgb(147 51 234 / 0.2);
}

.before\:text-purple-600\/25::before{
  content: var(--tw-content);
  color: rgb(147 51 234 / 0.25);
}

.before\:text-purple-600\/30::before{
  content: var(--tw-content);
  color: rgb(147 51 234 / 0.3);
}

.before\:text-purple-600\/40::before{
  content: var(--tw-content);
  color: rgb(147 51 234 / 0.4);
}

.before\:text-purple-600\/5::before{
  content: var(--tw-content);
  color: rgb(147 51 234 / 0.05);
}

.before\:text-purple-600\/50::before{
  content: var(--tw-content);
  color: rgb(147 51 234 / 0.5);
}

.before\:text-purple-600\/60::before{
  content: var(--tw-content);
  color: rgb(147 51 234 / 0.6);
}

.before\:text-purple-600\/70::before{
  content: var(--tw-content);
  color: rgb(147 51 234 / 0.7);
}

.before\:text-purple-600\/75::before{
  content: var(--tw-content);
  color: rgb(147 51 234 / 0.75);
}

.before\:text-purple-600\/80::before{
  content: var(--tw-content);
  color: rgb(147 51 234 / 0.8);
}

.before\:text-purple-600\/90::before{
  content: var(--tw-content);
  color: rgb(147 51 234 / 0.9);
}

.before\:text-purple-600\/95::before{
  content: var(--tw-content);
  color: rgb(147 51 234 / 0.95);
}

.before\:text-purple-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}

.before\:text-purple-700\/0::before{
  content: var(--tw-content);
  color: rgb(126 34 206 / 0);
}

.before\:text-purple-700\/10::before{
  content: var(--tw-content);
  color: rgb(126 34 206 / 0.1);
}

.before\:text-purple-700\/100::before{
  content: var(--tw-content);
  color: rgb(126 34 206 / 1);
}

.before\:text-purple-700\/20::before{
  content: var(--tw-content);
  color: rgb(126 34 206 / 0.2);
}

.before\:text-purple-700\/25::before{
  content: var(--tw-content);
  color: rgb(126 34 206 / 0.25);
}

.before\:text-purple-700\/30::before{
  content: var(--tw-content);
  color: rgb(126 34 206 / 0.3);
}

.before\:text-purple-700\/40::before{
  content: var(--tw-content);
  color: rgb(126 34 206 / 0.4);
}

.before\:text-purple-700\/5::before{
  content: var(--tw-content);
  color: rgb(126 34 206 / 0.05);
}

.before\:text-purple-700\/50::before{
  content: var(--tw-content);
  color: rgb(126 34 206 / 0.5);
}

.before\:text-purple-700\/60::before{
  content: var(--tw-content);
  color: rgb(126 34 206 / 0.6);
}

.before\:text-purple-700\/70::before{
  content: var(--tw-content);
  color: rgb(126 34 206 / 0.7);
}

.before\:text-purple-700\/75::before{
  content: var(--tw-content);
  color: rgb(126 34 206 / 0.75);
}

.before\:text-purple-700\/80::before{
  content: var(--tw-content);
  color: rgb(126 34 206 / 0.8);
}

.before\:text-purple-700\/90::before{
  content: var(--tw-content);
  color: rgb(126 34 206 / 0.9);
}

.before\:text-purple-700\/95::before{
  content: var(--tw-content);
  color: rgb(126 34 206 / 0.95);
}

.before\:text-purple-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}

.before\:text-purple-800\/0::before{
  content: var(--tw-content);
  color: rgb(107 33 168 / 0);
}

.before\:text-purple-800\/10::before{
  content: var(--tw-content);
  color: rgb(107 33 168 / 0.1);
}

.before\:text-purple-800\/100::before{
  content: var(--tw-content);
  color: rgb(107 33 168 / 1);
}

.before\:text-purple-800\/20::before{
  content: var(--tw-content);
  color: rgb(107 33 168 / 0.2);
}

.before\:text-purple-800\/25::before{
  content: var(--tw-content);
  color: rgb(107 33 168 / 0.25);
}

.before\:text-purple-800\/30::before{
  content: var(--tw-content);
  color: rgb(107 33 168 / 0.3);
}

.before\:text-purple-800\/40::before{
  content: var(--tw-content);
  color: rgb(107 33 168 / 0.4);
}

.before\:text-purple-800\/5::before{
  content: var(--tw-content);
  color: rgb(107 33 168 / 0.05);
}

.before\:text-purple-800\/50::before{
  content: var(--tw-content);
  color: rgb(107 33 168 / 0.5);
}

.before\:text-purple-800\/60::before{
  content: var(--tw-content);
  color: rgb(107 33 168 / 0.6);
}

.before\:text-purple-800\/70::before{
  content: var(--tw-content);
  color: rgb(107 33 168 / 0.7);
}

.before\:text-purple-800\/75::before{
  content: var(--tw-content);
  color: rgb(107 33 168 / 0.75);
}

.before\:text-purple-800\/80::before{
  content: var(--tw-content);
  color: rgb(107 33 168 / 0.8);
}

.before\:text-purple-800\/90::before{
  content: var(--tw-content);
  color: rgb(107 33 168 / 0.9);
}

.before\:text-purple-800\/95::before{
  content: var(--tw-content);
  color: rgb(107 33 168 / 0.95);
}

.before\:text-purple-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}

.before\:text-purple-900\/0::before{
  content: var(--tw-content);
  color: rgb(88 28 135 / 0);
}

.before\:text-purple-900\/10::before{
  content: var(--tw-content);
  color: rgb(88 28 135 / 0.1);
}

.before\:text-purple-900\/100::before{
  content: var(--tw-content);
  color: rgb(88 28 135 / 1);
}

.before\:text-purple-900\/20::before{
  content: var(--tw-content);
  color: rgb(88 28 135 / 0.2);
}

.before\:text-purple-900\/25::before{
  content: var(--tw-content);
  color: rgb(88 28 135 / 0.25);
}

.before\:text-purple-900\/30::before{
  content: var(--tw-content);
  color: rgb(88 28 135 / 0.3);
}

.before\:text-purple-900\/40::before{
  content: var(--tw-content);
  color: rgb(88 28 135 / 0.4);
}

.before\:text-purple-900\/5::before{
  content: var(--tw-content);
  color: rgb(88 28 135 / 0.05);
}

.before\:text-purple-900\/50::before{
  content: var(--tw-content);
  color: rgb(88 28 135 / 0.5);
}

.before\:text-purple-900\/60::before{
  content: var(--tw-content);
  color: rgb(88 28 135 / 0.6);
}

.before\:text-purple-900\/70::before{
  content: var(--tw-content);
  color: rgb(88 28 135 / 0.7);
}

.before\:text-purple-900\/75::before{
  content: var(--tw-content);
  color: rgb(88 28 135 / 0.75);
}

.before\:text-purple-900\/80::before{
  content: var(--tw-content);
  color: rgb(88 28 135 / 0.8);
}

.before\:text-purple-900\/90::before{
  content: var(--tw-content);
  color: rgb(88 28 135 / 0.9);
}

.before\:text-purple-900\/95::before{
  content: var(--tw-content);
  color: rgb(88 28 135 / 0.95);
}

.before\:text-red-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}

.before\:text-red-100\/0::before{
  content: var(--tw-content);
  color: rgb(254 226 226 / 0);
}

.before\:text-red-100\/10::before{
  content: var(--tw-content);
  color: rgb(254 226 226 / 0.1);
}

.before\:text-red-100\/100::before{
  content: var(--tw-content);
  color: rgb(254 226 226 / 1);
}

.before\:text-red-100\/20::before{
  content: var(--tw-content);
  color: rgb(254 226 226 / 0.2);
}

.before\:text-red-100\/25::before{
  content: var(--tw-content);
  color: rgb(254 226 226 / 0.25);
}

.before\:text-red-100\/30::before{
  content: var(--tw-content);
  color: rgb(254 226 226 / 0.3);
}

.before\:text-red-100\/40::before{
  content: var(--tw-content);
  color: rgb(254 226 226 / 0.4);
}

.before\:text-red-100\/5::before{
  content: var(--tw-content);
  color: rgb(254 226 226 / 0.05);
}

.before\:text-red-100\/50::before{
  content: var(--tw-content);
  color: rgb(254 226 226 / 0.5);
}

.before\:text-red-100\/60::before{
  content: var(--tw-content);
  color: rgb(254 226 226 / 0.6);
}

.before\:text-red-100\/70::before{
  content: var(--tw-content);
  color: rgb(254 226 226 / 0.7);
}

.before\:text-red-100\/75::before{
  content: var(--tw-content);
  color: rgb(254 226 226 / 0.75);
}

.before\:text-red-100\/80::before{
  content: var(--tw-content);
  color: rgb(254 226 226 / 0.8);
}

.before\:text-red-100\/90::before{
  content: var(--tw-content);
  color: rgb(254 226 226 / 0.9);
}

.before\:text-red-100\/95::before{
  content: var(--tw-content);
  color: rgb(254 226 226 / 0.95);
}

.before\:text-red-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}

.before\:text-red-200\/0::before{
  content: var(--tw-content);
  color: rgb(254 202 202 / 0);
}

.before\:text-red-200\/10::before{
  content: var(--tw-content);
  color: rgb(254 202 202 / 0.1);
}

.before\:text-red-200\/100::before{
  content: var(--tw-content);
  color: rgb(254 202 202 / 1);
}

.before\:text-red-200\/20::before{
  content: var(--tw-content);
  color: rgb(254 202 202 / 0.2);
}

.before\:text-red-200\/25::before{
  content: var(--tw-content);
  color: rgb(254 202 202 / 0.25);
}

.before\:text-red-200\/30::before{
  content: var(--tw-content);
  color: rgb(254 202 202 / 0.3);
}

.before\:text-red-200\/40::before{
  content: var(--tw-content);
  color: rgb(254 202 202 / 0.4);
}

.before\:text-red-200\/5::before{
  content: var(--tw-content);
  color: rgb(254 202 202 / 0.05);
}

.before\:text-red-200\/50::before{
  content: var(--tw-content);
  color: rgb(254 202 202 / 0.5);
}

.before\:text-red-200\/60::before{
  content: var(--tw-content);
  color: rgb(254 202 202 / 0.6);
}

.before\:text-red-200\/70::before{
  content: var(--tw-content);
  color: rgb(254 202 202 / 0.7);
}

.before\:text-red-200\/75::before{
  content: var(--tw-content);
  color: rgb(254 202 202 / 0.75);
}

.before\:text-red-200\/80::before{
  content: var(--tw-content);
  color: rgb(254 202 202 / 0.8);
}

.before\:text-red-200\/90::before{
  content: var(--tw-content);
  color: rgb(254 202 202 / 0.9);
}

.before\:text-red-200\/95::before{
  content: var(--tw-content);
  color: rgb(254 202 202 / 0.95);
}

.before\:text-red-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.before\:text-red-300\/0::before{
  content: var(--tw-content);
  color: rgb(252 165 165 / 0);
}

.before\:text-red-300\/10::before{
  content: var(--tw-content);
  color: rgb(252 165 165 / 0.1);
}

.before\:text-red-300\/100::before{
  content: var(--tw-content);
  color: rgb(252 165 165 / 1);
}

.before\:text-red-300\/20::before{
  content: var(--tw-content);
  color: rgb(252 165 165 / 0.2);
}

.before\:text-red-300\/25::before{
  content: var(--tw-content);
  color: rgb(252 165 165 / 0.25);
}

.before\:text-red-300\/30::before{
  content: var(--tw-content);
  color: rgb(252 165 165 / 0.3);
}

.before\:text-red-300\/40::before{
  content: var(--tw-content);
  color: rgb(252 165 165 / 0.4);
}

.before\:text-red-300\/5::before{
  content: var(--tw-content);
  color: rgb(252 165 165 / 0.05);
}

.before\:text-red-300\/50::before{
  content: var(--tw-content);
  color: rgb(252 165 165 / 0.5);
}

.before\:text-red-300\/60::before{
  content: var(--tw-content);
  color: rgb(252 165 165 / 0.6);
}

.before\:text-red-300\/70::before{
  content: var(--tw-content);
  color: rgb(252 165 165 / 0.7);
}

.before\:text-red-300\/75::before{
  content: var(--tw-content);
  color: rgb(252 165 165 / 0.75);
}

.before\:text-red-300\/80::before{
  content: var(--tw-content);
  color: rgb(252 165 165 / 0.8);
}

.before\:text-red-300\/90::before{
  content: var(--tw-content);
  color: rgb(252 165 165 / 0.9);
}

.before\:text-red-300\/95::before{
  content: var(--tw-content);
  color: rgb(252 165 165 / 0.95);
}

.before\:text-red-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.before\:text-red-400\/0::before{
  content: var(--tw-content);
  color: rgb(248 113 113 / 0);
}

.before\:text-red-400\/10::before{
  content: var(--tw-content);
  color: rgb(248 113 113 / 0.1);
}

.before\:text-red-400\/100::before{
  content: var(--tw-content);
  color: rgb(248 113 113 / 1);
}

.before\:text-red-400\/20::before{
  content: var(--tw-content);
  color: rgb(248 113 113 / 0.2);
}

.before\:text-red-400\/25::before{
  content: var(--tw-content);
  color: rgb(248 113 113 / 0.25);
}

.before\:text-red-400\/30::before{
  content: var(--tw-content);
  color: rgb(248 113 113 / 0.3);
}

.before\:text-red-400\/40::before{
  content: var(--tw-content);
  color: rgb(248 113 113 / 0.4);
}

.before\:text-red-400\/5::before{
  content: var(--tw-content);
  color: rgb(248 113 113 / 0.05);
}

.before\:text-red-400\/50::before{
  content: var(--tw-content);
  color: rgb(248 113 113 / 0.5);
}

.before\:text-red-400\/60::before{
  content: var(--tw-content);
  color: rgb(248 113 113 / 0.6);
}

.before\:text-red-400\/70::before{
  content: var(--tw-content);
  color: rgb(248 113 113 / 0.7);
}

.before\:text-red-400\/75::before{
  content: var(--tw-content);
  color: rgb(248 113 113 / 0.75);
}

.before\:text-red-400\/80::before{
  content: var(--tw-content);
  color: rgb(248 113 113 / 0.8);
}

.before\:text-red-400\/90::before{
  content: var(--tw-content);
  color: rgb(248 113 113 / 0.9);
}

.before\:text-red-400\/95::before{
  content: var(--tw-content);
  color: rgb(248 113 113 / 0.95);
}

.before\:text-red-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}

.before\:text-red-50\/0::before{
  content: var(--tw-content);
  color: rgb(254 242 242 / 0);
}

.before\:text-red-50\/10::before{
  content: var(--tw-content);
  color: rgb(254 242 242 / 0.1);
}

.before\:text-red-50\/100::before{
  content: var(--tw-content);
  color: rgb(254 242 242 / 1);
}

.before\:text-red-50\/20::before{
  content: var(--tw-content);
  color: rgb(254 242 242 / 0.2);
}

.before\:text-red-50\/25::before{
  content: var(--tw-content);
  color: rgb(254 242 242 / 0.25);
}

.before\:text-red-50\/30::before{
  content: var(--tw-content);
  color: rgb(254 242 242 / 0.3);
}

.before\:text-red-50\/40::before{
  content: var(--tw-content);
  color: rgb(254 242 242 / 0.4);
}

.before\:text-red-50\/5::before{
  content: var(--tw-content);
  color: rgb(254 242 242 / 0.05);
}

.before\:text-red-50\/50::before{
  content: var(--tw-content);
  color: rgb(254 242 242 / 0.5);
}

.before\:text-red-50\/60::before{
  content: var(--tw-content);
  color: rgb(254 242 242 / 0.6);
}

.before\:text-red-50\/70::before{
  content: var(--tw-content);
  color: rgb(254 242 242 / 0.7);
}

.before\:text-red-50\/75::before{
  content: var(--tw-content);
  color: rgb(254 242 242 / 0.75);
}

.before\:text-red-50\/80::before{
  content: var(--tw-content);
  color: rgb(254 242 242 / 0.8);
}

.before\:text-red-50\/90::before{
  content: var(--tw-content);
  color: rgb(254 242 242 / 0.9);
}

.before\:text-red-50\/95::before{
  content: var(--tw-content);
  color: rgb(254 242 242 / 0.95);
}

.before\:text-red-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.before\:text-red-500\/0::before{
  content: var(--tw-content);
  color: rgb(239 68 68 / 0);
}

.before\:text-red-500\/10::before{
  content: var(--tw-content);
  color: rgb(239 68 68 / 0.1);
}

.before\:text-red-500\/100::before{
  content: var(--tw-content);
  color: rgb(239 68 68 / 1);
}

.before\:text-red-500\/20::before{
  content: var(--tw-content);
  color: rgb(239 68 68 / 0.2);
}

.before\:text-red-500\/25::before{
  content: var(--tw-content);
  color: rgb(239 68 68 / 0.25);
}

.before\:text-red-500\/30::before{
  content: var(--tw-content);
  color: rgb(239 68 68 / 0.3);
}

.before\:text-red-500\/40::before{
  content: var(--tw-content);
  color: rgb(239 68 68 / 0.4);
}

.before\:text-red-500\/5::before{
  content: var(--tw-content);
  color: rgb(239 68 68 / 0.05);
}

.before\:text-red-500\/50::before{
  content: var(--tw-content);
  color: rgb(239 68 68 / 0.5);
}

.before\:text-red-500\/60::before{
  content: var(--tw-content);
  color: rgb(239 68 68 / 0.6);
}

.before\:text-red-500\/70::before{
  content: var(--tw-content);
  color: rgb(239 68 68 / 0.7);
}

.before\:text-red-500\/75::before{
  content: var(--tw-content);
  color: rgb(239 68 68 / 0.75);
}

.before\:text-red-500\/80::before{
  content: var(--tw-content);
  color: rgb(239 68 68 / 0.8);
}

.before\:text-red-500\/90::before{
  content: var(--tw-content);
  color: rgb(239 68 68 / 0.9);
}

.before\:text-red-500\/95::before{
  content: var(--tw-content);
  color: rgb(239 68 68 / 0.95);
}

.before\:text-red-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.before\:text-red-600\/0::before{
  content: var(--tw-content);
  color: rgb(220 38 38 / 0);
}

.before\:text-red-600\/10::before{
  content: var(--tw-content);
  color: rgb(220 38 38 / 0.1);
}

.before\:text-red-600\/100::before{
  content: var(--tw-content);
  color: rgb(220 38 38 / 1);
}

.before\:text-red-600\/20::before{
  content: var(--tw-content);
  color: rgb(220 38 38 / 0.2);
}

.before\:text-red-600\/25::before{
  content: var(--tw-content);
  color: rgb(220 38 38 / 0.25);
}

.before\:text-red-600\/30::before{
  content: var(--tw-content);
  color: rgb(220 38 38 / 0.3);
}

.before\:text-red-600\/40::before{
  content: var(--tw-content);
  color: rgb(220 38 38 / 0.4);
}

.before\:text-red-600\/5::before{
  content: var(--tw-content);
  color: rgb(220 38 38 / 0.05);
}

.before\:text-red-600\/50::before{
  content: var(--tw-content);
  color: rgb(220 38 38 / 0.5);
}

.before\:text-red-600\/60::before{
  content: var(--tw-content);
  color: rgb(220 38 38 / 0.6);
}

.before\:text-red-600\/70::before{
  content: var(--tw-content);
  color: rgb(220 38 38 / 0.7);
}

.before\:text-red-600\/75::before{
  content: var(--tw-content);
  color: rgb(220 38 38 / 0.75);
}

.before\:text-red-600\/80::before{
  content: var(--tw-content);
  color: rgb(220 38 38 / 0.8);
}

.before\:text-red-600\/90::before{
  content: var(--tw-content);
  color: rgb(220 38 38 / 0.9);
}

.before\:text-red-600\/95::before{
  content: var(--tw-content);
  color: rgb(220 38 38 / 0.95);
}

.before\:text-red-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.before\:text-red-700\/0::before{
  content: var(--tw-content);
  color: rgb(185 28 28 / 0);
}

.before\:text-red-700\/10::before{
  content: var(--tw-content);
  color: rgb(185 28 28 / 0.1);
}

.before\:text-red-700\/100::before{
  content: var(--tw-content);
  color: rgb(185 28 28 / 1);
}

.before\:text-red-700\/20::before{
  content: var(--tw-content);
  color: rgb(185 28 28 / 0.2);
}

.before\:text-red-700\/25::before{
  content: var(--tw-content);
  color: rgb(185 28 28 / 0.25);
}

.before\:text-red-700\/30::before{
  content: var(--tw-content);
  color: rgb(185 28 28 / 0.3);
}

.before\:text-red-700\/40::before{
  content: var(--tw-content);
  color: rgb(185 28 28 / 0.4);
}

.before\:text-red-700\/5::before{
  content: var(--tw-content);
  color: rgb(185 28 28 / 0.05);
}

.before\:text-red-700\/50::before{
  content: var(--tw-content);
  color: rgb(185 28 28 / 0.5);
}

.before\:text-red-700\/60::before{
  content: var(--tw-content);
  color: rgb(185 28 28 / 0.6);
}

.before\:text-red-700\/70::before{
  content: var(--tw-content);
  color: rgb(185 28 28 / 0.7);
}

.before\:text-red-700\/75::before{
  content: var(--tw-content);
  color: rgb(185 28 28 / 0.75);
}

.before\:text-red-700\/80::before{
  content: var(--tw-content);
  color: rgb(185 28 28 / 0.8);
}

.before\:text-red-700\/90::before{
  content: var(--tw-content);
  color: rgb(185 28 28 / 0.9);
}

.before\:text-red-700\/95::before{
  content: var(--tw-content);
  color: rgb(185 28 28 / 0.95);
}

.before\:text-red-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.before\:text-red-800\/0::before{
  content: var(--tw-content);
  color: rgb(153 27 27 / 0);
}

.before\:text-red-800\/10::before{
  content: var(--tw-content);
  color: rgb(153 27 27 / 0.1);
}

.before\:text-red-800\/100::before{
  content: var(--tw-content);
  color: rgb(153 27 27 / 1);
}

.before\:text-red-800\/20::before{
  content: var(--tw-content);
  color: rgb(153 27 27 / 0.2);
}

.before\:text-red-800\/25::before{
  content: var(--tw-content);
  color: rgb(153 27 27 / 0.25);
}

.before\:text-red-800\/30::before{
  content: var(--tw-content);
  color: rgb(153 27 27 / 0.3);
}

.before\:text-red-800\/40::before{
  content: var(--tw-content);
  color: rgb(153 27 27 / 0.4);
}

.before\:text-red-800\/5::before{
  content: var(--tw-content);
  color: rgb(153 27 27 / 0.05);
}

.before\:text-red-800\/50::before{
  content: var(--tw-content);
  color: rgb(153 27 27 / 0.5);
}

.before\:text-red-800\/60::before{
  content: var(--tw-content);
  color: rgb(153 27 27 / 0.6);
}

.before\:text-red-800\/70::before{
  content: var(--tw-content);
  color: rgb(153 27 27 / 0.7);
}

.before\:text-red-800\/75::before{
  content: var(--tw-content);
  color: rgb(153 27 27 / 0.75);
}

.before\:text-red-800\/80::before{
  content: var(--tw-content);
  color: rgb(153 27 27 / 0.8);
}

.before\:text-red-800\/90::before{
  content: var(--tw-content);
  color: rgb(153 27 27 / 0.9);
}

.before\:text-red-800\/95::before{
  content: var(--tw-content);
  color: rgb(153 27 27 / 0.95);
}

.before\:text-red-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.before\:text-red-900\/0::before{
  content: var(--tw-content);
  color: rgb(127 29 29 / 0);
}

.before\:text-red-900\/10::before{
  content: var(--tw-content);
  color: rgb(127 29 29 / 0.1);
}

.before\:text-red-900\/100::before{
  content: var(--tw-content);
  color: rgb(127 29 29 / 1);
}

.before\:text-red-900\/20::before{
  content: var(--tw-content);
  color: rgb(127 29 29 / 0.2);
}

.before\:text-red-900\/25::before{
  content: var(--tw-content);
  color: rgb(127 29 29 / 0.25);
}

.before\:text-red-900\/30::before{
  content: var(--tw-content);
  color: rgb(127 29 29 / 0.3);
}

.before\:text-red-900\/40::before{
  content: var(--tw-content);
  color: rgb(127 29 29 / 0.4);
}

.before\:text-red-900\/5::before{
  content: var(--tw-content);
  color: rgb(127 29 29 / 0.05);
}

.before\:text-red-900\/50::before{
  content: var(--tw-content);
  color: rgb(127 29 29 / 0.5);
}

.before\:text-red-900\/60::before{
  content: var(--tw-content);
  color: rgb(127 29 29 / 0.6);
}

.before\:text-red-900\/70::before{
  content: var(--tw-content);
  color: rgb(127 29 29 / 0.7);
}

.before\:text-red-900\/75::before{
  content: var(--tw-content);
  color: rgb(127 29 29 / 0.75);
}

.before\:text-red-900\/80::before{
  content: var(--tw-content);
  color: rgb(127 29 29 / 0.8);
}

.before\:text-red-900\/90::before{
  content: var(--tw-content);
  color: rgb(127 29 29 / 0.9);
}

.before\:text-red-900\/95::before{
  content: var(--tw-content);
  color: rgb(127 29 29 / 0.95);
}

.before\:text-rose-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}

.before\:text-rose-100\/0::before{
  content: var(--tw-content);
  color: rgb(255 228 230 / 0);
}

.before\:text-rose-100\/10::before{
  content: var(--tw-content);
  color: rgb(255 228 230 / 0.1);
}

.before\:text-rose-100\/100::before{
  content: var(--tw-content);
  color: rgb(255 228 230 / 1);
}

.before\:text-rose-100\/20::before{
  content: var(--tw-content);
  color: rgb(255 228 230 / 0.2);
}

.before\:text-rose-100\/25::before{
  content: var(--tw-content);
  color: rgb(255 228 230 / 0.25);
}

.before\:text-rose-100\/30::before{
  content: var(--tw-content);
  color: rgb(255 228 230 / 0.3);
}

.before\:text-rose-100\/40::before{
  content: var(--tw-content);
  color: rgb(255 228 230 / 0.4);
}

.before\:text-rose-100\/5::before{
  content: var(--tw-content);
  color: rgb(255 228 230 / 0.05);
}

.before\:text-rose-100\/50::before{
  content: var(--tw-content);
  color: rgb(255 228 230 / 0.5);
}

.before\:text-rose-100\/60::before{
  content: var(--tw-content);
  color: rgb(255 228 230 / 0.6);
}

.before\:text-rose-100\/70::before{
  content: var(--tw-content);
  color: rgb(255 228 230 / 0.7);
}

.before\:text-rose-100\/75::before{
  content: var(--tw-content);
  color: rgb(255 228 230 / 0.75);
}

.before\:text-rose-100\/80::before{
  content: var(--tw-content);
  color: rgb(255 228 230 / 0.8);
}

.before\:text-rose-100\/90::before{
  content: var(--tw-content);
  color: rgb(255 228 230 / 0.9);
}

.before\:text-rose-100\/95::before{
  content: var(--tw-content);
  color: rgb(255 228 230 / 0.95);
}

.before\:text-rose-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity));
}

.before\:text-rose-200\/0::before{
  content: var(--tw-content);
  color: rgb(254 205 211 / 0);
}

.before\:text-rose-200\/10::before{
  content: var(--tw-content);
  color: rgb(254 205 211 / 0.1);
}

.before\:text-rose-200\/100::before{
  content: var(--tw-content);
  color: rgb(254 205 211 / 1);
}

.before\:text-rose-200\/20::before{
  content: var(--tw-content);
  color: rgb(254 205 211 / 0.2);
}

.before\:text-rose-200\/25::before{
  content: var(--tw-content);
  color: rgb(254 205 211 / 0.25);
}

.before\:text-rose-200\/30::before{
  content: var(--tw-content);
  color: rgb(254 205 211 / 0.3);
}

.before\:text-rose-200\/40::before{
  content: var(--tw-content);
  color: rgb(254 205 211 / 0.4);
}

.before\:text-rose-200\/5::before{
  content: var(--tw-content);
  color: rgb(254 205 211 / 0.05);
}

.before\:text-rose-200\/50::before{
  content: var(--tw-content);
  color: rgb(254 205 211 / 0.5);
}

.before\:text-rose-200\/60::before{
  content: var(--tw-content);
  color: rgb(254 205 211 / 0.6);
}

.before\:text-rose-200\/70::before{
  content: var(--tw-content);
  color: rgb(254 205 211 / 0.7);
}

.before\:text-rose-200\/75::before{
  content: var(--tw-content);
  color: rgb(254 205 211 / 0.75);
}

.before\:text-rose-200\/80::before{
  content: var(--tw-content);
  color: rgb(254 205 211 / 0.8);
}

.before\:text-rose-200\/90::before{
  content: var(--tw-content);
  color: rgb(254 205 211 / 0.9);
}

.before\:text-rose-200\/95::before{
  content: var(--tw-content);
  color: rgb(254 205 211 / 0.95);
}

.before\:text-rose-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}

.before\:text-rose-300\/0::before{
  content: var(--tw-content);
  color: rgb(253 164 175 / 0);
}

.before\:text-rose-300\/10::before{
  content: var(--tw-content);
  color: rgb(253 164 175 / 0.1);
}

.before\:text-rose-300\/100::before{
  content: var(--tw-content);
  color: rgb(253 164 175 / 1);
}

.before\:text-rose-300\/20::before{
  content: var(--tw-content);
  color: rgb(253 164 175 / 0.2);
}

.before\:text-rose-300\/25::before{
  content: var(--tw-content);
  color: rgb(253 164 175 / 0.25);
}

.before\:text-rose-300\/30::before{
  content: var(--tw-content);
  color: rgb(253 164 175 / 0.3);
}

.before\:text-rose-300\/40::before{
  content: var(--tw-content);
  color: rgb(253 164 175 / 0.4);
}

.before\:text-rose-300\/5::before{
  content: var(--tw-content);
  color: rgb(253 164 175 / 0.05);
}

.before\:text-rose-300\/50::before{
  content: var(--tw-content);
  color: rgb(253 164 175 / 0.5);
}

.before\:text-rose-300\/60::before{
  content: var(--tw-content);
  color: rgb(253 164 175 / 0.6);
}

.before\:text-rose-300\/70::before{
  content: var(--tw-content);
  color: rgb(253 164 175 / 0.7);
}

.before\:text-rose-300\/75::before{
  content: var(--tw-content);
  color: rgb(253 164 175 / 0.75);
}

.before\:text-rose-300\/80::before{
  content: var(--tw-content);
  color: rgb(253 164 175 / 0.8);
}

.before\:text-rose-300\/90::before{
  content: var(--tw-content);
  color: rgb(253 164 175 / 0.9);
}

.before\:text-rose-300\/95::before{
  content: var(--tw-content);
  color: rgb(253 164 175 / 0.95);
}

.before\:text-rose-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}

.before\:text-rose-400\/0::before{
  content: var(--tw-content);
  color: rgb(251 113 133 / 0);
}

.before\:text-rose-400\/10::before{
  content: var(--tw-content);
  color: rgb(251 113 133 / 0.1);
}

.before\:text-rose-400\/100::before{
  content: var(--tw-content);
  color: rgb(251 113 133 / 1);
}

.before\:text-rose-400\/20::before{
  content: var(--tw-content);
  color: rgb(251 113 133 / 0.2);
}

.before\:text-rose-400\/25::before{
  content: var(--tw-content);
  color: rgb(251 113 133 / 0.25);
}

.before\:text-rose-400\/30::before{
  content: var(--tw-content);
  color: rgb(251 113 133 / 0.3);
}

.before\:text-rose-400\/40::before{
  content: var(--tw-content);
  color: rgb(251 113 133 / 0.4);
}

.before\:text-rose-400\/5::before{
  content: var(--tw-content);
  color: rgb(251 113 133 / 0.05);
}

.before\:text-rose-400\/50::before{
  content: var(--tw-content);
  color: rgb(251 113 133 / 0.5);
}

.before\:text-rose-400\/60::before{
  content: var(--tw-content);
  color: rgb(251 113 133 / 0.6);
}

.before\:text-rose-400\/70::before{
  content: var(--tw-content);
  color: rgb(251 113 133 / 0.7);
}

.before\:text-rose-400\/75::before{
  content: var(--tw-content);
  color: rgb(251 113 133 / 0.75);
}

.before\:text-rose-400\/80::before{
  content: var(--tw-content);
  color: rgb(251 113 133 / 0.8);
}

.before\:text-rose-400\/90::before{
  content: var(--tw-content);
  color: rgb(251 113 133 / 0.9);
}

.before\:text-rose-400\/95::before{
  content: var(--tw-content);
  color: rgb(251 113 133 / 0.95);
}

.before\:text-rose-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity));
}

.before\:text-rose-50\/0::before{
  content: var(--tw-content);
  color: rgb(255 241 242 / 0);
}

.before\:text-rose-50\/10::before{
  content: var(--tw-content);
  color: rgb(255 241 242 / 0.1);
}

.before\:text-rose-50\/100::before{
  content: var(--tw-content);
  color: rgb(255 241 242 / 1);
}

.before\:text-rose-50\/20::before{
  content: var(--tw-content);
  color: rgb(255 241 242 / 0.2);
}

.before\:text-rose-50\/25::before{
  content: var(--tw-content);
  color: rgb(255 241 242 / 0.25);
}

.before\:text-rose-50\/30::before{
  content: var(--tw-content);
  color: rgb(255 241 242 / 0.3);
}

.before\:text-rose-50\/40::before{
  content: var(--tw-content);
  color: rgb(255 241 242 / 0.4);
}

.before\:text-rose-50\/5::before{
  content: var(--tw-content);
  color: rgb(255 241 242 / 0.05);
}

.before\:text-rose-50\/50::before{
  content: var(--tw-content);
  color: rgb(255 241 242 / 0.5);
}

.before\:text-rose-50\/60::before{
  content: var(--tw-content);
  color: rgb(255 241 242 / 0.6);
}

.before\:text-rose-50\/70::before{
  content: var(--tw-content);
  color: rgb(255 241 242 / 0.7);
}

.before\:text-rose-50\/75::before{
  content: var(--tw-content);
  color: rgb(255 241 242 / 0.75);
}

.before\:text-rose-50\/80::before{
  content: var(--tw-content);
  color: rgb(255 241 242 / 0.8);
}

.before\:text-rose-50\/90::before{
  content: var(--tw-content);
  color: rgb(255 241 242 / 0.9);
}

.before\:text-rose-50\/95::before{
  content: var(--tw-content);
  color: rgb(255 241 242 / 0.95);
}

.before\:text-rose-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

.before\:text-rose-500\/0::before{
  content: var(--tw-content);
  color: rgb(244 63 94 / 0);
}

.before\:text-rose-500\/10::before{
  content: var(--tw-content);
  color: rgb(244 63 94 / 0.1);
}

.before\:text-rose-500\/100::before{
  content: var(--tw-content);
  color: rgb(244 63 94 / 1);
}

.before\:text-rose-500\/20::before{
  content: var(--tw-content);
  color: rgb(244 63 94 / 0.2);
}

.before\:text-rose-500\/25::before{
  content: var(--tw-content);
  color: rgb(244 63 94 / 0.25);
}

.before\:text-rose-500\/30::before{
  content: var(--tw-content);
  color: rgb(244 63 94 / 0.3);
}

.before\:text-rose-500\/40::before{
  content: var(--tw-content);
  color: rgb(244 63 94 / 0.4);
}

.before\:text-rose-500\/5::before{
  content: var(--tw-content);
  color: rgb(244 63 94 / 0.05);
}

.before\:text-rose-500\/50::before{
  content: var(--tw-content);
  color: rgb(244 63 94 / 0.5);
}

.before\:text-rose-500\/60::before{
  content: var(--tw-content);
  color: rgb(244 63 94 / 0.6);
}

.before\:text-rose-500\/70::before{
  content: var(--tw-content);
  color: rgb(244 63 94 / 0.7);
}

.before\:text-rose-500\/75::before{
  content: var(--tw-content);
  color: rgb(244 63 94 / 0.75);
}

.before\:text-rose-500\/80::before{
  content: var(--tw-content);
  color: rgb(244 63 94 / 0.8);
}

.before\:text-rose-500\/90::before{
  content: var(--tw-content);
  color: rgb(244 63 94 / 0.9);
}

.before\:text-rose-500\/95::before{
  content: var(--tw-content);
  color: rgb(244 63 94 / 0.95);
}

.before\:text-rose-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

.before\:text-rose-600\/0::before{
  content: var(--tw-content);
  color: rgb(225 29 72 / 0);
}

.before\:text-rose-600\/10::before{
  content: var(--tw-content);
  color: rgb(225 29 72 / 0.1);
}

.before\:text-rose-600\/100::before{
  content: var(--tw-content);
  color: rgb(225 29 72 / 1);
}

.before\:text-rose-600\/20::before{
  content: var(--tw-content);
  color: rgb(225 29 72 / 0.2);
}

.before\:text-rose-600\/25::before{
  content: var(--tw-content);
  color: rgb(225 29 72 / 0.25);
}

.before\:text-rose-600\/30::before{
  content: var(--tw-content);
  color: rgb(225 29 72 / 0.3);
}

.before\:text-rose-600\/40::before{
  content: var(--tw-content);
  color: rgb(225 29 72 / 0.4);
}

.before\:text-rose-600\/5::before{
  content: var(--tw-content);
  color: rgb(225 29 72 / 0.05);
}

.before\:text-rose-600\/50::before{
  content: var(--tw-content);
  color: rgb(225 29 72 / 0.5);
}

.before\:text-rose-600\/60::before{
  content: var(--tw-content);
  color: rgb(225 29 72 / 0.6);
}

.before\:text-rose-600\/70::before{
  content: var(--tw-content);
  color: rgb(225 29 72 / 0.7);
}

.before\:text-rose-600\/75::before{
  content: var(--tw-content);
  color: rgb(225 29 72 / 0.75);
}

.before\:text-rose-600\/80::before{
  content: var(--tw-content);
  color: rgb(225 29 72 / 0.8);
}

.before\:text-rose-600\/90::before{
  content: var(--tw-content);
  color: rgb(225 29 72 / 0.9);
}

.before\:text-rose-600\/95::before{
  content: var(--tw-content);
  color: rgb(225 29 72 / 0.95);
}

.before\:text-rose-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}

.before\:text-rose-700\/0::before{
  content: var(--tw-content);
  color: rgb(190 18 60 / 0);
}

.before\:text-rose-700\/10::before{
  content: var(--tw-content);
  color: rgb(190 18 60 / 0.1);
}

.before\:text-rose-700\/100::before{
  content: var(--tw-content);
  color: rgb(190 18 60 / 1);
}

.before\:text-rose-700\/20::before{
  content: var(--tw-content);
  color: rgb(190 18 60 / 0.2);
}

.before\:text-rose-700\/25::before{
  content: var(--tw-content);
  color: rgb(190 18 60 / 0.25);
}

.before\:text-rose-700\/30::before{
  content: var(--tw-content);
  color: rgb(190 18 60 / 0.3);
}

.before\:text-rose-700\/40::before{
  content: var(--tw-content);
  color: rgb(190 18 60 / 0.4);
}

.before\:text-rose-700\/5::before{
  content: var(--tw-content);
  color: rgb(190 18 60 / 0.05);
}

.before\:text-rose-700\/50::before{
  content: var(--tw-content);
  color: rgb(190 18 60 / 0.5);
}

.before\:text-rose-700\/60::before{
  content: var(--tw-content);
  color: rgb(190 18 60 / 0.6);
}

.before\:text-rose-700\/70::before{
  content: var(--tw-content);
  color: rgb(190 18 60 / 0.7);
}

.before\:text-rose-700\/75::before{
  content: var(--tw-content);
  color: rgb(190 18 60 / 0.75);
}

.before\:text-rose-700\/80::before{
  content: var(--tw-content);
  color: rgb(190 18 60 / 0.8);
}

.before\:text-rose-700\/90::before{
  content: var(--tw-content);
  color: rgb(190 18 60 / 0.9);
}

.before\:text-rose-700\/95::before{
  content: var(--tw-content);
  color: rgb(190 18 60 / 0.95);
}

.before\:text-rose-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}

.before\:text-rose-800\/0::before{
  content: var(--tw-content);
  color: rgb(159 18 57 / 0);
}

.before\:text-rose-800\/10::before{
  content: var(--tw-content);
  color: rgb(159 18 57 / 0.1);
}

.before\:text-rose-800\/100::before{
  content: var(--tw-content);
  color: rgb(159 18 57 / 1);
}

.before\:text-rose-800\/20::before{
  content: var(--tw-content);
  color: rgb(159 18 57 / 0.2);
}

.before\:text-rose-800\/25::before{
  content: var(--tw-content);
  color: rgb(159 18 57 / 0.25);
}

.before\:text-rose-800\/30::before{
  content: var(--tw-content);
  color: rgb(159 18 57 / 0.3);
}

.before\:text-rose-800\/40::before{
  content: var(--tw-content);
  color: rgb(159 18 57 / 0.4);
}

.before\:text-rose-800\/5::before{
  content: var(--tw-content);
  color: rgb(159 18 57 / 0.05);
}

.before\:text-rose-800\/50::before{
  content: var(--tw-content);
  color: rgb(159 18 57 / 0.5);
}

.before\:text-rose-800\/60::before{
  content: var(--tw-content);
  color: rgb(159 18 57 / 0.6);
}

.before\:text-rose-800\/70::before{
  content: var(--tw-content);
  color: rgb(159 18 57 / 0.7);
}

.before\:text-rose-800\/75::before{
  content: var(--tw-content);
  color: rgb(159 18 57 / 0.75);
}

.before\:text-rose-800\/80::before{
  content: var(--tw-content);
  color: rgb(159 18 57 / 0.8);
}

.before\:text-rose-800\/90::before{
  content: var(--tw-content);
  color: rgb(159 18 57 / 0.9);
}

.before\:text-rose-800\/95::before{
  content: var(--tw-content);
  color: rgb(159 18 57 / 0.95);
}

.before\:text-rose-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}

.before\:text-rose-900\/0::before{
  content: var(--tw-content);
  color: rgb(136 19 55 / 0);
}

.before\:text-rose-900\/10::before{
  content: var(--tw-content);
  color: rgb(136 19 55 / 0.1);
}

.before\:text-rose-900\/100::before{
  content: var(--tw-content);
  color: rgb(136 19 55 / 1);
}

.before\:text-rose-900\/20::before{
  content: var(--tw-content);
  color: rgb(136 19 55 / 0.2);
}

.before\:text-rose-900\/25::before{
  content: var(--tw-content);
  color: rgb(136 19 55 / 0.25);
}

.before\:text-rose-900\/30::before{
  content: var(--tw-content);
  color: rgb(136 19 55 / 0.3);
}

.before\:text-rose-900\/40::before{
  content: var(--tw-content);
  color: rgb(136 19 55 / 0.4);
}

.before\:text-rose-900\/5::before{
  content: var(--tw-content);
  color: rgb(136 19 55 / 0.05);
}

.before\:text-rose-900\/50::before{
  content: var(--tw-content);
  color: rgb(136 19 55 / 0.5);
}

.before\:text-rose-900\/60::before{
  content: var(--tw-content);
  color: rgb(136 19 55 / 0.6);
}

.before\:text-rose-900\/70::before{
  content: var(--tw-content);
  color: rgb(136 19 55 / 0.7);
}

.before\:text-rose-900\/75::before{
  content: var(--tw-content);
  color: rgb(136 19 55 / 0.75);
}

.before\:text-rose-900\/80::before{
  content: var(--tw-content);
  color: rgb(136 19 55 / 0.8);
}

.before\:text-rose-900\/90::before{
  content: var(--tw-content);
  color: rgb(136 19 55 / 0.9);
}

.before\:text-rose-900\/95::before{
  content: var(--tw-content);
  color: rgb(136 19 55 / 0.95);
}

.before\:text-sky-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}

.before\:text-sky-100\/0::before{
  content: var(--tw-content);
  color: rgb(224 242 254 / 0);
}

.before\:text-sky-100\/10::before{
  content: var(--tw-content);
  color: rgb(224 242 254 / 0.1);
}

.before\:text-sky-100\/100::before{
  content: var(--tw-content);
  color: rgb(224 242 254 / 1);
}

.before\:text-sky-100\/20::before{
  content: var(--tw-content);
  color: rgb(224 242 254 / 0.2);
}

.before\:text-sky-100\/25::before{
  content: var(--tw-content);
  color: rgb(224 242 254 / 0.25);
}

.before\:text-sky-100\/30::before{
  content: var(--tw-content);
  color: rgb(224 242 254 / 0.3);
}

.before\:text-sky-100\/40::before{
  content: var(--tw-content);
  color: rgb(224 242 254 / 0.4);
}

.before\:text-sky-100\/5::before{
  content: var(--tw-content);
  color: rgb(224 242 254 / 0.05);
}

.before\:text-sky-100\/50::before{
  content: var(--tw-content);
  color: rgb(224 242 254 / 0.5);
}

.before\:text-sky-100\/60::before{
  content: var(--tw-content);
  color: rgb(224 242 254 / 0.6);
}

.before\:text-sky-100\/70::before{
  content: var(--tw-content);
  color: rgb(224 242 254 / 0.7);
}

.before\:text-sky-100\/75::before{
  content: var(--tw-content);
  color: rgb(224 242 254 / 0.75);
}

.before\:text-sky-100\/80::before{
  content: var(--tw-content);
  color: rgb(224 242 254 / 0.8);
}

.before\:text-sky-100\/90::before{
  content: var(--tw-content);
  color: rgb(224 242 254 / 0.9);
}

.before\:text-sky-100\/95::before{
  content: var(--tw-content);
  color: rgb(224 242 254 / 0.95);
}

.before\:text-sky-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}

.before\:text-sky-200\/0::before{
  content: var(--tw-content);
  color: rgb(186 230 253 / 0);
}

.before\:text-sky-200\/10::before{
  content: var(--tw-content);
  color: rgb(186 230 253 / 0.1);
}

.before\:text-sky-200\/100::before{
  content: var(--tw-content);
  color: rgb(186 230 253 / 1);
}

.before\:text-sky-200\/20::before{
  content: var(--tw-content);
  color: rgb(186 230 253 / 0.2);
}

.before\:text-sky-200\/25::before{
  content: var(--tw-content);
  color: rgb(186 230 253 / 0.25);
}

.before\:text-sky-200\/30::before{
  content: var(--tw-content);
  color: rgb(186 230 253 / 0.3);
}

.before\:text-sky-200\/40::before{
  content: var(--tw-content);
  color: rgb(186 230 253 / 0.4);
}

.before\:text-sky-200\/5::before{
  content: var(--tw-content);
  color: rgb(186 230 253 / 0.05);
}

.before\:text-sky-200\/50::before{
  content: var(--tw-content);
  color: rgb(186 230 253 / 0.5);
}

.before\:text-sky-200\/60::before{
  content: var(--tw-content);
  color: rgb(186 230 253 / 0.6);
}

.before\:text-sky-200\/70::before{
  content: var(--tw-content);
  color: rgb(186 230 253 / 0.7);
}

.before\:text-sky-200\/75::before{
  content: var(--tw-content);
  color: rgb(186 230 253 / 0.75);
}

.before\:text-sky-200\/80::before{
  content: var(--tw-content);
  color: rgb(186 230 253 / 0.8);
}

.before\:text-sky-200\/90::before{
  content: var(--tw-content);
  color: rgb(186 230 253 / 0.9);
}

.before\:text-sky-200\/95::before{
  content: var(--tw-content);
  color: rgb(186 230 253 / 0.95);
}

.before\:text-sky-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}

.before\:text-sky-300\/0::before{
  content: var(--tw-content);
  color: rgb(125 211 252 / 0);
}

.before\:text-sky-300\/10::before{
  content: var(--tw-content);
  color: rgb(125 211 252 / 0.1);
}

.before\:text-sky-300\/100::before{
  content: var(--tw-content);
  color: rgb(125 211 252 / 1);
}

.before\:text-sky-300\/20::before{
  content: var(--tw-content);
  color: rgb(125 211 252 / 0.2);
}

.before\:text-sky-300\/25::before{
  content: var(--tw-content);
  color: rgb(125 211 252 / 0.25);
}

.before\:text-sky-300\/30::before{
  content: var(--tw-content);
  color: rgb(125 211 252 / 0.3);
}

.before\:text-sky-300\/40::before{
  content: var(--tw-content);
  color: rgb(125 211 252 / 0.4);
}

.before\:text-sky-300\/5::before{
  content: var(--tw-content);
  color: rgb(125 211 252 / 0.05);
}

.before\:text-sky-300\/50::before{
  content: var(--tw-content);
  color: rgb(125 211 252 / 0.5);
}

.before\:text-sky-300\/60::before{
  content: var(--tw-content);
  color: rgb(125 211 252 / 0.6);
}

.before\:text-sky-300\/70::before{
  content: var(--tw-content);
  color: rgb(125 211 252 / 0.7);
}

.before\:text-sky-300\/75::before{
  content: var(--tw-content);
  color: rgb(125 211 252 / 0.75);
}

.before\:text-sky-300\/80::before{
  content: var(--tw-content);
  color: rgb(125 211 252 / 0.8);
}

.before\:text-sky-300\/90::before{
  content: var(--tw-content);
  color: rgb(125 211 252 / 0.9);
}

.before\:text-sky-300\/95::before{
  content: var(--tw-content);
  color: rgb(125 211 252 / 0.95);
}

.before\:text-sky-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}

.before\:text-sky-400\/0::before{
  content: var(--tw-content);
  color: rgb(56 189 248 / 0);
}

.before\:text-sky-400\/10::before{
  content: var(--tw-content);
  color: rgb(56 189 248 / 0.1);
}

.before\:text-sky-400\/100::before{
  content: var(--tw-content);
  color: rgb(56 189 248 / 1);
}

.before\:text-sky-400\/20::before{
  content: var(--tw-content);
  color: rgb(56 189 248 / 0.2);
}

.before\:text-sky-400\/25::before{
  content: var(--tw-content);
  color: rgb(56 189 248 / 0.25);
}

.before\:text-sky-400\/30::before{
  content: var(--tw-content);
  color: rgb(56 189 248 / 0.3);
}

.before\:text-sky-400\/40::before{
  content: var(--tw-content);
  color: rgb(56 189 248 / 0.4);
}

.before\:text-sky-400\/5::before{
  content: var(--tw-content);
  color: rgb(56 189 248 / 0.05);
}

.before\:text-sky-400\/50::before{
  content: var(--tw-content);
  color: rgb(56 189 248 / 0.5);
}

.before\:text-sky-400\/60::before{
  content: var(--tw-content);
  color: rgb(56 189 248 / 0.6);
}

.before\:text-sky-400\/70::before{
  content: var(--tw-content);
  color: rgb(56 189 248 / 0.7);
}

.before\:text-sky-400\/75::before{
  content: var(--tw-content);
  color: rgb(56 189 248 / 0.75);
}

.before\:text-sky-400\/80::before{
  content: var(--tw-content);
  color: rgb(56 189 248 / 0.8);
}

.before\:text-sky-400\/90::before{
  content: var(--tw-content);
  color: rgb(56 189 248 / 0.9);
}

.before\:text-sky-400\/95::before{
  content: var(--tw-content);
  color: rgb(56 189 248 / 0.95);
}

.before\:text-sky-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}

.before\:text-sky-50\/0::before{
  content: var(--tw-content);
  color: rgb(240 249 255 / 0);
}

.before\:text-sky-50\/10::before{
  content: var(--tw-content);
  color: rgb(240 249 255 / 0.1);
}

.before\:text-sky-50\/100::before{
  content: var(--tw-content);
  color: rgb(240 249 255 / 1);
}

.before\:text-sky-50\/20::before{
  content: var(--tw-content);
  color: rgb(240 249 255 / 0.2);
}

.before\:text-sky-50\/25::before{
  content: var(--tw-content);
  color: rgb(240 249 255 / 0.25);
}

.before\:text-sky-50\/30::before{
  content: var(--tw-content);
  color: rgb(240 249 255 / 0.3);
}

.before\:text-sky-50\/40::before{
  content: var(--tw-content);
  color: rgb(240 249 255 / 0.4);
}

.before\:text-sky-50\/5::before{
  content: var(--tw-content);
  color: rgb(240 249 255 / 0.05);
}

.before\:text-sky-50\/50::before{
  content: var(--tw-content);
  color: rgb(240 249 255 / 0.5);
}

.before\:text-sky-50\/60::before{
  content: var(--tw-content);
  color: rgb(240 249 255 / 0.6);
}

.before\:text-sky-50\/70::before{
  content: var(--tw-content);
  color: rgb(240 249 255 / 0.7);
}

.before\:text-sky-50\/75::before{
  content: var(--tw-content);
  color: rgb(240 249 255 / 0.75);
}

.before\:text-sky-50\/80::before{
  content: var(--tw-content);
  color: rgb(240 249 255 / 0.8);
}

.before\:text-sky-50\/90::before{
  content: var(--tw-content);
  color: rgb(240 249 255 / 0.9);
}

.before\:text-sky-50\/95::before{
  content: var(--tw-content);
  color: rgb(240 249 255 / 0.95);
}

.before\:text-sky-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

.before\:text-sky-500\/0::before{
  content: var(--tw-content);
  color: rgb(14 165 233 / 0);
}

.before\:text-sky-500\/10::before{
  content: var(--tw-content);
  color: rgb(14 165 233 / 0.1);
}

.before\:text-sky-500\/100::before{
  content: var(--tw-content);
  color: rgb(14 165 233 / 1);
}

.before\:text-sky-500\/20::before{
  content: var(--tw-content);
  color: rgb(14 165 233 / 0.2);
}

.before\:text-sky-500\/25::before{
  content: var(--tw-content);
  color: rgb(14 165 233 / 0.25);
}

.before\:text-sky-500\/30::before{
  content: var(--tw-content);
  color: rgb(14 165 233 / 0.3);
}

.before\:text-sky-500\/40::before{
  content: var(--tw-content);
  color: rgb(14 165 233 / 0.4);
}

.before\:text-sky-500\/5::before{
  content: var(--tw-content);
  color: rgb(14 165 233 / 0.05);
}

.before\:text-sky-500\/50::before{
  content: var(--tw-content);
  color: rgb(14 165 233 / 0.5);
}

.before\:text-sky-500\/60::before{
  content: var(--tw-content);
  color: rgb(14 165 233 / 0.6);
}

.before\:text-sky-500\/70::before{
  content: var(--tw-content);
  color: rgb(14 165 233 / 0.7);
}

.before\:text-sky-500\/75::before{
  content: var(--tw-content);
  color: rgb(14 165 233 / 0.75);
}

.before\:text-sky-500\/80::before{
  content: var(--tw-content);
  color: rgb(14 165 233 / 0.8);
}

.before\:text-sky-500\/90::before{
  content: var(--tw-content);
  color: rgb(14 165 233 / 0.9);
}

.before\:text-sky-500\/95::before{
  content: var(--tw-content);
  color: rgb(14 165 233 / 0.95);
}

.before\:text-sky-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.before\:text-sky-600\/0::before{
  content: var(--tw-content);
  color: rgb(2 132 199 / 0);
}

.before\:text-sky-600\/10::before{
  content: var(--tw-content);
  color: rgb(2 132 199 / 0.1);
}

.before\:text-sky-600\/100::before{
  content: var(--tw-content);
  color: rgb(2 132 199 / 1);
}

.before\:text-sky-600\/20::before{
  content: var(--tw-content);
  color: rgb(2 132 199 / 0.2);
}

.before\:text-sky-600\/25::before{
  content: var(--tw-content);
  color: rgb(2 132 199 / 0.25);
}

.before\:text-sky-600\/30::before{
  content: var(--tw-content);
  color: rgb(2 132 199 / 0.3);
}

.before\:text-sky-600\/40::before{
  content: var(--tw-content);
  color: rgb(2 132 199 / 0.4);
}

.before\:text-sky-600\/5::before{
  content: var(--tw-content);
  color: rgb(2 132 199 / 0.05);
}

.before\:text-sky-600\/50::before{
  content: var(--tw-content);
  color: rgb(2 132 199 / 0.5);
}

.before\:text-sky-600\/60::before{
  content: var(--tw-content);
  color: rgb(2 132 199 / 0.6);
}

.before\:text-sky-600\/70::before{
  content: var(--tw-content);
  color: rgb(2 132 199 / 0.7);
}

.before\:text-sky-600\/75::before{
  content: var(--tw-content);
  color: rgb(2 132 199 / 0.75);
}

.before\:text-sky-600\/80::before{
  content: var(--tw-content);
  color: rgb(2 132 199 / 0.8);
}

.before\:text-sky-600\/90::before{
  content: var(--tw-content);
  color: rgb(2 132 199 / 0.9);
}

.before\:text-sky-600\/95::before{
  content: var(--tw-content);
  color: rgb(2 132 199 / 0.95);
}

.before\:text-sky-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

.before\:text-sky-700\/0::before{
  content: var(--tw-content);
  color: rgb(3 105 161 / 0);
}

.before\:text-sky-700\/10::before{
  content: var(--tw-content);
  color: rgb(3 105 161 / 0.1);
}

.before\:text-sky-700\/100::before{
  content: var(--tw-content);
  color: rgb(3 105 161 / 1);
}

.before\:text-sky-700\/20::before{
  content: var(--tw-content);
  color: rgb(3 105 161 / 0.2);
}

.before\:text-sky-700\/25::before{
  content: var(--tw-content);
  color: rgb(3 105 161 / 0.25);
}

.before\:text-sky-700\/30::before{
  content: var(--tw-content);
  color: rgb(3 105 161 / 0.3);
}

.before\:text-sky-700\/40::before{
  content: var(--tw-content);
  color: rgb(3 105 161 / 0.4);
}

.before\:text-sky-700\/5::before{
  content: var(--tw-content);
  color: rgb(3 105 161 / 0.05);
}

.before\:text-sky-700\/50::before{
  content: var(--tw-content);
  color: rgb(3 105 161 / 0.5);
}

.before\:text-sky-700\/60::before{
  content: var(--tw-content);
  color: rgb(3 105 161 / 0.6);
}

.before\:text-sky-700\/70::before{
  content: var(--tw-content);
  color: rgb(3 105 161 / 0.7);
}

.before\:text-sky-700\/75::before{
  content: var(--tw-content);
  color: rgb(3 105 161 / 0.75);
}

.before\:text-sky-700\/80::before{
  content: var(--tw-content);
  color: rgb(3 105 161 / 0.8);
}

.before\:text-sky-700\/90::before{
  content: var(--tw-content);
  color: rgb(3 105 161 / 0.9);
}

.before\:text-sky-700\/95::before{
  content: var(--tw-content);
  color: rgb(3 105 161 / 0.95);
}

.before\:text-sky-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}

.before\:text-sky-800\/0::before{
  content: var(--tw-content);
  color: rgb(7 89 133 / 0);
}

.before\:text-sky-800\/10::before{
  content: var(--tw-content);
  color: rgb(7 89 133 / 0.1);
}

.before\:text-sky-800\/100::before{
  content: var(--tw-content);
  color: rgb(7 89 133 / 1);
}

.before\:text-sky-800\/20::before{
  content: var(--tw-content);
  color: rgb(7 89 133 / 0.2);
}

.before\:text-sky-800\/25::before{
  content: var(--tw-content);
  color: rgb(7 89 133 / 0.25);
}

.before\:text-sky-800\/30::before{
  content: var(--tw-content);
  color: rgb(7 89 133 / 0.3);
}

.before\:text-sky-800\/40::before{
  content: var(--tw-content);
  color: rgb(7 89 133 / 0.4);
}

.before\:text-sky-800\/5::before{
  content: var(--tw-content);
  color: rgb(7 89 133 / 0.05);
}

.before\:text-sky-800\/50::before{
  content: var(--tw-content);
  color: rgb(7 89 133 / 0.5);
}

.before\:text-sky-800\/60::before{
  content: var(--tw-content);
  color: rgb(7 89 133 / 0.6);
}

.before\:text-sky-800\/70::before{
  content: var(--tw-content);
  color: rgb(7 89 133 / 0.7);
}

.before\:text-sky-800\/75::before{
  content: var(--tw-content);
  color: rgb(7 89 133 / 0.75);
}

.before\:text-sky-800\/80::before{
  content: var(--tw-content);
  color: rgb(7 89 133 / 0.8);
}

.before\:text-sky-800\/90::before{
  content: var(--tw-content);
  color: rgb(7 89 133 / 0.9);
}

.before\:text-sky-800\/95::before{
  content: var(--tw-content);
  color: rgb(7 89 133 / 0.95);
}

.before\:text-sky-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

.before\:text-sky-900\/0::before{
  content: var(--tw-content);
  color: rgb(12 74 110 / 0);
}

.before\:text-sky-900\/10::before{
  content: var(--tw-content);
  color: rgb(12 74 110 / 0.1);
}

.before\:text-sky-900\/100::before{
  content: var(--tw-content);
  color: rgb(12 74 110 / 1);
}

.before\:text-sky-900\/20::before{
  content: var(--tw-content);
  color: rgb(12 74 110 / 0.2);
}

.before\:text-sky-900\/25::before{
  content: var(--tw-content);
  color: rgb(12 74 110 / 0.25);
}

.before\:text-sky-900\/30::before{
  content: var(--tw-content);
  color: rgb(12 74 110 / 0.3);
}

.before\:text-sky-900\/40::before{
  content: var(--tw-content);
  color: rgb(12 74 110 / 0.4);
}

.before\:text-sky-900\/5::before{
  content: var(--tw-content);
  color: rgb(12 74 110 / 0.05);
}

.before\:text-sky-900\/50::before{
  content: var(--tw-content);
  color: rgb(12 74 110 / 0.5);
}

.before\:text-sky-900\/60::before{
  content: var(--tw-content);
  color: rgb(12 74 110 / 0.6);
}

.before\:text-sky-900\/70::before{
  content: var(--tw-content);
  color: rgb(12 74 110 / 0.7);
}

.before\:text-sky-900\/75::before{
  content: var(--tw-content);
  color: rgb(12 74 110 / 0.75);
}

.before\:text-sky-900\/80::before{
  content: var(--tw-content);
  color: rgb(12 74 110 / 0.8);
}

.before\:text-sky-900\/90::before{
  content: var(--tw-content);
  color: rgb(12 74 110 / 0.9);
}

.before\:text-sky-900\/95::before{
  content: var(--tw-content);
  color: rgb(12 74 110 / 0.95);
}

.before\:text-slate-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.before\:text-slate-100\/0::before{
  content: var(--tw-content);
  color: rgb(241 245 249 / 0);
}

.before\:text-slate-100\/10::before{
  content: var(--tw-content);
  color: rgb(241 245 249 / 0.1);
}

.before\:text-slate-100\/100::before{
  content: var(--tw-content);
  color: rgb(241 245 249 / 1);
}

.before\:text-slate-100\/20::before{
  content: var(--tw-content);
  color: rgb(241 245 249 / 0.2);
}

.before\:text-slate-100\/25::before{
  content: var(--tw-content);
  color: rgb(241 245 249 / 0.25);
}

.before\:text-slate-100\/30::before{
  content: var(--tw-content);
  color: rgb(241 245 249 / 0.3);
}

.before\:text-slate-100\/40::before{
  content: var(--tw-content);
  color: rgb(241 245 249 / 0.4);
}

.before\:text-slate-100\/5::before{
  content: var(--tw-content);
  color: rgb(241 245 249 / 0.05);
}

.before\:text-slate-100\/50::before{
  content: var(--tw-content);
  color: rgb(241 245 249 / 0.5);
}

.before\:text-slate-100\/60::before{
  content: var(--tw-content);
  color: rgb(241 245 249 / 0.6);
}

.before\:text-slate-100\/70::before{
  content: var(--tw-content);
  color: rgb(241 245 249 / 0.7);
}

.before\:text-slate-100\/75::before{
  content: var(--tw-content);
  color: rgb(241 245 249 / 0.75);
}

.before\:text-slate-100\/80::before{
  content: var(--tw-content);
  color: rgb(241 245 249 / 0.8);
}

.before\:text-slate-100\/90::before{
  content: var(--tw-content);
  color: rgb(241 245 249 / 0.9);
}

.before\:text-slate-100\/95::before{
  content: var(--tw-content);
  color: rgb(241 245 249 / 0.95);
}

.before\:text-slate-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

.before\:text-slate-200\/0::before{
  content: var(--tw-content);
  color: rgb(226 232 240 / 0);
}

.before\:text-slate-200\/10::before{
  content: var(--tw-content);
  color: rgb(226 232 240 / 0.1);
}

.before\:text-slate-200\/100::before{
  content: var(--tw-content);
  color: rgb(226 232 240 / 1);
}

.before\:text-slate-200\/20::before{
  content: var(--tw-content);
  color: rgb(226 232 240 / 0.2);
}

.before\:text-slate-200\/25::before{
  content: var(--tw-content);
  color: rgb(226 232 240 / 0.25);
}

.before\:text-slate-200\/30::before{
  content: var(--tw-content);
  color: rgb(226 232 240 / 0.3);
}

.before\:text-slate-200\/40::before{
  content: var(--tw-content);
  color: rgb(226 232 240 / 0.4);
}

.before\:text-slate-200\/5::before{
  content: var(--tw-content);
  color: rgb(226 232 240 / 0.05);
}

.before\:text-slate-200\/50::before{
  content: var(--tw-content);
  color: rgb(226 232 240 / 0.5);
}

.before\:text-slate-200\/60::before{
  content: var(--tw-content);
  color: rgb(226 232 240 / 0.6);
}

.before\:text-slate-200\/70::before{
  content: var(--tw-content);
  color: rgb(226 232 240 / 0.7);
}

.before\:text-slate-200\/75::before{
  content: var(--tw-content);
  color: rgb(226 232 240 / 0.75);
}

.before\:text-slate-200\/80::before{
  content: var(--tw-content);
  color: rgb(226 232 240 / 0.8);
}

.before\:text-slate-200\/90::before{
  content: var(--tw-content);
  color: rgb(226 232 240 / 0.9);
}

.before\:text-slate-200\/95::before{
  content: var(--tw-content);
  color: rgb(226 232 240 / 0.95);
}

.before\:text-slate-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.before\:text-slate-300\/0::before{
  content: var(--tw-content);
  color: rgb(203 213 225 / 0);
}

.before\:text-slate-300\/10::before{
  content: var(--tw-content);
  color: rgb(203 213 225 / 0.1);
}

.before\:text-slate-300\/100::before{
  content: var(--tw-content);
  color: rgb(203 213 225 / 1);
}

.before\:text-slate-300\/20::before{
  content: var(--tw-content);
  color: rgb(203 213 225 / 0.2);
}

.before\:text-slate-300\/25::before{
  content: var(--tw-content);
  color: rgb(203 213 225 / 0.25);
}

.before\:text-slate-300\/30::before{
  content: var(--tw-content);
  color: rgb(203 213 225 / 0.3);
}

.before\:text-slate-300\/40::before{
  content: var(--tw-content);
  color: rgb(203 213 225 / 0.4);
}

.before\:text-slate-300\/5::before{
  content: var(--tw-content);
  color: rgb(203 213 225 / 0.05);
}

.before\:text-slate-300\/50::before{
  content: var(--tw-content);
  color: rgb(203 213 225 / 0.5);
}

.before\:text-slate-300\/60::before{
  content: var(--tw-content);
  color: rgb(203 213 225 / 0.6);
}

.before\:text-slate-300\/70::before{
  content: var(--tw-content);
  color: rgb(203 213 225 / 0.7);
}

.before\:text-slate-300\/75::before{
  content: var(--tw-content);
  color: rgb(203 213 225 / 0.75);
}

.before\:text-slate-300\/80::before{
  content: var(--tw-content);
  color: rgb(203 213 225 / 0.8);
}

.before\:text-slate-300\/90::before{
  content: var(--tw-content);
  color: rgb(203 213 225 / 0.9);
}

.before\:text-slate-300\/95::before{
  content: var(--tw-content);
  color: rgb(203 213 225 / 0.95);
}

.before\:text-slate-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.before\:text-slate-400\/0::before{
  content: var(--tw-content);
  color: rgb(148 163 184 / 0);
}

.before\:text-slate-400\/10::before{
  content: var(--tw-content);
  color: rgb(148 163 184 / 0.1);
}

.before\:text-slate-400\/100::before{
  content: var(--tw-content);
  color: rgb(148 163 184 / 1);
}

.before\:text-slate-400\/20::before{
  content: var(--tw-content);
  color: rgb(148 163 184 / 0.2);
}

.before\:text-slate-400\/25::before{
  content: var(--tw-content);
  color: rgb(148 163 184 / 0.25);
}

.before\:text-slate-400\/30::before{
  content: var(--tw-content);
  color: rgb(148 163 184 / 0.3);
}

.before\:text-slate-400\/40::before{
  content: var(--tw-content);
  color: rgb(148 163 184 / 0.4);
}

.before\:text-slate-400\/5::before{
  content: var(--tw-content);
  color: rgb(148 163 184 / 0.05);
}

.before\:text-slate-400\/50::before{
  content: var(--tw-content);
  color: rgb(148 163 184 / 0.5);
}

.before\:text-slate-400\/60::before{
  content: var(--tw-content);
  color: rgb(148 163 184 / 0.6);
}

.before\:text-slate-400\/70::before{
  content: var(--tw-content);
  color: rgb(148 163 184 / 0.7);
}

.before\:text-slate-400\/75::before{
  content: var(--tw-content);
  color: rgb(148 163 184 / 0.75);
}

.before\:text-slate-400\/80::before{
  content: var(--tw-content);
  color: rgb(148 163 184 / 0.8);
}

.before\:text-slate-400\/90::before{
  content: var(--tw-content);
  color: rgb(148 163 184 / 0.9);
}

.before\:text-slate-400\/95::before{
  content: var(--tw-content);
  color: rgb(148 163 184 / 0.95);
}

.before\:text-slate-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

.before\:text-slate-50\/0::before{
  content: var(--tw-content);
  color: rgb(248 250 252 / 0);
}

.before\:text-slate-50\/10::before{
  content: var(--tw-content);
  color: rgb(248 250 252 / 0.1);
}

.before\:text-slate-50\/100::before{
  content: var(--tw-content);
  color: rgb(248 250 252 / 1);
}

.before\:text-slate-50\/20::before{
  content: var(--tw-content);
  color: rgb(248 250 252 / 0.2);
}

.before\:text-slate-50\/25::before{
  content: var(--tw-content);
  color: rgb(248 250 252 / 0.25);
}

.before\:text-slate-50\/30::before{
  content: var(--tw-content);
  color: rgb(248 250 252 / 0.3);
}

.before\:text-slate-50\/40::before{
  content: var(--tw-content);
  color: rgb(248 250 252 / 0.4);
}

.before\:text-slate-50\/5::before{
  content: var(--tw-content);
  color: rgb(248 250 252 / 0.05);
}

.before\:text-slate-50\/50::before{
  content: var(--tw-content);
  color: rgb(248 250 252 / 0.5);
}

.before\:text-slate-50\/60::before{
  content: var(--tw-content);
  color: rgb(248 250 252 / 0.6);
}

.before\:text-slate-50\/70::before{
  content: var(--tw-content);
  color: rgb(248 250 252 / 0.7);
}

.before\:text-slate-50\/75::before{
  content: var(--tw-content);
  color: rgb(248 250 252 / 0.75);
}

.before\:text-slate-50\/80::before{
  content: var(--tw-content);
  color: rgb(248 250 252 / 0.8);
}

.before\:text-slate-50\/90::before{
  content: var(--tw-content);
  color: rgb(248 250 252 / 0.9);
}

.before\:text-slate-50\/95::before{
  content: var(--tw-content);
  color: rgb(248 250 252 / 0.95);
}

.before\:text-slate-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.before\:text-slate-500\/0::before{
  content: var(--tw-content);
  color: rgb(100 116 139 / 0);
}

.before\:text-slate-500\/10::before{
  content: var(--tw-content);
  color: rgb(100 116 139 / 0.1);
}

.before\:text-slate-500\/100::before{
  content: var(--tw-content);
  color: rgb(100 116 139 / 1);
}

.before\:text-slate-500\/20::before{
  content: var(--tw-content);
  color: rgb(100 116 139 / 0.2);
}

.before\:text-slate-500\/25::before{
  content: var(--tw-content);
  color: rgb(100 116 139 / 0.25);
}

.before\:text-slate-500\/30::before{
  content: var(--tw-content);
  color: rgb(100 116 139 / 0.3);
}

.before\:text-slate-500\/40::before{
  content: var(--tw-content);
  color: rgb(100 116 139 / 0.4);
}

.before\:text-slate-500\/5::before{
  content: var(--tw-content);
  color: rgb(100 116 139 / 0.05);
}

.before\:text-slate-500\/50::before{
  content: var(--tw-content);
  color: rgb(100 116 139 / 0.5);
}

.before\:text-slate-500\/60::before{
  content: var(--tw-content);
  color: rgb(100 116 139 / 0.6);
}

.before\:text-slate-500\/70::before{
  content: var(--tw-content);
  color: rgb(100 116 139 / 0.7);
}

.before\:text-slate-500\/75::before{
  content: var(--tw-content);
  color: rgb(100 116 139 / 0.75);
}

.before\:text-slate-500\/80::before{
  content: var(--tw-content);
  color: rgb(100 116 139 / 0.8);
}

.before\:text-slate-500\/90::before{
  content: var(--tw-content);
  color: rgb(100 116 139 / 0.9);
}

.before\:text-slate-500\/95::before{
  content: var(--tw-content);
  color: rgb(100 116 139 / 0.95);
}

.before\:text-slate-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.before\:text-slate-600\/0::before{
  content: var(--tw-content);
  color: rgb(71 85 105 / 0);
}

.before\:text-slate-600\/10::before{
  content: var(--tw-content);
  color: rgb(71 85 105 / 0.1);
}

.before\:text-slate-600\/100::before{
  content: var(--tw-content);
  color: rgb(71 85 105 / 1);
}

.before\:text-slate-600\/20::before{
  content: var(--tw-content);
  color: rgb(71 85 105 / 0.2);
}

.before\:text-slate-600\/25::before{
  content: var(--tw-content);
  color: rgb(71 85 105 / 0.25);
}

.before\:text-slate-600\/30::before{
  content: var(--tw-content);
  color: rgb(71 85 105 / 0.3);
}

.before\:text-slate-600\/40::before{
  content: var(--tw-content);
  color: rgb(71 85 105 / 0.4);
}

.before\:text-slate-600\/5::before{
  content: var(--tw-content);
  color: rgb(71 85 105 / 0.05);
}

.before\:text-slate-600\/50::before{
  content: var(--tw-content);
  color: rgb(71 85 105 / 0.5);
}

.before\:text-slate-600\/60::before{
  content: var(--tw-content);
  color: rgb(71 85 105 / 0.6);
}

.before\:text-slate-600\/70::before{
  content: var(--tw-content);
  color: rgb(71 85 105 / 0.7);
}

.before\:text-slate-600\/75::before{
  content: var(--tw-content);
  color: rgb(71 85 105 / 0.75);
}

.before\:text-slate-600\/80::before{
  content: var(--tw-content);
  color: rgb(71 85 105 / 0.8);
}

.before\:text-slate-600\/90::before{
  content: var(--tw-content);
  color: rgb(71 85 105 / 0.9);
}

.before\:text-slate-600\/95::before{
  content: var(--tw-content);
  color: rgb(71 85 105 / 0.95);
}

.before\:text-slate-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.before\:text-slate-700\/0::before{
  content: var(--tw-content);
  color: rgb(51 65 85 / 0);
}

.before\:text-slate-700\/10::before{
  content: var(--tw-content);
  color: rgb(51 65 85 / 0.1);
}

.before\:text-slate-700\/100::before{
  content: var(--tw-content);
  color: rgb(51 65 85 / 1);
}

.before\:text-slate-700\/20::before{
  content: var(--tw-content);
  color: rgb(51 65 85 / 0.2);
}

.before\:text-slate-700\/25::before{
  content: var(--tw-content);
  color: rgb(51 65 85 / 0.25);
}

.before\:text-slate-700\/30::before{
  content: var(--tw-content);
  color: rgb(51 65 85 / 0.3);
}

.before\:text-slate-700\/40::before{
  content: var(--tw-content);
  color: rgb(51 65 85 / 0.4);
}

.before\:text-slate-700\/5::before{
  content: var(--tw-content);
  color: rgb(51 65 85 / 0.05);
}

.before\:text-slate-700\/50::before{
  content: var(--tw-content);
  color: rgb(51 65 85 / 0.5);
}

.before\:text-slate-700\/60::before{
  content: var(--tw-content);
  color: rgb(51 65 85 / 0.6);
}

.before\:text-slate-700\/70::before{
  content: var(--tw-content);
  color: rgb(51 65 85 / 0.7);
}

.before\:text-slate-700\/75::before{
  content: var(--tw-content);
  color: rgb(51 65 85 / 0.75);
}

.before\:text-slate-700\/80::before{
  content: var(--tw-content);
  color: rgb(51 65 85 / 0.8);
}

.before\:text-slate-700\/90::before{
  content: var(--tw-content);
  color: rgb(51 65 85 / 0.9);
}

.before\:text-slate-700\/95::before{
  content: var(--tw-content);
  color: rgb(51 65 85 / 0.95);
}

.before\:text-slate-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.before\:text-slate-800\/0::before{
  content: var(--tw-content);
  color: rgb(30 41 59 / 0);
}

.before\:text-slate-800\/10::before{
  content: var(--tw-content);
  color: rgb(30 41 59 / 0.1);
}

.before\:text-slate-800\/100::before{
  content: var(--tw-content);
  color: rgb(30 41 59 / 1);
}

.before\:text-slate-800\/20::before{
  content: var(--tw-content);
  color: rgb(30 41 59 / 0.2);
}

.before\:text-slate-800\/25::before{
  content: var(--tw-content);
  color: rgb(30 41 59 / 0.25);
}

.before\:text-slate-800\/30::before{
  content: var(--tw-content);
  color: rgb(30 41 59 / 0.3);
}

.before\:text-slate-800\/40::before{
  content: var(--tw-content);
  color: rgb(30 41 59 / 0.4);
}

.before\:text-slate-800\/5::before{
  content: var(--tw-content);
  color: rgb(30 41 59 / 0.05);
}

.before\:text-slate-800\/50::before{
  content: var(--tw-content);
  color: rgb(30 41 59 / 0.5);
}

.before\:text-slate-800\/60::before{
  content: var(--tw-content);
  color: rgb(30 41 59 / 0.6);
}

.before\:text-slate-800\/70::before{
  content: var(--tw-content);
  color: rgb(30 41 59 / 0.7);
}

.before\:text-slate-800\/75::before{
  content: var(--tw-content);
  color: rgb(30 41 59 / 0.75);
}

.before\:text-slate-800\/80::before{
  content: var(--tw-content);
  color: rgb(30 41 59 / 0.8);
}

.before\:text-slate-800\/90::before{
  content: var(--tw-content);
  color: rgb(30 41 59 / 0.9);
}

.before\:text-slate-800\/95::before{
  content: var(--tw-content);
  color: rgb(30 41 59 / 0.95);
}

.before\:text-slate-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.before\:text-slate-900\/0::before{
  content: var(--tw-content);
  color: rgb(15 23 42 / 0);
}

.before\:text-slate-900\/10::before{
  content: var(--tw-content);
  color: rgb(15 23 42 / 0.1);
}

.before\:text-slate-900\/100::before{
  content: var(--tw-content);
  color: rgb(15 23 42 / 1);
}

.before\:text-slate-900\/20::before{
  content: var(--tw-content);
  color: rgb(15 23 42 / 0.2);
}

.before\:text-slate-900\/25::before{
  content: var(--tw-content);
  color: rgb(15 23 42 / 0.25);
}

.before\:text-slate-900\/30::before{
  content: var(--tw-content);
  color: rgb(15 23 42 / 0.3);
}

.before\:text-slate-900\/40::before{
  content: var(--tw-content);
  color: rgb(15 23 42 / 0.4);
}

.before\:text-slate-900\/5::before{
  content: var(--tw-content);
  color: rgb(15 23 42 / 0.05);
}

.before\:text-slate-900\/50::before{
  content: var(--tw-content);
  color: rgb(15 23 42 / 0.5);
}

.before\:text-slate-900\/60::before{
  content: var(--tw-content);
  color: rgb(15 23 42 / 0.6);
}

.before\:text-slate-900\/70::before{
  content: var(--tw-content);
  color: rgb(15 23 42 / 0.7);
}

.before\:text-slate-900\/75::before{
  content: var(--tw-content);
  color: rgb(15 23 42 / 0.75);
}

.before\:text-slate-900\/80::before{
  content: var(--tw-content);
  color: rgb(15 23 42 / 0.8);
}

.before\:text-slate-900\/90::before{
  content: var(--tw-content);
  color: rgb(15 23 42 / 0.9);
}

.before\:text-slate-900\/95::before{
  content: var(--tw-content);
  color: rgb(15 23 42 / 0.95);
}

.before\:text-stone-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}

.before\:text-stone-100\/0::before{
  content: var(--tw-content);
  color: rgb(245 245 244 / 0);
}

.before\:text-stone-100\/10::before{
  content: var(--tw-content);
  color: rgb(245 245 244 / 0.1);
}

.before\:text-stone-100\/100::before{
  content: var(--tw-content);
  color: rgb(245 245 244 / 1);
}

.before\:text-stone-100\/20::before{
  content: var(--tw-content);
  color: rgb(245 245 244 / 0.2);
}

.before\:text-stone-100\/25::before{
  content: var(--tw-content);
  color: rgb(245 245 244 / 0.25);
}

.before\:text-stone-100\/30::before{
  content: var(--tw-content);
  color: rgb(245 245 244 / 0.3);
}

.before\:text-stone-100\/40::before{
  content: var(--tw-content);
  color: rgb(245 245 244 / 0.4);
}

.before\:text-stone-100\/5::before{
  content: var(--tw-content);
  color: rgb(245 245 244 / 0.05);
}

.before\:text-stone-100\/50::before{
  content: var(--tw-content);
  color: rgb(245 245 244 / 0.5);
}

.before\:text-stone-100\/60::before{
  content: var(--tw-content);
  color: rgb(245 245 244 / 0.6);
}

.before\:text-stone-100\/70::before{
  content: var(--tw-content);
  color: rgb(245 245 244 / 0.7);
}

.before\:text-stone-100\/75::before{
  content: var(--tw-content);
  color: rgb(245 245 244 / 0.75);
}

.before\:text-stone-100\/80::before{
  content: var(--tw-content);
  color: rgb(245 245 244 / 0.8);
}

.before\:text-stone-100\/90::before{
  content: var(--tw-content);
  color: rgb(245 245 244 / 0.9);
}

.before\:text-stone-100\/95::before{
  content: var(--tw-content);
  color: rgb(245 245 244 / 0.95);
}

.before\:text-stone-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}

.before\:text-stone-200\/0::before{
  content: var(--tw-content);
  color: rgb(231 229 228 / 0);
}

.before\:text-stone-200\/10::before{
  content: var(--tw-content);
  color: rgb(231 229 228 / 0.1);
}

.before\:text-stone-200\/100::before{
  content: var(--tw-content);
  color: rgb(231 229 228 / 1);
}

.before\:text-stone-200\/20::before{
  content: var(--tw-content);
  color: rgb(231 229 228 / 0.2);
}

.before\:text-stone-200\/25::before{
  content: var(--tw-content);
  color: rgb(231 229 228 / 0.25);
}

.before\:text-stone-200\/30::before{
  content: var(--tw-content);
  color: rgb(231 229 228 / 0.3);
}

.before\:text-stone-200\/40::before{
  content: var(--tw-content);
  color: rgb(231 229 228 / 0.4);
}

.before\:text-stone-200\/5::before{
  content: var(--tw-content);
  color: rgb(231 229 228 / 0.05);
}

.before\:text-stone-200\/50::before{
  content: var(--tw-content);
  color: rgb(231 229 228 / 0.5);
}

.before\:text-stone-200\/60::before{
  content: var(--tw-content);
  color: rgb(231 229 228 / 0.6);
}

.before\:text-stone-200\/70::before{
  content: var(--tw-content);
  color: rgb(231 229 228 / 0.7);
}

.before\:text-stone-200\/75::before{
  content: var(--tw-content);
  color: rgb(231 229 228 / 0.75);
}

.before\:text-stone-200\/80::before{
  content: var(--tw-content);
  color: rgb(231 229 228 / 0.8);
}

.before\:text-stone-200\/90::before{
  content: var(--tw-content);
  color: rgb(231 229 228 / 0.9);
}

.before\:text-stone-200\/95::before{
  content: var(--tw-content);
  color: rgb(231 229 228 / 0.95);
}

.before\:text-stone-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}

.before\:text-stone-300\/0::before{
  content: var(--tw-content);
  color: rgb(214 211 209 / 0);
}

.before\:text-stone-300\/10::before{
  content: var(--tw-content);
  color: rgb(214 211 209 / 0.1);
}

.before\:text-stone-300\/100::before{
  content: var(--tw-content);
  color: rgb(214 211 209 / 1);
}

.before\:text-stone-300\/20::before{
  content: var(--tw-content);
  color: rgb(214 211 209 / 0.2);
}

.before\:text-stone-300\/25::before{
  content: var(--tw-content);
  color: rgb(214 211 209 / 0.25);
}

.before\:text-stone-300\/30::before{
  content: var(--tw-content);
  color: rgb(214 211 209 / 0.3);
}

.before\:text-stone-300\/40::before{
  content: var(--tw-content);
  color: rgb(214 211 209 / 0.4);
}

.before\:text-stone-300\/5::before{
  content: var(--tw-content);
  color: rgb(214 211 209 / 0.05);
}

.before\:text-stone-300\/50::before{
  content: var(--tw-content);
  color: rgb(214 211 209 / 0.5);
}

.before\:text-stone-300\/60::before{
  content: var(--tw-content);
  color: rgb(214 211 209 / 0.6);
}

.before\:text-stone-300\/70::before{
  content: var(--tw-content);
  color: rgb(214 211 209 / 0.7);
}

.before\:text-stone-300\/75::before{
  content: var(--tw-content);
  color: rgb(214 211 209 / 0.75);
}

.before\:text-stone-300\/80::before{
  content: var(--tw-content);
  color: rgb(214 211 209 / 0.8);
}

.before\:text-stone-300\/90::before{
  content: var(--tw-content);
  color: rgb(214 211 209 / 0.9);
}

.before\:text-stone-300\/95::before{
  content: var(--tw-content);
  color: rgb(214 211 209 / 0.95);
}

.before\:text-stone-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}

.before\:text-stone-400\/0::before{
  content: var(--tw-content);
  color: rgb(168 162 158 / 0);
}

.before\:text-stone-400\/10::before{
  content: var(--tw-content);
  color: rgb(168 162 158 / 0.1);
}

.before\:text-stone-400\/100::before{
  content: var(--tw-content);
  color: rgb(168 162 158 / 1);
}

.before\:text-stone-400\/20::before{
  content: var(--tw-content);
  color: rgb(168 162 158 / 0.2);
}

.before\:text-stone-400\/25::before{
  content: var(--tw-content);
  color: rgb(168 162 158 / 0.25);
}

.before\:text-stone-400\/30::before{
  content: var(--tw-content);
  color: rgb(168 162 158 / 0.3);
}

.before\:text-stone-400\/40::before{
  content: var(--tw-content);
  color: rgb(168 162 158 / 0.4);
}

.before\:text-stone-400\/5::before{
  content: var(--tw-content);
  color: rgb(168 162 158 / 0.05);
}

.before\:text-stone-400\/50::before{
  content: var(--tw-content);
  color: rgb(168 162 158 / 0.5);
}

.before\:text-stone-400\/60::before{
  content: var(--tw-content);
  color: rgb(168 162 158 / 0.6);
}

.before\:text-stone-400\/70::before{
  content: var(--tw-content);
  color: rgb(168 162 158 / 0.7);
}

.before\:text-stone-400\/75::before{
  content: var(--tw-content);
  color: rgb(168 162 158 / 0.75);
}

.before\:text-stone-400\/80::before{
  content: var(--tw-content);
  color: rgb(168 162 158 / 0.8);
}

.before\:text-stone-400\/90::before{
  content: var(--tw-content);
  color: rgb(168 162 158 / 0.9);
}

.before\:text-stone-400\/95::before{
  content: var(--tw-content);
  color: rgb(168 162 158 / 0.95);
}

.before\:text-stone-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}

.before\:text-stone-50\/0::before{
  content: var(--tw-content);
  color: rgb(250 250 249 / 0);
}

.before\:text-stone-50\/10::before{
  content: var(--tw-content);
  color: rgb(250 250 249 / 0.1);
}

.before\:text-stone-50\/100::before{
  content: var(--tw-content);
  color: rgb(250 250 249 / 1);
}

.before\:text-stone-50\/20::before{
  content: var(--tw-content);
  color: rgb(250 250 249 / 0.2);
}

.before\:text-stone-50\/25::before{
  content: var(--tw-content);
  color: rgb(250 250 249 / 0.25);
}

.before\:text-stone-50\/30::before{
  content: var(--tw-content);
  color: rgb(250 250 249 / 0.3);
}

.before\:text-stone-50\/40::before{
  content: var(--tw-content);
  color: rgb(250 250 249 / 0.4);
}

.before\:text-stone-50\/5::before{
  content: var(--tw-content);
  color: rgb(250 250 249 / 0.05);
}

.before\:text-stone-50\/50::before{
  content: var(--tw-content);
  color: rgb(250 250 249 / 0.5);
}

.before\:text-stone-50\/60::before{
  content: var(--tw-content);
  color: rgb(250 250 249 / 0.6);
}

.before\:text-stone-50\/70::before{
  content: var(--tw-content);
  color: rgb(250 250 249 / 0.7);
}

.before\:text-stone-50\/75::before{
  content: var(--tw-content);
  color: rgb(250 250 249 / 0.75);
}

.before\:text-stone-50\/80::before{
  content: var(--tw-content);
  color: rgb(250 250 249 / 0.8);
}

.before\:text-stone-50\/90::before{
  content: var(--tw-content);
  color: rgb(250 250 249 / 0.9);
}

.before\:text-stone-50\/95::before{
  content: var(--tw-content);
  color: rgb(250 250 249 / 0.95);
}

.before\:text-stone-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}

.before\:text-stone-500\/0::before{
  content: var(--tw-content);
  color: rgb(120 113 108 / 0);
}

.before\:text-stone-500\/10::before{
  content: var(--tw-content);
  color: rgb(120 113 108 / 0.1);
}

.before\:text-stone-500\/100::before{
  content: var(--tw-content);
  color: rgb(120 113 108 / 1);
}

.before\:text-stone-500\/20::before{
  content: var(--tw-content);
  color: rgb(120 113 108 / 0.2);
}

.before\:text-stone-500\/25::before{
  content: var(--tw-content);
  color: rgb(120 113 108 / 0.25);
}

.before\:text-stone-500\/30::before{
  content: var(--tw-content);
  color: rgb(120 113 108 / 0.3);
}

.before\:text-stone-500\/40::before{
  content: var(--tw-content);
  color: rgb(120 113 108 / 0.4);
}

.before\:text-stone-500\/5::before{
  content: var(--tw-content);
  color: rgb(120 113 108 / 0.05);
}

.before\:text-stone-500\/50::before{
  content: var(--tw-content);
  color: rgb(120 113 108 / 0.5);
}

.before\:text-stone-500\/60::before{
  content: var(--tw-content);
  color: rgb(120 113 108 / 0.6);
}

.before\:text-stone-500\/70::before{
  content: var(--tw-content);
  color: rgb(120 113 108 / 0.7);
}

.before\:text-stone-500\/75::before{
  content: var(--tw-content);
  color: rgb(120 113 108 / 0.75);
}

.before\:text-stone-500\/80::before{
  content: var(--tw-content);
  color: rgb(120 113 108 / 0.8);
}

.before\:text-stone-500\/90::before{
  content: var(--tw-content);
  color: rgb(120 113 108 / 0.9);
}

.before\:text-stone-500\/95::before{
  content: var(--tw-content);
  color: rgb(120 113 108 / 0.95);
}

.before\:text-stone-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}

.before\:text-stone-600\/0::before{
  content: var(--tw-content);
  color: rgb(87 83 78 / 0);
}

.before\:text-stone-600\/10::before{
  content: var(--tw-content);
  color: rgb(87 83 78 / 0.1);
}

.before\:text-stone-600\/100::before{
  content: var(--tw-content);
  color: rgb(87 83 78 / 1);
}

.before\:text-stone-600\/20::before{
  content: var(--tw-content);
  color: rgb(87 83 78 / 0.2);
}

.before\:text-stone-600\/25::before{
  content: var(--tw-content);
  color: rgb(87 83 78 / 0.25);
}

.before\:text-stone-600\/30::before{
  content: var(--tw-content);
  color: rgb(87 83 78 / 0.3);
}

.before\:text-stone-600\/40::before{
  content: var(--tw-content);
  color: rgb(87 83 78 / 0.4);
}

.before\:text-stone-600\/5::before{
  content: var(--tw-content);
  color: rgb(87 83 78 / 0.05);
}

.before\:text-stone-600\/50::before{
  content: var(--tw-content);
  color: rgb(87 83 78 / 0.5);
}

.before\:text-stone-600\/60::before{
  content: var(--tw-content);
  color: rgb(87 83 78 / 0.6);
}

.before\:text-stone-600\/70::before{
  content: var(--tw-content);
  color: rgb(87 83 78 / 0.7);
}

.before\:text-stone-600\/75::before{
  content: var(--tw-content);
  color: rgb(87 83 78 / 0.75);
}

.before\:text-stone-600\/80::before{
  content: var(--tw-content);
  color: rgb(87 83 78 / 0.8);
}

.before\:text-stone-600\/90::before{
  content: var(--tw-content);
  color: rgb(87 83 78 / 0.9);
}

.before\:text-stone-600\/95::before{
  content: var(--tw-content);
  color: rgb(87 83 78 / 0.95);
}

.before\:text-stone-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}

.before\:text-stone-700\/0::before{
  content: var(--tw-content);
  color: rgb(68 64 60 / 0);
}

.before\:text-stone-700\/10::before{
  content: var(--tw-content);
  color: rgb(68 64 60 / 0.1);
}

.before\:text-stone-700\/100::before{
  content: var(--tw-content);
  color: rgb(68 64 60 / 1);
}

.before\:text-stone-700\/20::before{
  content: var(--tw-content);
  color: rgb(68 64 60 / 0.2);
}

.before\:text-stone-700\/25::before{
  content: var(--tw-content);
  color: rgb(68 64 60 / 0.25);
}

.before\:text-stone-700\/30::before{
  content: var(--tw-content);
  color: rgb(68 64 60 / 0.3);
}

.before\:text-stone-700\/40::before{
  content: var(--tw-content);
  color: rgb(68 64 60 / 0.4);
}

.before\:text-stone-700\/5::before{
  content: var(--tw-content);
  color: rgb(68 64 60 / 0.05);
}

.before\:text-stone-700\/50::before{
  content: var(--tw-content);
  color: rgb(68 64 60 / 0.5);
}

.before\:text-stone-700\/60::before{
  content: var(--tw-content);
  color: rgb(68 64 60 / 0.6);
}

.before\:text-stone-700\/70::before{
  content: var(--tw-content);
  color: rgb(68 64 60 / 0.7);
}

.before\:text-stone-700\/75::before{
  content: var(--tw-content);
  color: rgb(68 64 60 / 0.75);
}

.before\:text-stone-700\/80::before{
  content: var(--tw-content);
  color: rgb(68 64 60 / 0.8);
}

.before\:text-stone-700\/90::before{
  content: var(--tw-content);
  color: rgb(68 64 60 / 0.9);
}

.before\:text-stone-700\/95::before{
  content: var(--tw-content);
  color: rgb(68 64 60 / 0.95);
}

.before\:text-stone-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}

.before\:text-stone-800\/0::before{
  content: var(--tw-content);
  color: rgb(41 37 36 / 0);
}

.before\:text-stone-800\/10::before{
  content: var(--tw-content);
  color: rgb(41 37 36 / 0.1);
}

.before\:text-stone-800\/100::before{
  content: var(--tw-content);
  color: rgb(41 37 36 / 1);
}

.before\:text-stone-800\/20::before{
  content: var(--tw-content);
  color: rgb(41 37 36 / 0.2);
}

.before\:text-stone-800\/25::before{
  content: var(--tw-content);
  color: rgb(41 37 36 / 0.25);
}

.before\:text-stone-800\/30::before{
  content: var(--tw-content);
  color: rgb(41 37 36 / 0.3);
}

.before\:text-stone-800\/40::before{
  content: var(--tw-content);
  color: rgb(41 37 36 / 0.4);
}

.before\:text-stone-800\/5::before{
  content: var(--tw-content);
  color: rgb(41 37 36 / 0.05);
}

.before\:text-stone-800\/50::before{
  content: var(--tw-content);
  color: rgb(41 37 36 / 0.5);
}

.before\:text-stone-800\/60::before{
  content: var(--tw-content);
  color: rgb(41 37 36 / 0.6);
}

.before\:text-stone-800\/70::before{
  content: var(--tw-content);
  color: rgb(41 37 36 / 0.7);
}

.before\:text-stone-800\/75::before{
  content: var(--tw-content);
  color: rgb(41 37 36 / 0.75);
}

.before\:text-stone-800\/80::before{
  content: var(--tw-content);
  color: rgb(41 37 36 / 0.8);
}

.before\:text-stone-800\/90::before{
  content: var(--tw-content);
  color: rgb(41 37 36 / 0.9);
}

.before\:text-stone-800\/95::before{
  content: var(--tw-content);
  color: rgb(41 37 36 / 0.95);
}

.before\:text-stone-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}

.before\:text-stone-900\/0::before{
  content: var(--tw-content);
  color: rgb(28 25 23 / 0);
}

.before\:text-stone-900\/10::before{
  content: var(--tw-content);
  color: rgb(28 25 23 / 0.1);
}

.before\:text-stone-900\/100::before{
  content: var(--tw-content);
  color: rgb(28 25 23 / 1);
}

.before\:text-stone-900\/20::before{
  content: var(--tw-content);
  color: rgb(28 25 23 / 0.2);
}

.before\:text-stone-900\/25::before{
  content: var(--tw-content);
  color: rgb(28 25 23 / 0.25);
}

.before\:text-stone-900\/30::before{
  content: var(--tw-content);
  color: rgb(28 25 23 / 0.3);
}

.before\:text-stone-900\/40::before{
  content: var(--tw-content);
  color: rgb(28 25 23 / 0.4);
}

.before\:text-stone-900\/5::before{
  content: var(--tw-content);
  color: rgb(28 25 23 / 0.05);
}

.before\:text-stone-900\/50::before{
  content: var(--tw-content);
  color: rgb(28 25 23 / 0.5);
}

.before\:text-stone-900\/60::before{
  content: var(--tw-content);
  color: rgb(28 25 23 / 0.6);
}

.before\:text-stone-900\/70::before{
  content: var(--tw-content);
  color: rgb(28 25 23 / 0.7);
}

.before\:text-stone-900\/75::before{
  content: var(--tw-content);
  color: rgb(28 25 23 / 0.75);
}

.before\:text-stone-900\/80::before{
  content: var(--tw-content);
  color: rgb(28 25 23 / 0.8);
}

.before\:text-stone-900\/90::before{
  content: var(--tw-content);
  color: rgb(28 25 23 / 0.9);
}

.before\:text-stone-900\/95::before{
  content: var(--tw-content);
  color: rgb(28 25 23 / 0.95);
}

.before\:text-teal-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}

.before\:text-teal-100\/0::before{
  content: var(--tw-content);
  color: rgb(204 251 241 / 0);
}

.before\:text-teal-100\/10::before{
  content: var(--tw-content);
  color: rgb(204 251 241 / 0.1);
}

.before\:text-teal-100\/100::before{
  content: var(--tw-content);
  color: rgb(204 251 241 / 1);
}

.before\:text-teal-100\/20::before{
  content: var(--tw-content);
  color: rgb(204 251 241 / 0.2);
}

.before\:text-teal-100\/25::before{
  content: var(--tw-content);
  color: rgb(204 251 241 / 0.25);
}

.before\:text-teal-100\/30::before{
  content: var(--tw-content);
  color: rgb(204 251 241 / 0.3);
}

.before\:text-teal-100\/40::before{
  content: var(--tw-content);
  color: rgb(204 251 241 / 0.4);
}

.before\:text-teal-100\/5::before{
  content: var(--tw-content);
  color: rgb(204 251 241 / 0.05);
}

.before\:text-teal-100\/50::before{
  content: var(--tw-content);
  color: rgb(204 251 241 / 0.5);
}

.before\:text-teal-100\/60::before{
  content: var(--tw-content);
  color: rgb(204 251 241 / 0.6);
}

.before\:text-teal-100\/70::before{
  content: var(--tw-content);
  color: rgb(204 251 241 / 0.7);
}

.before\:text-teal-100\/75::before{
  content: var(--tw-content);
  color: rgb(204 251 241 / 0.75);
}

.before\:text-teal-100\/80::before{
  content: var(--tw-content);
  color: rgb(204 251 241 / 0.8);
}

.before\:text-teal-100\/90::before{
  content: var(--tw-content);
  color: rgb(204 251 241 / 0.9);
}

.before\:text-teal-100\/95::before{
  content: var(--tw-content);
  color: rgb(204 251 241 / 0.95);
}

.before\:text-teal-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}

.before\:text-teal-200\/0::before{
  content: var(--tw-content);
  color: rgb(153 246 228 / 0);
}

.before\:text-teal-200\/10::before{
  content: var(--tw-content);
  color: rgb(153 246 228 / 0.1);
}

.before\:text-teal-200\/100::before{
  content: var(--tw-content);
  color: rgb(153 246 228 / 1);
}

.before\:text-teal-200\/20::before{
  content: var(--tw-content);
  color: rgb(153 246 228 / 0.2);
}

.before\:text-teal-200\/25::before{
  content: var(--tw-content);
  color: rgb(153 246 228 / 0.25);
}

.before\:text-teal-200\/30::before{
  content: var(--tw-content);
  color: rgb(153 246 228 / 0.3);
}

.before\:text-teal-200\/40::before{
  content: var(--tw-content);
  color: rgb(153 246 228 / 0.4);
}

.before\:text-teal-200\/5::before{
  content: var(--tw-content);
  color: rgb(153 246 228 / 0.05);
}

.before\:text-teal-200\/50::before{
  content: var(--tw-content);
  color: rgb(153 246 228 / 0.5);
}

.before\:text-teal-200\/60::before{
  content: var(--tw-content);
  color: rgb(153 246 228 / 0.6);
}

.before\:text-teal-200\/70::before{
  content: var(--tw-content);
  color: rgb(153 246 228 / 0.7);
}

.before\:text-teal-200\/75::before{
  content: var(--tw-content);
  color: rgb(153 246 228 / 0.75);
}

.before\:text-teal-200\/80::before{
  content: var(--tw-content);
  color: rgb(153 246 228 / 0.8);
}

.before\:text-teal-200\/90::before{
  content: var(--tw-content);
  color: rgb(153 246 228 / 0.9);
}

.before\:text-teal-200\/95::before{
  content: var(--tw-content);
  color: rgb(153 246 228 / 0.95);
}

.before\:text-teal-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}

.before\:text-teal-300\/0::before{
  content: var(--tw-content);
  color: rgb(94 234 212 / 0);
}

.before\:text-teal-300\/10::before{
  content: var(--tw-content);
  color: rgb(94 234 212 / 0.1);
}

.before\:text-teal-300\/100::before{
  content: var(--tw-content);
  color: rgb(94 234 212 / 1);
}

.before\:text-teal-300\/20::before{
  content: var(--tw-content);
  color: rgb(94 234 212 / 0.2);
}

.before\:text-teal-300\/25::before{
  content: var(--tw-content);
  color: rgb(94 234 212 / 0.25);
}

.before\:text-teal-300\/30::before{
  content: var(--tw-content);
  color: rgb(94 234 212 / 0.3);
}

.before\:text-teal-300\/40::before{
  content: var(--tw-content);
  color: rgb(94 234 212 / 0.4);
}

.before\:text-teal-300\/5::before{
  content: var(--tw-content);
  color: rgb(94 234 212 / 0.05);
}

.before\:text-teal-300\/50::before{
  content: var(--tw-content);
  color: rgb(94 234 212 / 0.5);
}

.before\:text-teal-300\/60::before{
  content: var(--tw-content);
  color: rgb(94 234 212 / 0.6);
}

.before\:text-teal-300\/70::before{
  content: var(--tw-content);
  color: rgb(94 234 212 / 0.7);
}

.before\:text-teal-300\/75::before{
  content: var(--tw-content);
  color: rgb(94 234 212 / 0.75);
}

.before\:text-teal-300\/80::before{
  content: var(--tw-content);
  color: rgb(94 234 212 / 0.8);
}

.before\:text-teal-300\/90::before{
  content: var(--tw-content);
  color: rgb(94 234 212 / 0.9);
}

.before\:text-teal-300\/95::before{
  content: var(--tw-content);
  color: rgb(94 234 212 / 0.95);
}

.before\:text-teal-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}

.before\:text-teal-400\/0::before{
  content: var(--tw-content);
  color: rgb(45 212 191 / 0);
}

.before\:text-teal-400\/10::before{
  content: var(--tw-content);
  color: rgb(45 212 191 / 0.1);
}

.before\:text-teal-400\/100::before{
  content: var(--tw-content);
  color: rgb(45 212 191 / 1);
}

.before\:text-teal-400\/20::before{
  content: var(--tw-content);
  color: rgb(45 212 191 / 0.2);
}

.before\:text-teal-400\/25::before{
  content: var(--tw-content);
  color: rgb(45 212 191 / 0.25);
}

.before\:text-teal-400\/30::before{
  content: var(--tw-content);
  color: rgb(45 212 191 / 0.3);
}

.before\:text-teal-400\/40::before{
  content: var(--tw-content);
  color: rgb(45 212 191 / 0.4);
}

.before\:text-teal-400\/5::before{
  content: var(--tw-content);
  color: rgb(45 212 191 / 0.05);
}

.before\:text-teal-400\/50::before{
  content: var(--tw-content);
  color: rgb(45 212 191 / 0.5);
}

.before\:text-teal-400\/60::before{
  content: var(--tw-content);
  color: rgb(45 212 191 / 0.6);
}

.before\:text-teal-400\/70::before{
  content: var(--tw-content);
  color: rgb(45 212 191 / 0.7);
}

.before\:text-teal-400\/75::before{
  content: var(--tw-content);
  color: rgb(45 212 191 / 0.75);
}

.before\:text-teal-400\/80::before{
  content: var(--tw-content);
  color: rgb(45 212 191 / 0.8);
}

.before\:text-teal-400\/90::before{
  content: var(--tw-content);
  color: rgb(45 212 191 / 0.9);
}

.before\:text-teal-400\/95::before{
  content: var(--tw-content);
  color: rgb(45 212 191 / 0.95);
}

.before\:text-teal-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}

.before\:text-teal-50\/0::before{
  content: var(--tw-content);
  color: rgb(240 253 250 / 0);
}

.before\:text-teal-50\/10::before{
  content: var(--tw-content);
  color: rgb(240 253 250 / 0.1);
}

.before\:text-teal-50\/100::before{
  content: var(--tw-content);
  color: rgb(240 253 250 / 1);
}

.before\:text-teal-50\/20::before{
  content: var(--tw-content);
  color: rgb(240 253 250 / 0.2);
}

.before\:text-teal-50\/25::before{
  content: var(--tw-content);
  color: rgb(240 253 250 / 0.25);
}

.before\:text-teal-50\/30::before{
  content: var(--tw-content);
  color: rgb(240 253 250 / 0.3);
}

.before\:text-teal-50\/40::before{
  content: var(--tw-content);
  color: rgb(240 253 250 / 0.4);
}

.before\:text-teal-50\/5::before{
  content: var(--tw-content);
  color: rgb(240 253 250 / 0.05);
}

.before\:text-teal-50\/50::before{
  content: var(--tw-content);
  color: rgb(240 253 250 / 0.5);
}

.before\:text-teal-50\/60::before{
  content: var(--tw-content);
  color: rgb(240 253 250 / 0.6);
}

.before\:text-teal-50\/70::before{
  content: var(--tw-content);
  color: rgb(240 253 250 / 0.7);
}

.before\:text-teal-50\/75::before{
  content: var(--tw-content);
  color: rgb(240 253 250 / 0.75);
}

.before\:text-teal-50\/80::before{
  content: var(--tw-content);
  color: rgb(240 253 250 / 0.8);
}

.before\:text-teal-50\/90::before{
  content: var(--tw-content);
  color: rgb(240 253 250 / 0.9);
}

.before\:text-teal-50\/95::before{
  content: var(--tw-content);
  color: rgb(240 253 250 / 0.95);
}

.before\:text-teal-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}

.before\:text-teal-500\/0::before{
  content: var(--tw-content);
  color: rgb(20 184 166 / 0);
}

.before\:text-teal-500\/10::before{
  content: var(--tw-content);
  color: rgb(20 184 166 / 0.1);
}

.before\:text-teal-500\/100::before{
  content: var(--tw-content);
  color: rgb(20 184 166 / 1);
}

.before\:text-teal-500\/20::before{
  content: var(--tw-content);
  color: rgb(20 184 166 / 0.2);
}

.before\:text-teal-500\/25::before{
  content: var(--tw-content);
  color: rgb(20 184 166 / 0.25);
}

.before\:text-teal-500\/30::before{
  content: var(--tw-content);
  color: rgb(20 184 166 / 0.3);
}

.before\:text-teal-500\/40::before{
  content: var(--tw-content);
  color: rgb(20 184 166 / 0.4);
}

.before\:text-teal-500\/5::before{
  content: var(--tw-content);
  color: rgb(20 184 166 / 0.05);
}

.before\:text-teal-500\/50::before{
  content: var(--tw-content);
  color: rgb(20 184 166 / 0.5);
}

.before\:text-teal-500\/60::before{
  content: var(--tw-content);
  color: rgb(20 184 166 / 0.6);
}

.before\:text-teal-500\/70::before{
  content: var(--tw-content);
  color: rgb(20 184 166 / 0.7);
}

.before\:text-teal-500\/75::before{
  content: var(--tw-content);
  color: rgb(20 184 166 / 0.75);
}

.before\:text-teal-500\/80::before{
  content: var(--tw-content);
  color: rgb(20 184 166 / 0.8);
}

.before\:text-teal-500\/90::before{
  content: var(--tw-content);
  color: rgb(20 184 166 / 0.9);
}

.before\:text-teal-500\/95::before{
  content: var(--tw-content);
  color: rgb(20 184 166 / 0.95);
}

.before\:text-teal-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}

.before\:text-teal-600\/0::before{
  content: var(--tw-content);
  color: rgb(13 148 136 / 0);
}

.before\:text-teal-600\/10::before{
  content: var(--tw-content);
  color: rgb(13 148 136 / 0.1);
}

.before\:text-teal-600\/100::before{
  content: var(--tw-content);
  color: rgb(13 148 136 / 1);
}

.before\:text-teal-600\/20::before{
  content: var(--tw-content);
  color: rgb(13 148 136 / 0.2);
}

.before\:text-teal-600\/25::before{
  content: var(--tw-content);
  color: rgb(13 148 136 / 0.25);
}

.before\:text-teal-600\/30::before{
  content: var(--tw-content);
  color: rgb(13 148 136 / 0.3);
}

.before\:text-teal-600\/40::before{
  content: var(--tw-content);
  color: rgb(13 148 136 / 0.4);
}

.before\:text-teal-600\/5::before{
  content: var(--tw-content);
  color: rgb(13 148 136 / 0.05);
}

.before\:text-teal-600\/50::before{
  content: var(--tw-content);
  color: rgb(13 148 136 / 0.5);
}

.before\:text-teal-600\/60::before{
  content: var(--tw-content);
  color: rgb(13 148 136 / 0.6);
}

.before\:text-teal-600\/70::before{
  content: var(--tw-content);
  color: rgb(13 148 136 / 0.7);
}

.before\:text-teal-600\/75::before{
  content: var(--tw-content);
  color: rgb(13 148 136 / 0.75);
}

.before\:text-teal-600\/80::before{
  content: var(--tw-content);
  color: rgb(13 148 136 / 0.8);
}

.before\:text-teal-600\/90::before{
  content: var(--tw-content);
  color: rgb(13 148 136 / 0.9);
}

.before\:text-teal-600\/95::before{
  content: var(--tw-content);
  color: rgb(13 148 136 / 0.95);
}

.before\:text-teal-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}

.before\:text-teal-700\/0::before{
  content: var(--tw-content);
  color: rgb(15 118 110 / 0);
}

.before\:text-teal-700\/10::before{
  content: var(--tw-content);
  color: rgb(15 118 110 / 0.1);
}

.before\:text-teal-700\/100::before{
  content: var(--tw-content);
  color: rgb(15 118 110 / 1);
}

.before\:text-teal-700\/20::before{
  content: var(--tw-content);
  color: rgb(15 118 110 / 0.2);
}

.before\:text-teal-700\/25::before{
  content: var(--tw-content);
  color: rgb(15 118 110 / 0.25);
}

.before\:text-teal-700\/30::before{
  content: var(--tw-content);
  color: rgb(15 118 110 / 0.3);
}

.before\:text-teal-700\/40::before{
  content: var(--tw-content);
  color: rgb(15 118 110 / 0.4);
}

.before\:text-teal-700\/5::before{
  content: var(--tw-content);
  color: rgb(15 118 110 / 0.05);
}

.before\:text-teal-700\/50::before{
  content: var(--tw-content);
  color: rgb(15 118 110 / 0.5);
}

.before\:text-teal-700\/60::before{
  content: var(--tw-content);
  color: rgb(15 118 110 / 0.6);
}

.before\:text-teal-700\/70::before{
  content: var(--tw-content);
  color: rgb(15 118 110 / 0.7);
}

.before\:text-teal-700\/75::before{
  content: var(--tw-content);
  color: rgb(15 118 110 / 0.75);
}

.before\:text-teal-700\/80::before{
  content: var(--tw-content);
  color: rgb(15 118 110 / 0.8);
}

.before\:text-teal-700\/90::before{
  content: var(--tw-content);
  color: rgb(15 118 110 / 0.9);
}

.before\:text-teal-700\/95::before{
  content: var(--tw-content);
  color: rgb(15 118 110 / 0.95);
}

.before\:text-teal-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}

.before\:text-teal-800\/0::before{
  content: var(--tw-content);
  color: rgb(17 94 89 / 0);
}

.before\:text-teal-800\/10::before{
  content: var(--tw-content);
  color: rgb(17 94 89 / 0.1);
}

.before\:text-teal-800\/100::before{
  content: var(--tw-content);
  color: rgb(17 94 89 / 1);
}

.before\:text-teal-800\/20::before{
  content: var(--tw-content);
  color: rgb(17 94 89 / 0.2);
}

.before\:text-teal-800\/25::before{
  content: var(--tw-content);
  color: rgb(17 94 89 / 0.25);
}

.before\:text-teal-800\/30::before{
  content: var(--tw-content);
  color: rgb(17 94 89 / 0.3);
}

.before\:text-teal-800\/40::before{
  content: var(--tw-content);
  color: rgb(17 94 89 / 0.4);
}

.before\:text-teal-800\/5::before{
  content: var(--tw-content);
  color: rgb(17 94 89 / 0.05);
}

.before\:text-teal-800\/50::before{
  content: var(--tw-content);
  color: rgb(17 94 89 / 0.5);
}

.before\:text-teal-800\/60::before{
  content: var(--tw-content);
  color: rgb(17 94 89 / 0.6);
}

.before\:text-teal-800\/70::before{
  content: var(--tw-content);
  color: rgb(17 94 89 / 0.7);
}

.before\:text-teal-800\/75::before{
  content: var(--tw-content);
  color: rgb(17 94 89 / 0.75);
}

.before\:text-teal-800\/80::before{
  content: var(--tw-content);
  color: rgb(17 94 89 / 0.8);
}

.before\:text-teal-800\/90::before{
  content: var(--tw-content);
  color: rgb(17 94 89 / 0.9);
}

.before\:text-teal-800\/95::before{
  content: var(--tw-content);
  color: rgb(17 94 89 / 0.95);
}

.before\:text-teal-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}

.before\:text-teal-900\/0::before{
  content: var(--tw-content);
  color: rgb(19 78 74 / 0);
}

.before\:text-teal-900\/10::before{
  content: var(--tw-content);
  color: rgb(19 78 74 / 0.1);
}

.before\:text-teal-900\/100::before{
  content: var(--tw-content);
  color: rgb(19 78 74 / 1);
}

.before\:text-teal-900\/20::before{
  content: var(--tw-content);
  color: rgb(19 78 74 / 0.2);
}

.before\:text-teal-900\/25::before{
  content: var(--tw-content);
  color: rgb(19 78 74 / 0.25);
}

.before\:text-teal-900\/30::before{
  content: var(--tw-content);
  color: rgb(19 78 74 / 0.3);
}

.before\:text-teal-900\/40::before{
  content: var(--tw-content);
  color: rgb(19 78 74 / 0.4);
}

.before\:text-teal-900\/5::before{
  content: var(--tw-content);
  color: rgb(19 78 74 / 0.05);
}

.before\:text-teal-900\/50::before{
  content: var(--tw-content);
  color: rgb(19 78 74 / 0.5);
}

.before\:text-teal-900\/60::before{
  content: var(--tw-content);
  color: rgb(19 78 74 / 0.6);
}

.before\:text-teal-900\/70::before{
  content: var(--tw-content);
  color: rgb(19 78 74 / 0.7);
}

.before\:text-teal-900\/75::before{
  content: var(--tw-content);
  color: rgb(19 78 74 / 0.75);
}

.before\:text-teal-900\/80::before{
  content: var(--tw-content);
  color: rgb(19 78 74 / 0.8);
}

.before\:text-teal-900\/90::before{
  content: var(--tw-content);
  color: rgb(19 78 74 / 0.9);
}

.before\:text-teal-900\/95::before{
  content: var(--tw-content);
  color: rgb(19 78 74 / 0.95);
}

.before\:text-violet-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}

.before\:text-violet-100\/0::before{
  content: var(--tw-content);
  color: rgb(237 233 254 / 0);
}

.before\:text-violet-100\/10::before{
  content: var(--tw-content);
  color: rgb(237 233 254 / 0.1);
}

.before\:text-violet-100\/100::before{
  content: var(--tw-content);
  color: rgb(237 233 254 / 1);
}

.before\:text-violet-100\/20::before{
  content: var(--tw-content);
  color: rgb(237 233 254 / 0.2);
}

.before\:text-violet-100\/25::before{
  content: var(--tw-content);
  color: rgb(237 233 254 / 0.25);
}

.before\:text-violet-100\/30::before{
  content: var(--tw-content);
  color: rgb(237 233 254 / 0.3);
}

.before\:text-violet-100\/40::before{
  content: var(--tw-content);
  color: rgb(237 233 254 / 0.4);
}

.before\:text-violet-100\/5::before{
  content: var(--tw-content);
  color: rgb(237 233 254 / 0.05);
}

.before\:text-violet-100\/50::before{
  content: var(--tw-content);
  color: rgb(237 233 254 / 0.5);
}

.before\:text-violet-100\/60::before{
  content: var(--tw-content);
  color: rgb(237 233 254 / 0.6);
}

.before\:text-violet-100\/70::before{
  content: var(--tw-content);
  color: rgb(237 233 254 / 0.7);
}

.before\:text-violet-100\/75::before{
  content: var(--tw-content);
  color: rgb(237 233 254 / 0.75);
}

.before\:text-violet-100\/80::before{
  content: var(--tw-content);
  color: rgb(237 233 254 / 0.8);
}

.before\:text-violet-100\/90::before{
  content: var(--tw-content);
  color: rgb(237 233 254 / 0.9);
}

.before\:text-violet-100\/95::before{
  content: var(--tw-content);
  color: rgb(237 233 254 / 0.95);
}

.before\:text-violet-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}

.before\:text-violet-200\/0::before{
  content: var(--tw-content);
  color: rgb(221 214 254 / 0);
}

.before\:text-violet-200\/10::before{
  content: var(--tw-content);
  color: rgb(221 214 254 / 0.1);
}

.before\:text-violet-200\/100::before{
  content: var(--tw-content);
  color: rgb(221 214 254 / 1);
}

.before\:text-violet-200\/20::before{
  content: var(--tw-content);
  color: rgb(221 214 254 / 0.2);
}

.before\:text-violet-200\/25::before{
  content: var(--tw-content);
  color: rgb(221 214 254 / 0.25);
}

.before\:text-violet-200\/30::before{
  content: var(--tw-content);
  color: rgb(221 214 254 / 0.3);
}

.before\:text-violet-200\/40::before{
  content: var(--tw-content);
  color: rgb(221 214 254 / 0.4);
}

.before\:text-violet-200\/5::before{
  content: var(--tw-content);
  color: rgb(221 214 254 / 0.05);
}

.before\:text-violet-200\/50::before{
  content: var(--tw-content);
  color: rgb(221 214 254 / 0.5);
}

.before\:text-violet-200\/60::before{
  content: var(--tw-content);
  color: rgb(221 214 254 / 0.6);
}

.before\:text-violet-200\/70::before{
  content: var(--tw-content);
  color: rgb(221 214 254 / 0.7);
}

.before\:text-violet-200\/75::before{
  content: var(--tw-content);
  color: rgb(221 214 254 / 0.75);
}

.before\:text-violet-200\/80::before{
  content: var(--tw-content);
  color: rgb(221 214 254 / 0.8);
}

.before\:text-violet-200\/90::before{
  content: var(--tw-content);
  color: rgb(221 214 254 / 0.9);
}

.before\:text-violet-200\/95::before{
  content: var(--tw-content);
  color: rgb(221 214 254 / 0.95);
}

.before\:text-violet-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}

.before\:text-violet-300\/0::before{
  content: var(--tw-content);
  color: rgb(196 181 253 / 0);
}

.before\:text-violet-300\/10::before{
  content: var(--tw-content);
  color: rgb(196 181 253 / 0.1);
}

.before\:text-violet-300\/100::before{
  content: var(--tw-content);
  color: rgb(196 181 253 / 1);
}

.before\:text-violet-300\/20::before{
  content: var(--tw-content);
  color: rgb(196 181 253 / 0.2);
}

.before\:text-violet-300\/25::before{
  content: var(--tw-content);
  color: rgb(196 181 253 / 0.25);
}

.before\:text-violet-300\/30::before{
  content: var(--tw-content);
  color: rgb(196 181 253 / 0.3);
}

.before\:text-violet-300\/40::before{
  content: var(--tw-content);
  color: rgb(196 181 253 / 0.4);
}

.before\:text-violet-300\/5::before{
  content: var(--tw-content);
  color: rgb(196 181 253 / 0.05);
}

.before\:text-violet-300\/50::before{
  content: var(--tw-content);
  color: rgb(196 181 253 / 0.5);
}

.before\:text-violet-300\/60::before{
  content: var(--tw-content);
  color: rgb(196 181 253 / 0.6);
}

.before\:text-violet-300\/70::before{
  content: var(--tw-content);
  color: rgb(196 181 253 / 0.7);
}

.before\:text-violet-300\/75::before{
  content: var(--tw-content);
  color: rgb(196 181 253 / 0.75);
}

.before\:text-violet-300\/80::before{
  content: var(--tw-content);
  color: rgb(196 181 253 / 0.8);
}

.before\:text-violet-300\/90::before{
  content: var(--tw-content);
  color: rgb(196 181 253 / 0.9);
}

.before\:text-violet-300\/95::before{
  content: var(--tw-content);
  color: rgb(196 181 253 / 0.95);
}

.before\:text-violet-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}

.before\:text-violet-400\/0::before{
  content: var(--tw-content);
  color: rgb(167 139 250 / 0);
}

.before\:text-violet-400\/10::before{
  content: var(--tw-content);
  color: rgb(167 139 250 / 0.1);
}

.before\:text-violet-400\/100::before{
  content: var(--tw-content);
  color: rgb(167 139 250 / 1);
}

.before\:text-violet-400\/20::before{
  content: var(--tw-content);
  color: rgb(167 139 250 / 0.2);
}

.before\:text-violet-400\/25::before{
  content: var(--tw-content);
  color: rgb(167 139 250 / 0.25);
}

.before\:text-violet-400\/30::before{
  content: var(--tw-content);
  color: rgb(167 139 250 / 0.3);
}

.before\:text-violet-400\/40::before{
  content: var(--tw-content);
  color: rgb(167 139 250 / 0.4);
}

.before\:text-violet-400\/5::before{
  content: var(--tw-content);
  color: rgb(167 139 250 / 0.05);
}

.before\:text-violet-400\/50::before{
  content: var(--tw-content);
  color: rgb(167 139 250 / 0.5);
}

.before\:text-violet-400\/60::before{
  content: var(--tw-content);
  color: rgb(167 139 250 / 0.6);
}

.before\:text-violet-400\/70::before{
  content: var(--tw-content);
  color: rgb(167 139 250 / 0.7);
}

.before\:text-violet-400\/75::before{
  content: var(--tw-content);
  color: rgb(167 139 250 / 0.75);
}

.before\:text-violet-400\/80::before{
  content: var(--tw-content);
  color: rgb(167 139 250 / 0.8);
}

.before\:text-violet-400\/90::before{
  content: var(--tw-content);
  color: rgb(167 139 250 / 0.9);
}

.before\:text-violet-400\/95::before{
  content: var(--tw-content);
  color: rgb(167 139 250 / 0.95);
}

.before\:text-violet-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}

.before\:text-violet-50\/0::before{
  content: var(--tw-content);
  color: rgb(245 243 255 / 0);
}

.before\:text-violet-50\/10::before{
  content: var(--tw-content);
  color: rgb(245 243 255 / 0.1);
}

.before\:text-violet-50\/100::before{
  content: var(--tw-content);
  color: rgb(245 243 255 / 1);
}

.before\:text-violet-50\/20::before{
  content: var(--tw-content);
  color: rgb(245 243 255 / 0.2);
}

.before\:text-violet-50\/25::before{
  content: var(--tw-content);
  color: rgb(245 243 255 / 0.25);
}

.before\:text-violet-50\/30::before{
  content: var(--tw-content);
  color: rgb(245 243 255 / 0.3);
}

.before\:text-violet-50\/40::before{
  content: var(--tw-content);
  color: rgb(245 243 255 / 0.4);
}

.before\:text-violet-50\/5::before{
  content: var(--tw-content);
  color: rgb(245 243 255 / 0.05);
}

.before\:text-violet-50\/50::before{
  content: var(--tw-content);
  color: rgb(245 243 255 / 0.5);
}

.before\:text-violet-50\/60::before{
  content: var(--tw-content);
  color: rgb(245 243 255 / 0.6);
}

.before\:text-violet-50\/70::before{
  content: var(--tw-content);
  color: rgb(245 243 255 / 0.7);
}

.before\:text-violet-50\/75::before{
  content: var(--tw-content);
  color: rgb(245 243 255 / 0.75);
}

.before\:text-violet-50\/80::before{
  content: var(--tw-content);
  color: rgb(245 243 255 / 0.8);
}

.before\:text-violet-50\/90::before{
  content: var(--tw-content);
  color: rgb(245 243 255 / 0.9);
}

.before\:text-violet-50\/95::before{
  content: var(--tw-content);
  color: rgb(245 243 255 / 0.95);
}

.before\:text-violet-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}

.before\:text-violet-500\/0::before{
  content: var(--tw-content);
  color: rgb(139 92 246 / 0);
}

.before\:text-violet-500\/10::before{
  content: var(--tw-content);
  color: rgb(139 92 246 / 0.1);
}

.before\:text-violet-500\/100::before{
  content: var(--tw-content);
  color: rgb(139 92 246 / 1);
}

.before\:text-violet-500\/20::before{
  content: var(--tw-content);
  color: rgb(139 92 246 / 0.2);
}

.before\:text-violet-500\/25::before{
  content: var(--tw-content);
  color: rgb(139 92 246 / 0.25);
}

.before\:text-violet-500\/30::before{
  content: var(--tw-content);
  color: rgb(139 92 246 / 0.3);
}

.before\:text-violet-500\/40::before{
  content: var(--tw-content);
  color: rgb(139 92 246 / 0.4);
}

.before\:text-violet-500\/5::before{
  content: var(--tw-content);
  color: rgb(139 92 246 / 0.05);
}

.before\:text-violet-500\/50::before{
  content: var(--tw-content);
  color: rgb(139 92 246 / 0.5);
}

.before\:text-violet-500\/60::before{
  content: var(--tw-content);
  color: rgb(139 92 246 / 0.6);
}

.before\:text-violet-500\/70::before{
  content: var(--tw-content);
  color: rgb(139 92 246 / 0.7);
}

.before\:text-violet-500\/75::before{
  content: var(--tw-content);
  color: rgb(139 92 246 / 0.75);
}

.before\:text-violet-500\/80::before{
  content: var(--tw-content);
  color: rgb(139 92 246 / 0.8);
}

.before\:text-violet-500\/90::before{
  content: var(--tw-content);
  color: rgb(139 92 246 / 0.9);
}

.before\:text-violet-500\/95::before{
  content: var(--tw-content);
  color: rgb(139 92 246 / 0.95);
}

.before\:text-violet-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}

.before\:text-violet-600\/0::before{
  content: var(--tw-content);
  color: rgb(124 58 237 / 0);
}

.before\:text-violet-600\/10::before{
  content: var(--tw-content);
  color: rgb(124 58 237 / 0.1);
}

.before\:text-violet-600\/100::before{
  content: var(--tw-content);
  color: rgb(124 58 237 / 1);
}

.before\:text-violet-600\/20::before{
  content: var(--tw-content);
  color: rgb(124 58 237 / 0.2);
}

.before\:text-violet-600\/25::before{
  content: var(--tw-content);
  color: rgb(124 58 237 / 0.25);
}

.before\:text-violet-600\/30::before{
  content: var(--tw-content);
  color: rgb(124 58 237 / 0.3);
}

.before\:text-violet-600\/40::before{
  content: var(--tw-content);
  color: rgb(124 58 237 / 0.4);
}

.before\:text-violet-600\/5::before{
  content: var(--tw-content);
  color: rgb(124 58 237 / 0.05);
}

.before\:text-violet-600\/50::before{
  content: var(--tw-content);
  color: rgb(124 58 237 / 0.5);
}

.before\:text-violet-600\/60::before{
  content: var(--tw-content);
  color: rgb(124 58 237 / 0.6);
}

.before\:text-violet-600\/70::before{
  content: var(--tw-content);
  color: rgb(124 58 237 / 0.7);
}

.before\:text-violet-600\/75::before{
  content: var(--tw-content);
  color: rgb(124 58 237 / 0.75);
}

.before\:text-violet-600\/80::before{
  content: var(--tw-content);
  color: rgb(124 58 237 / 0.8);
}

.before\:text-violet-600\/90::before{
  content: var(--tw-content);
  color: rgb(124 58 237 / 0.9);
}

.before\:text-violet-600\/95::before{
  content: var(--tw-content);
  color: rgb(124 58 237 / 0.95);
}

.before\:text-violet-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}

.before\:text-violet-700\/0::before{
  content: var(--tw-content);
  color: rgb(109 40 217 / 0);
}

.before\:text-violet-700\/10::before{
  content: var(--tw-content);
  color: rgb(109 40 217 / 0.1);
}

.before\:text-violet-700\/100::before{
  content: var(--tw-content);
  color: rgb(109 40 217 / 1);
}

.before\:text-violet-700\/20::before{
  content: var(--tw-content);
  color: rgb(109 40 217 / 0.2);
}

.before\:text-violet-700\/25::before{
  content: var(--tw-content);
  color: rgb(109 40 217 / 0.25);
}

.before\:text-violet-700\/30::before{
  content: var(--tw-content);
  color: rgb(109 40 217 / 0.3);
}

.before\:text-violet-700\/40::before{
  content: var(--tw-content);
  color: rgb(109 40 217 / 0.4);
}

.before\:text-violet-700\/5::before{
  content: var(--tw-content);
  color: rgb(109 40 217 / 0.05);
}

.before\:text-violet-700\/50::before{
  content: var(--tw-content);
  color: rgb(109 40 217 / 0.5);
}

.before\:text-violet-700\/60::before{
  content: var(--tw-content);
  color: rgb(109 40 217 / 0.6);
}

.before\:text-violet-700\/70::before{
  content: var(--tw-content);
  color: rgb(109 40 217 / 0.7);
}

.before\:text-violet-700\/75::before{
  content: var(--tw-content);
  color: rgb(109 40 217 / 0.75);
}

.before\:text-violet-700\/80::before{
  content: var(--tw-content);
  color: rgb(109 40 217 / 0.8);
}

.before\:text-violet-700\/90::before{
  content: var(--tw-content);
  color: rgb(109 40 217 / 0.9);
}

.before\:text-violet-700\/95::before{
  content: var(--tw-content);
  color: rgb(109 40 217 / 0.95);
}

.before\:text-violet-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}

.before\:text-violet-800\/0::before{
  content: var(--tw-content);
  color: rgb(91 33 182 / 0);
}

.before\:text-violet-800\/10::before{
  content: var(--tw-content);
  color: rgb(91 33 182 / 0.1);
}

.before\:text-violet-800\/100::before{
  content: var(--tw-content);
  color: rgb(91 33 182 / 1);
}

.before\:text-violet-800\/20::before{
  content: var(--tw-content);
  color: rgb(91 33 182 / 0.2);
}

.before\:text-violet-800\/25::before{
  content: var(--tw-content);
  color: rgb(91 33 182 / 0.25);
}

.before\:text-violet-800\/30::before{
  content: var(--tw-content);
  color: rgb(91 33 182 / 0.3);
}

.before\:text-violet-800\/40::before{
  content: var(--tw-content);
  color: rgb(91 33 182 / 0.4);
}

.before\:text-violet-800\/5::before{
  content: var(--tw-content);
  color: rgb(91 33 182 / 0.05);
}

.before\:text-violet-800\/50::before{
  content: var(--tw-content);
  color: rgb(91 33 182 / 0.5);
}

.before\:text-violet-800\/60::before{
  content: var(--tw-content);
  color: rgb(91 33 182 / 0.6);
}

.before\:text-violet-800\/70::before{
  content: var(--tw-content);
  color: rgb(91 33 182 / 0.7);
}

.before\:text-violet-800\/75::before{
  content: var(--tw-content);
  color: rgb(91 33 182 / 0.75);
}

.before\:text-violet-800\/80::before{
  content: var(--tw-content);
  color: rgb(91 33 182 / 0.8);
}

.before\:text-violet-800\/90::before{
  content: var(--tw-content);
  color: rgb(91 33 182 / 0.9);
}

.before\:text-violet-800\/95::before{
  content: var(--tw-content);
  color: rgb(91 33 182 / 0.95);
}

.before\:text-violet-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}

.before\:text-violet-900\/0::before{
  content: var(--tw-content);
  color: rgb(76 29 149 / 0);
}

.before\:text-violet-900\/10::before{
  content: var(--tw-content);
  color: rgb(76 29 149 / 0.1);
}

.before\:text-violet-900\/100::before{
  content: var(--tw-content);
  color: rgb(76 29 149 / 1);
}

.before\:text-violet-900\/20::before{
  content: var(--tw-content);
  color: rgb(76 29 149 / 0.2);
}

.before\:text-violet-900\/25::before{
  content: var(--tw-content);
  color: rgb(76 29 149 / 0.25);
}

.before\:text-violet-900\/30::before{
  content: var(--tw-content);
  color: rgb(76 29 149 / 0.3);
}

.before\:text-violet-900\/40::before{
  content: var(--tw-content);
  color: rgb(76 29 149 / 0.4);
}

.before\:text-violet-900\/5::before{
  content: var(--tw-content);
  color: rgb(76 29 149 / 0.05);
}

.before\:text-violet-900\/50::before{
  content: var(--tw-content);
  color: rgb(76 29 149 / 0.5);
}

.before\:text-violet-900\/60::before{
  content: var(--tw-content);
  color: rgb(76 29 149 / 0.6);
}

.before\:text-violet-900\/70::before{
  content: var(--tw-content);
  color: rgb(76 29 149 / 0.7);
}

.before\:text-violet-900\/75::before{
  content: var(--tw-content);
  color: rgb(76 29 149 / 0.75);
}

.before\:text-violet-900\/80::before{
  content: var(--tw-content);
  color: rgb(76 29 149 / 0.8);
}

.before\:text-violet-900\/90::before{
  content: var(--tw-content);
  color: rgb(76 29 149 / 0.9);
}

.before\:text-violet-900\/95::before{
  content: var(--tw-content);
  color: rgb(76 29 149 / 0.95);
}

.before\:text-yellow-100::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}

.before\:text-yellow-100\/0::before{
  content: var(--tw-content);
  color: rgb(254 249 195 / 0);
}

.before\:text-yellow-100\/10::before{
  content: var(--tw-content);
  color: rgb(254 249 195 / 0.1);
}

.before\:text-yellow-100\/100::before{
  content: var(--tw-content);
  color: rgb(254 249 195 / 1);
}

.before\:text-yellow-100\/20::before{
  content: var(--tw-content);
  color: rgb(254 249 195 / 0.2);
}

.before\:text-yellow-100\/25::before{
  content: var(--tw-content);
  color: rgb(254 249 195 / 0.25);
}

.before\:text-yellow-100\/30::before{
  content: var(--tw-content);
  color: rgb(254 249 195 / 0.3);
}

.before\:text-yellow-100\/40::before{
  content: var(--tw-content);
  color: rgb(254 249 195 / 0.4);
}

.before\:text-yellow-100\/5::before{
  content: var(--tw-content);
  color: rgb(254 249 195 / 0.05);
}

.before\:text-yellow-100\/50::before{
  content: var(--tw-content);
  color: rgb(254 249 195 / 0.5);
}

.before\:text-yellow-100\/60::before{
  content: var(--tw-content);
  color: rgb(254 249 195 / 0.6);
}

.before\:text-yellow-100\/70::before{
  content: var(--tw-content);
  color: rgb(254 249 195 / 0.7);
}

.before\:text-yellow-100\/75::before{
  content: var(--tw-content);
  color: rgb(254 249 195 / 0.75);
}

.before\:text-yellow-100\/80::before{
  content: var(--tw-content);
  color: rgb(254 249 195 / 0.8);
}

.before\:text-yellow-100\/90::before{
  content: var(--tw-content);
  color: rgb(254 249 195 / 0.9);
}

.before\:text-yellow-100\/95::before{
  content: var(--tw-content);
  color: rgb(254 249 195 / 0.95);
}

.before\:text-yellow-200::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}

.before\:text-yellow-200\/0::before{
  content: var(--tw-content);
  color: rgb(254 240 138 / 0);
}

.before\:text-yellow-200\/10::before{
  content: var(--tw-content);
  color: rgb(254 240 138 / 0.1);
}

.before\:text-yellow-200\/100::before{
  content: var(--tw-content);
  color: rgb(254 240 138 / 1);
}

.before\:text-yellow-200\/20::before{
  content: var(--tw-content);
  color: rgb(254 240 138 / 0.2);
}

.before\:text-yellow-200\/25::before{
  content: var(--tw-content);
  color: rgb(254 240 138 / 0.25);
}

.before\:text-yellow-200\/30::before{
  content: var(--tw-content);
  color: rgb(254 240 138 / 0.3);
}

.before\:text-yellow-200\/40::before{
  content: var(--tw-content);
  color: rgb(254 240 138 / 0.4);
}

.before\:text-yellow-200\/5::before{
  content: var(--tw-content);
  color: rgb(254 240 138 / 0.05);
}

.before\:text-yellow-200\/50::before{
  content: var(--tw-content);
  color: rgb(254 240 138 / 0.5);
}

.before\:text-yellow-200\/60::before{
  content: var(--tw-content);
  color: rgb(254 240 138 / 0.6);
}

.before\:text-yellow-200\/70::before{
  content: var(--tw-content);
  color: rgb(254 240 138 / 0.7);
}

.before\:text-yellow-200\/75::before{
  content: var(--tw-content);
  color: rgb(254 240 138 / 0.75);
}

.before\:text-yellow-200\/80::before{
  content: var(--tw-content);
  color: rgb(254 240 138 / 0.8);
}

.before\:text-yellow-200\/90::before{
  content: var(--tw-content);
  color: rgb(254 240 138 / 0.9);
}

.before\:text-yellow-200\/95::before{
  content: var(--tw-content);
  color: rgb(254 240 138 / 0.95);
}

.before\:text-yellow-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.before\:text-yellow-300\/0::before{
  content: var(--tw-content);
  color: rgb(253 224 71 / 0);
}

.before\:text-yellow-300\/10::before{
  content: var(--tw-content);
  color: rgb(253 224 71 / 0.1);
}

.before\:text-yellow-300\/100::before{
  content: var(--tw-content);
  color: rgb(253 224 71 / 1);
}

.before\:text-yellow-300\/20::before{
  content: var(--tw-content);
  color: rgb(253 224 71 / 0.2);
}

.before\:text-yellow-300\/25::before{
  content: var(--tw-content);
  color: rgb(253 224 71 / 0.25);
}

.before\:text-yellow-300\/30::before{
  content: var(--tw-content);
  color: rgb(253 224 71 / 0.3);
}

.before\:text-yellow-300\/40::before{
  content: var(--tw-content);
  color: rgb(253 224 71 / 0.4);
}

.before\:text-yellow-300\/5::before{
  content: var(--tw-content);
  color: rgb(253 224 71 / 0.05);
}

.before\:text-yellow-300\/50::before{
  content: var(--tw-content);
  color: rgb(253 224 71 / 0.5);
}

.before\:text-yellow-300\/60::before{
  content: var(--tw-content);
  color: rgb(253 224 71 / 0.6);
}

.before\:text-yellow-300\/70::before{
  content: var(--tw-content);
  color: rgb(253 224 71 / 0.7);
}

.before\:text-yellow-300\/75::before{
  content: var(--tw-content);
  color: rgb(253 224 71 / 0.75);
}

.before\:text-yellow-300\/80::before{
  content: var(--tw-content);
  color: rgb(253 224 71 / 0.8);
}

.before\:text-yellow-300\/90::before{
  content: var(--tw-content);
  color: rgb(253 224 71 / 0.9);
}

.before\:text-yellow-300\/95::before{
  content: var(--tw-content);
  color: rgb(253 224 71 / 0.95);
}

.before\:text-yellow-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.before\:text-yellow-400\/0::before{
  content: var(--tw-content);
  color: rgb(250 204 21 / 0);
}

.before\:text-yellow-400\/10::before{
  content: var(--tw-content);
  color: rgb(250 204 21 / 0.1);
}

.before\:text-yellow-400\/100::before{
  content: var(--tw-content);
  color: rgb(250 204 21 / 1);
}

.before\:text-yellow-400\/20::before{
  content: var(--tw-content);
  color: rgb(250 204 21 / 0.2);
}

.before\:text-yellow-400\/25::before{
  content: var(--tw-content);
  color: rgb(250 204 21 / 0.25);
}

.before\:text-yellow-400\/30::before{
  content: var(--tw-content);
  color: rgb(250 204 21 / 0.3);
}

.before\:text-yellow-400\/40::before{
  content: var(--tw-content);
  color: rgb(250 204 21 / 0.4);
}

.before\:text-yellow-400\/5::before{
  content: var(--tw-content);
  color: rgb(250 204 21 / 0.05);
}

.before\:text-yellow-400\/50::before{
  content: var(--tw-content);
  color: rgb(250 204 21 / 0.5);
}

.before\:text-yellow-400\/60::before{
  content: var(--tw-content);
  color: rgb(250 204 21 / 0.6);
}

.before\:text-yellow-400\/70::before{
  content: var(--tw-content);
  color: rgb(250 204 21 / 0.7);
}

.before\:text-yellow-400\/75::before{
  content: var(--tw-content);
  color: rgb(250 204 21 / 0.75);
}

.before\:text-yellow-400\/80::before{
  content: var(--tw-content);
  color: rgb(250 204 21 / 0.8);
}

.before\:text-yellow-400\/90::before{
  content: var(--tw-content);
  color: rgb(250 204 21 / 0.9);
}

.before\:text-yellow-400\/95::before{
  content: var(--tw-content);
  color: rgb(250 204 21 / 0.95);
}

.before\:text-yellow-50::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}

.before\:text-yellow-50\/0::before{
  content: var(--tw-content);
  color: rgb(254 252 232 / 0);
}

.before\:text-yellow-50\/10::before{
  content: var(--tw-content);
  color: rgb(254 252 232 / 0.1);
}

.before\:text-yellow-50\/100::before{
  content: var(--tw-content);
  color: rgb(254 252 232 / 1);
}

.before\:text-yellow-50\/20::before{
  content: var(--tw-content);
  color: rgb(254 252 232 / 0.2);
}

.before\:text-yellow-50\/25::before{
  content: var(--tw-content);
  color: rgb(254 252 232 / 0.25);
}

.before\:text-yellow-50\/30::before{
  content: var(--tw-content);
  color: rgb(254 252 232 / 0.3);
}

.before\:text-yellow-50\/40::before{
  content: var(--tw-content);
  color: rgb(254 252 232 / 0.4);
}

.before\:text-yellow-50\/5::before{
  content: var(--tw-content);
  color: rgb(254 252 232 / 0.05);
}

.before\:text-yellow-50\/50::before{
  content: var(--tw-content);
  color: rgb(254 252 232 / 0.5);
}

.before\:text-yellow-50\/60::before{
  content: var(--tw-content);
  color: rgb(254 252 232 / 0.6);
}

.before\:text-yellow-50\/70::before{
  content: var(--tw-content);
  color: rgb(254 252 232 / 0.7);
}

.before\:text-yellow-50\/75::before{
  content: var(--tw-content);
  color: rgb(254 252 232 / 0.75);
}

.before\:text-yellow-50\/80::before{
  content: var(--tw-content);
  color: rgb(254 252 232 / 0.8);
}

.before\:text-yellow-50\/90::before{
  content: var(--tw-content);
  color: rgb(254 252 232 / 0.9);
}

.before\:text-yellow-50\/95::before{
  content: var(--tw-content);
  color: rgb(254 252 232 / 0.95);
}

.before\:text-yellow-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.before\:text-yellow-500\/0::before{
  content: var(--tw-content);
  color: rgb(234 179 8 / 0);
}

.before\:text-yellow-500\/10::before{
  content: var(--tw-content);
  color: rgb(234 179 8 / 0.1);
}

.before\:text-yellow-500\/100::before{
  content: var(--tw-content);
  color: rgb(234 179 8 / 1);
}

.before\:text-yellow-500\/20::before{
  content: var(--tw-content);
  color: rgb(234 179 8 / 0.2);
}

.before\:text-yellow-500\/25::before{
  content: var(--tw-content);
  color: rgb(234 179 8 / 0.25);
}

.before\:text-yellow-500\/30::before{
  content: var(--tw-content);
  color: rgb(234 179 8 / 0.3);
}

.before\:text-yellow-500\/40::before{
  content: var(--tw-content);
  color: rgb(234 179 8 / 0.4);
}

.before\:text-yellow-500\/5::before{
  content: var(--tw-content);
  color: rgb(234 179 8 / 0.05);
}

.before\:text-yellow-500\/50::before{
  content: var(--tw-content);
  color: rgb(234 179 8 / 0.5);
}

.before\:text-yellow-500\/60::before{
  content: var(--tw-content);
  color: rgb(234 179 8 / 0.6);
}

.before\:text-yellow-500\/70::before{
  content: var(--tw-content);
  color: rgb(234 179 8 / 0.7);
}

.before\:text-yellow-500\/75::before{
  content: var(--tw-content);
  color: rgb(234 179 8 / 0.75);
}

.before\:text-yellow-500\/80::before{
  content: var(--tw-content);
  color: rgb(234 179 8 / 0.8);
}

.before\:text-yellow-500\/90::before{
  content: var(--tw-content);
  color: rgb(234 179 8 / 0.9);
}

.before\:text-yellow-500\/95::before{
  content: var(--tw-content);
  color: rgb(234 179 8 / 0.95);
}

.before\:text-yellow-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.before\:text-yellow-600\/0::before{
  content: var(--tw-content);
  color: rgb(202 138 4 / 0);
}

.before\:text-yellow-600\/10::before{
  content: var(--tw-content);
  color: rgb(202 138 4 / 0.1);
}

.before\:text-yellow-600\/100::before{
  content: var(--tw-content);
  color: rgb(202 138 4 / 1);
}

.before\:text-yellow-600\/20::before{
  content: var(--tw-content);
  color: rgb(202 138 4 / 0.2);
}

.before\:text-yellow-600\/25::before{
  content: var(--tw-content);
  color: rgb(202 138 4 / 0.25);
}

.before\:text-yellow-600\/30::before{
  content: var(--tw-content);
  color: rgb(202 138 4 / 0.3);
}

.before\:text-yellow-600\/40::before{
  content: var(--tw-content);
  color: rgb(202 138 4 / 0.4);
}

.before\:text-yellow-600\/5::before{
  content: var(--tw-content);
  color: rgb(202 138 4 / 0.05);
}

.before\:text-yellow-600\/50::before{
  content: var(--tw-content);
  color: rgb(202 138 4 / 0.5);
}

.before\:text-yellow-600\/60::before{
  content: var(--tw-content);
  color: rgb(202 138 4 / 0.6);
}

.before\:text-yellow-600\/70::before{
  content: var(--tw-content);
  color: rgb(202 138 4 / 0.7);
}

.before\:text-yellow-600\/75::before{
  content: var(--tw-content);
  color: rgb(202 138 4 / 0.75);
}

.before\:text-yellow-600\/80::before{
  content: var(--tw-content);
  color: rgb(202 138 4 / 0.8);
}

.before\:text-yellow-600\/90::before{
  content: var(--tw-content);
  color: rgb(202 138 4 / 0.9);
}

.before\:text-yellow-600\/95::before{
  content: var(--tw-content);
  color: rgb(202 138 4 / 0.95);
}

.before\:text-yellow-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.before\:text-yellow-700\/0::before{
  content: var(--tw-content);
  color: rgb(161 98 7 / 0);
}

.before\:text-yellow-700\/10::before{
  content: var(--tw-content);
  color: rgb(161 98 7 / 0.1);
}

.before\:text-yellow-700\/100::before{
  content: var(--tw-content);
  color: rgb(161 98 7 / 1);
}

.before\:text-yellow-700\/20::before{
  content: var(--tw-content);
  color: rgb(161 98 7 / 0.2);
}

.before\:text-yellow-700\/25::before{
  content: var(--tw-content);
  color: rgb(161 98 7 / 0.25);
}

.before\:text-yellow-700\/30::before{
  content: var(--tw-content);
  color: rgb(161 98 7 / 0.3);
}

.before\:text-yellow-700\/40::before{
  content: var(--tw-content);
  color: rgb(161 98 7 / 0.4);
}

.before\:text-yellow-700\/5::before{
  content: var(--tw-content);
  color: rgb(161 98 7 / 0.05);
}

.before\:text-yellow-700\/50::before{
  content: var(--tw-content);
  color: rgb(161 98 7 / 0.5);
}

.before\:text-yellow-700\/60::before{
  content: var(--tw-content);
  color: rgb(161 98 7 / 0.6);
}

.before\:text-yellow-700\/70::before{
  content: var(--tw-content);
  color: rgb(161 98 7 / 0.7);
}

.before\:text-yellow-700\/75::before{
  content: var(--tw-content);
  color: rgb(161 98 7 / 0.75);
}

.before\:text-yellow-700\/80::before{
  content: var(--tw-content);
  color: rgb(161 98 7 / 0.8);
}

.before\:text-yellow-700\/90::before{
  content: var(--tw-content);
  color: rgb(161 98 7 / 0.9);
}

.before\:text-yellow-700\/95::before{
  content: var(--tw-content);
  color: rgb(161 98 7 / 0.95);
}

.before\:text-yellow-800::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.before\:text-yellow-800\/0::before{
  content: var(--tw-content);
  color: rgb(133 77 14 / 0);
}

.before\:text-yellow-800\/10::before{
  content: var(--tw-content);
  color: rgb(133 77 14 / 0.1);
}

.before\:text-yellow-800\/100::before{
  content: var(--tw-content);
  color: rgb(133 77 14 / 1);
}

.before\:text-yellow-800\/20::before{
  content: var(--tw-content);
  color: rgb(133 77 14 / 0.2);
}

.before\:text-yellow-800\/25::before{
  content: var(--tw-content);
  color: rgb(133 77 14 / 0.25);
}

.before\:text-yellow-800\/30::before{
  content: var(--tw-content);
  color: rgb(133 77 14 / 0.3);
}

.before\:text-yellow-800\/40::before{
  content: var(--tw-content);
  color: rgb(133 77 14 / 0.4);
}

.before\:text-yellow-800\/5::before{
  content: var(--tw-content);
  color: rgb(133 77 14 / 0.05);
}

.before\:text-yellow-800\/50::before{
  content: var(--tw-content);
  color: rgb(133 77 14 / 0.5);
}

.before\:text-yellow-800\/60::before{
  content: var(--tw-content);
  color: rgb(133 77 14 / 0.6);
}

.before\:text-yellow-800\/70::before{
  content: var(--tw-content);
  color: rgb(133 77 14 / 0.7);
}

.before\:text-yellow-800\/75::before{
  content: var(--tw-content);
  color: rgb(133 77 14 / 0.75);
}

.before\:text-yellow-800\/80::before{
  content: var(--tw-content);
  color: rgb(133 77 14 / 0.8);
}

.before\:text-yellow-800\/90::before{
  content: var(--tw-content);
  color: rgb(133 77 14 / 0.9);
}

.before\:text-yellow-800\/95::before{
  content: var(--tw-content);
  color: rgb(133 77 14 / 0.95);
}

.before\:text-yellow-900::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}

.before\:text-yellow-900\/0::before{
  content: var(--tw-content);
  color: rgb(113 63 18 / 0);
}

.before\:text-yellow-900\/10::before{
  content: var(--tw-content);
  color: rgb(113 63 18 / 0.1);
}

.before\:text-yellow-900\/100::before{
  content: var(--tw-content);
  color: rgb(113 63 18 / 1);
}

.before\:text-yellow-900\/20::before{
  content: var(--tw-content);
  color: rgb(113 63 18 / 0.2);
}

.before\:text-yellow-900\/25::before{
  content: var(--tw-content);
  color: rgb(113 63 18 / 0.25);
}

.before\:text-yellow-900\/30::before{
  content: var(--tw-content);
  color: rgb(113 63 18 / 0.3);
}

.before\:text-yellow-900\/40::before{
  content: var(--tw-content);
  color: rgb(113 63 18 / 0.4);
}

.before\:text-yellow-900\/5::before{
  content: var(--tw-content);
  color: rgb(113 63 18 / 0.05);
}

.before\:text-yellow-900\/50::before{
  content: var(--tw-content);
  color: rgb(113 63 18 / 0.5);
}

.before\:text-yellow-900\/60::before{
  content: var(--tw-content);
  color: rgb(113 63 18 / 0.6);
}

.before\:text-yellow-900\/70::before{
  content: var(--tw-content);
  color: rgb(113 63 18 / 0.7);
}

.before\:text-yellow-900\/75::before{
  content: var(--tw-content);
  color: rgb(113 63 18 / 0.75);
}

.before\:text-yellow-900\/80::before{
  content: var(--tw-content);
  color: rgb(113 63 18 / 0.8);
}

.before\:text-yellow-900\/90::before{
  content: var(--tw-content);
  color: rgb(113 63 18 / 0.9);
}

.before\:text-yellow-900\/95::before{
  content: var(--tw-content);
  color: rgb(113 63 18 / 0.95);
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:left-\[-12px\]::after{
  content: var(--tw-content);
  left: -12px;
}

.after\:right-\[-12px\]::after{
  content: var(--tw-content);
  right: -12px;
}

.after\:top-\[-12px\]::after{
  content: var(--tw-content);
  top: -12px;
}

.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}

.after\:w-20::after{
  content: var(--tw-content);
  width: 5rem;
}

.after\:border-b-\[12px\]::after{
  content: var(--tw-content);
  border-bottom-width: 12px;
}

.after\:border-l-\[24px\]::after{
  content: var(--tw-content);
  border-left-width: 24px;
}

.after\:border-r-\[24px\]::after{
  content: var(--tw-content);
  border-right-width: 24px;
}

.after\:border-t-\[12px\]::after{
  content: var(--tw-content);
  border-top-width: 12px;
}

.after\:border-b-transparent::after{
  content: var(--tw-content);
  border-bottom-color: transparent;
}

.after\:border-l-gray-400::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-left-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.after\:border-r-gray-300::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.after\:border-t-transparent::after{
  content: var(--tw-content);
  border-top-color: transparent;
}

.after\:\!text-sm::after{
  content: var(--tw-content);
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.after\:\!text-xl::after{
  content: var(--tw-content);
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.after\:text-white::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.first\:border-l:first-child{
  border-left-width: 1px;
}

.last\:before\:h-0:last-child::before{
  content: var(--tw-content);
  height: 0px;
}

.only\:flex:only-child{
  display: flex;
}

.focus\:rounded-full:focus{
  border-radius: 9999px;
}

.focus\:border-cyan-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.focus\:border-light-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.focus\:border-lime-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.focus\:bg-light-blue-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.focus\:bg-lime-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}

.focus\:bg-orange-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-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-cyan-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity));
}

.focus\:ring-cyan-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.focus\:ring-light-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
}

.focus\:ring-lime-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity));
}

.focus\:ring-lime-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity));
}

.focus\:ring-orange-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity));
}

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus-visible\:border-gray-400:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.group:hover .group-hover\:ml-2{
  margin-left: 0.5rem;
}

.group:hover .group-hover\:mr-2{
  margin-right: 0.5rem;
}

.group:hover .group-hover\:line-clamp-none{
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:inline-block{
  display: inline-block;
}

.group:hover .group-hover\:inline{
  display: inline;
}

.group:hover .group-hover\:flex{
  display: flex;
}

.group:hover .group-hover\:hidden{
  display: none;
}

.group:hover .group-hover\:w-56{
  width: 14rem;
}

.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));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\:flex-row{
  flex-direction: row;
}

.group:hover .group-hover\:justify-start{
  justify-content: flex-start;
}

.group:hover .group-hover\:justify-end{
  justify-content: flex-end;
}

.group:hover .group-hover\:\!border-lime-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(101 163 13 / var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-600{
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.group:hover .group-hover\:\!bg-lime-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-200{
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-500{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-800{
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:\!text-lime-600{
  --tw-text-opacity: 1 !important;
  color: rgb(101 163 13 / var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-600{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.group:hover .group-hover\:line-clamp-none{
  -webkit-line-clamp: unset;
}

.hover\:w-64:hover{
  width: 16rem;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.hover\:animate-spin:hover{
  animation: spin 1s linear infinite;
}

.hover\:rounded-full:hover{
  border-radius: 9999px;
}

.hover\:border:hover{
  border-width: 1px;
}

.hover\:border-0:hover{
  border-width: 0px;
}

.hover\:border-y-3:hover{
  border-top-width: 3px;
  border-bottom-width: 3px;
}

.hover\:border-b-3:hover{
  border-bottom-width: 3px;
}

.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-blue-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.hover\:border-cyan-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.hover\:border-gray-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.hover\:border-gray-50:hover{
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.hover\:border-gray-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.hover\:border-lime-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.hover\:border-lime-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.hover\:border-red-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.hover\:border-sky-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.hover\:border-slate-800:hover{
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.hover\:\!bg-gray-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-gray-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-lime-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-lime-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-rose-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-sky-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-amber-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}

.hover\:bg-amber-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:bg-cyan-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}

.hover\:bg-cyan-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}

.hover\:bg-cyan-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.hover\:bg-green-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.hover\:bg-light-blue-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.hover\:bg-light-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

.hover\:bg-lime-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

.hover\:bg-lime-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}

.hover\:bg-lime-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}

.hover\:bg-lime-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}

.hover\:bg-lime-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.hover\:bg-lime-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}

.hover\:bg-lime-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}

.hover\:bg-orange-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.hover\:bg-orange-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.hover\:bg-red-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.hover\:bg-sky-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.hover\:bg-slate-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.hover\:bg-slate-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.hover\:\!text-black:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.hover\:\!text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-cyan-400:hover{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}

.hover\:text-cyan-700:hover{
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.hover\:text-green-500:hover{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.hover\:text-lime-500:hover{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

.hover\:text-lime-600:hover{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.hover\:text-lime-700:hover{
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}

.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:text-rose-400:hover{
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}

.hover\:text-rose-500:hover{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

.hover\:text-rose-600:hover{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

.hover\:text-sky-400:hover{
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}

.hover\:text-sky-500:hover{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

.hover\:text-sky-600:hover{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.hover\:text-sky-700:hover{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

.hover\:text-sky-900:hover{
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

.hover\:text-slate-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.hover\:shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:outline:hover{
  outline-style: solid;
}

.hover\:outline-1:hover{
  outline-width: 1px;
}

.hover\:outline-lime-500:hover{
  outline-color: #84cc16;
}

.hover\:ring-1:hover{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hover\:ring-2:hover{
  --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);
}

.hover\:ring-gray-300:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity));
}

.hover\:ring-gray-400:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity));
}

.hover\:ring-lime-400:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity));
}

.hover\:ring-lime-500:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity));
}

.hover\:ring-sky-600:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity));
}

.hover\:ring-sky-700:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity));
}

.hover\:elevation-3:hover{
  box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.20), 0px 3px 4px 0px rgba(0,0,0,0.14), 0px 1px 8px 0px rgba(0,0,0,0.12);
}

.hover\:elevation-5:hover{
  box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.20), 0px 5px 8px 0px rgba(0,0,0,0.14), 0px 1px 14px 0px rgba(0,0,0,0.12);
}

@media (prefers-reduced-motion: reduce){
  .motion-reduce\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}

@media (prefers-color-scheme: dark){
  .dark\:border-lime-500{
    --tw-border-opacity: 1;
    border-color: rgb(132 204 22 / var(--tw-border-opacity));
  }

  .dark\:bg-lime-800{
    --tw-bg-opacity: 1;
    background-color: rgb(63 98 18 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity));
  }

  .dark\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  }
}

@media (min-width: 620px){
  .tablet\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 640px){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:mr-2{
    margin-right: 0.5rem;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-72{
    height: 18rem;
  }

  .sm\:h-80{
    height: 20rem;
  }

  .sm\:h-\[100px\]{
    height: 100px;
  }

  .sm\:h-\[160px\]{
    height: 160px;
  }

  .sm\:h-\[220px\]{
    height: 220px;
  }

  .sm\:w-\[100px\]{
    width: 100px;
  }

  .sm\:w-\[360px\]{
    width: 360px;
  }

  .sm\:max-w-lg{
    max-width: 32rem;
  }

  .sm\:max-w-sm{
    max-width: 24rem;
  }

  .sm\:max-w-xl{
    max-width: 36rem;
  }

  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .sm\:items-end{
    align-items: flex-end;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\: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));
  }

  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-divide-opacity));
  }

  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }

  .sm\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:p-0{
    padding: 0px;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:pl-0{
    padding-left: 0px;
  }

  .sm\:pr-0{
    padding-right: 0px;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 740px){
  .tablet_md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:sticky{
    position: sticky;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:col-start-7{
    grid-column-start: 7;
  }

  .md\:col-start-8{
    grid-column-start: 8;
  }

  .md\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[120px\]{
    height: 120px;
  }

  .md\:h-\[220px\]{
    height: 220px;
  }

  .md\:h-\[40px\]{
    height: 40px;
  }

  .md\:\!w-\[70vw\]{
    width: 70vw !important;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-\[120px\]{
    width: 120px;
  }

  .md\:w-\[400px\]{
    width: 400px;
  }

  .md\:w-\[460px\]{
    width: 460px;
  }

  .md\:max-w-2xl{
    max-width: 42rem;
  }

  .md\:max-w-3xl{
    max-width: 48rem;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:max-w-md{
    max-width: 28rem;
  }

  .md\:max-w-xl{
    max-width: 36rem;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .md\:basis-3\/12{
    flex-basis: 25%;
  }

  .md\:basis-4\/12{
    flex-basis: 33.333333%;
  }

  .md\:basis-5\/12{
    flex-basis: 41.666667%;
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-none{
    grid-template-columns: none;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:justify-self-auto{
    justify-self: auto;
  }

  .md\:overflow-visible{
    overflow: visible;
  }

  .md\:overflow-x-visible{
    overflow-x: visible;
  }

  .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:p-20{
    padding: 5rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:pt-3{
    padding-top: 0.75rem;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 920px){
  .tablet_lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .lg\:col-start-8{
    grid-column-start: 8;
  }

  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mt-5{
    margin-top: 1.25rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[160px\]{
    height: 160px;
  }

  .lg\:h-\[180px\]{
    height: 180px;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:max-h-\[440px\]{
    max-height: 440px;
  }

  .lg\:\!w-\[80vw\]{
    width: 80vw !important;
  }

  .lg\:w-32{
    width: 8rem;
  }

  .lg\:w-8{
    width: 2rem;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

  .lg\:w-\[160px\]{
    width: 160px;
  }

  .lg\:max-w-2xl{
    max-width: 42rem;
  }

  .lg\:max-w-3xl{
    max-width: 48rem;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:max-w-5xl{
    max-width: 64rem;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-y-20{
    row-gap: 5rem;
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[15\%\]{
    padding-left: 15%;
    padding-right: 15%;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .laptop\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1220px){
  .laptop_md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .xl\:top-16{
    top: 4rem;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .xl\:ml-0{
    margin-left: 0px;
  }

  .xl\:ml-20{
    margin-left: 5rem;
  }

  .xl\:ml-4{
    margin-left: 1rem;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:h-16{
    height: 4rem;
  }

  .xl\:h-24{
    height: 6rem;
  }

  .xl\:h-\[180px\]{
    height: 180px;
  }

  .xl\:h-\[265px\]{
    height: 265px;
  }

  .xl\:max-h-\[260px\]{
    max-height: 260px;
  }

  .xl\:max-h-\[440px\]{
    max-height: 440px;
  }

  .xl\:w-24{
    width: 6rem;
  }

  .xl\:w-3\/5{
    width: 60%;
  }

  .xl\:w-40{
    width: 10rem;
  }

  .xl\:w-72{
    width: 18rem;
  }

  .xl\:w-96{
    width: 24rem;
  }

  .xl\:w-\[180px\]{
    width: 180px;
  }

  .xl\:w-\[520px\]{
    width: 520px;
  }

  .xl\:max-w-3xl{
    max-width: 48rem;
  }

  .xl\:max-w-5xl{
    max-width: 64rem;
  }

  .xl\:max-w-7xl{
    max-width: 80rem;
  }

  .xl\:max-w-\[50\%\]{
    max-width: 50%;
  }

  .xl\:max-w-lg{
    max-width: 32rem;
  }

  .xl\:max-w-md{
    max-width: 28rem;
  }

  .xl\:max-w-xl{
    max-width: 36rem;
  }

  .xl\:max-w-xs{
    max-width: 20rem;
  }

  .xl\:basis-4\/12{
    flex-basis: 33.333333%;
  }

  .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:flex-wrap{
    flex-wrap: wrap;
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:border-l{
    border-left-width: 1px;
  }

  .xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-\[15\%\]{
    padding-left: 15%;
    padding-right: 15%;
  }

  .xl\:pl-4{
    padding-left: 1rem;
  }

  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:font-medium{
    font-weight: 500;
  }
}

@media (min-width: 1360px){
  .laptop_lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1536px){
  .\32xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .\32xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .\32xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .\32xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .\32xl\:ml-0{
    margin-left: 0px;
  }

  .\32xl\:ml-16{
    margin-left: 4rem;
  }

  .\32xl\:h-16{
    height: 4rem;
  }

  .\32xl\:h-96{
    height: 24rem;
  }

  .\32xl\:h-\[200px\]{
    height: 200px;
  }

  .\32xl\:h-\[380px\]{
    height: 380px;
  }

  .\32xl\:max-h-\[480px\]{
    max-height: 480px;
  }

  .\32xl\:w-20{
    width: 5rem;
  }

  .\32xl\:w-4\/5{
    width: 80%;
  }

  .\32xl\:w-8\/12{
    width: 66.666667%;
  }

  .\32xl\:w-80{
    width: 20rem;
  }

  .\32xl\:w-\[200px\]{
    width: 200px;
  }

  .\32xl\:w-\[520px\]{
    width: 520px;
  }

  .\32xl\:max-w-2xl{
    max-width: 42rem;
  }

  .\32xl\:max-w-\[50\%\]{
    max-width: 50%;
  }

  .\32xl\:max-w-\[600px\]{
    max-width: 600px;
  }

  .\32xl\:max-w-xl{
    max-width: 36rem;
  }

  .\32xl\:basis-3\/12{
    flex-basis: 25%;
  }

  .\32xl\:basis-4\/12{
    flex-basis: 33.333333%;
  }

  .\32xl\:basis-5\/12{
    flex-basis: 41.666667%;
  }

  .\32xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:items-baseline{
    align-items: baseline;
  }

  .\32xl\:gap-16{
    gap: 4rem;
  }

  .\32xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\: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)));
  }

  .\32xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .\32xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:px-\[10\%\]{
    padding-left: 10%;
    padding-right: 10%;
  }

  .\32xl\:px-\[25\%\]{
    padding-left: 25%;
    padding-right: 25%;
  }

  .\32xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:leading-10{
    line-height: 2.5rem;
  }
}

@media (min-width: 1620px){
  .\33xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .desktop\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1800px){
  .desktop_lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/*# sourceMappingURL=application.css.map */
